Create Security Groups
POST/backend/api/openstack/securitygroups
Host: https://core.ocplanet.cloud
Set security group associated with the user's account.
Request
- application/json
Body
description stringrequired
name stringrequired
region stringrequired
Responses
- 201
- application/json
- Schema
- Example (from schema)
- Example
Schema
description stringrequired
id stringrequired
name stringrequired
{
"description": "string",
"id": "string",
"name": "string"
}
{
"description": "3",
"id": "b38a05c4-b29d-4766-8f07-3a27e3e1d464",
"name": "3"
}
Loading...