/api/juniper/vdirector/groups/group-types
The following operations are supported on this resource:
- GET - Returns a list of group types supported
GET /api/juniper/vdirector/groups/group-types (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-typesContent Types
-
Produces content types:
application/net.juniper.vdirector.groups.group-types+xml;version=1;q=0.01
application/net.juniper.vdirector.groups.group-types+json;version=1;q=0.01 -
Sample Output XML:
<group-types total="Integer" uri="/api/juniper/vdirector/groups/group-types">
<group-type>String</group-type>
</group-types> -
Sample Output JSON:
{
"group-types" : {
"@total" : "Integer" ,
"@uri" : "/api/juniper/vdirector/groups/group-types" ,
"group-type" : "String"
}
}