Network Management/Network Services/Security Group
GETSecurity GroupSince 0.6SynchronousAuth Required
QuerySecurityGroup
QuerySecurityGroup
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/security-groups
/zstack/v1/security-groups
Request Example
curl -X GET 'http://{host}/zstack/v1/security-groups' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "6f757e65fed243babeac0be896e77caf", "name": "web", "description": "for test", "state": "Enabled", "createDate": "Jun 7, 2017 9:20:34 PM", "lastOpDate": "Jun 7, 2017 9:20:34 PM", "internalId": 0.0 } ] }Change History
This API has no change history records yet.
