| name | type | description |
|---|---|---|
| direction | query | |
| filter | query | |
| nameLike | query | |
| orderBy | query | |
| page | query | |
| size | query |
| media type | data type | description |
|---|---|---|
| application/json | array of SecurityGroupListRecordDto (JSON) |
GET /security-groups
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
[ { } ]
Delete all non-present security groups under given requirements
| media type | data type |
|---|---|
| application/json | SecurityGroupDeleteNonPresentRequestDto (JSON) |
POST /security-groups
Content-Type: application/json
{
"hypervisor-manager-internal-id" : "..."
}
HTTP/1.1 201 Created