/api/juniper/vdirector/groups/group-operations
The following operations are supported on this resource:
- GET - Returns a list of group types supported
GET /api/juniper/vdirector/groups/group-operations (v1)
Returns a list of group types supported.
Access Control
The following capabilities are required to access this API:
"VSMCap"
Example Usage
GET /api/juniper/vdirector/groups/group-operationsContent Types
-
Produces content types:
application/net.juniper.vdirector.groups.group-operations+xml;version=1;q=0.01
application/net.juniper.vdirector.groups.group-operations+json;version=1;q=0.01 -
Sample Output XML:
<group-operations total="Integer" uri="/api/juniper/vdirector/groups/group-operations">
<group-operation>String</group-operation>
</group-operations> -
Sample Output JSON:
{
"group-operations" : {
"@total" : "Integer" ,
"@uri" : "/api/juniper/vdirector/groups/group-operations" ,
"group-operation" : "String"
}
}