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