Server Groups
Last updated
Was this helpful?
Last updated
Was this helpful?
Get all Server Groups in a configuration. (Usually, each Server Group represents a site or domain.)
/api/v4.0/conf/{config}/server-groups
Get a Server Group from the specified configuration
/api/v4.0/conf/{config}/server-groups/{entry_id}
Update an individual Server Group within a configuration
/api/v4.0/conf/{config}/server-groups/{entry_id}
The domain for a challenge's cookie.
Unique id
^[A-Za-z0-9\-\_]*$
ID of Mobile SDK used for site.
site name
ID of Proxy template used for site.
ID of Routing profile used for site.
ID of security policy applied on site.
ID of SSL certificate attached to site.
host names corresponding to the site.
Create a Server Group within a configuration
/api/v4.0/conf/{config}/server-groups/{entry_id}
^[A-Za-z0-9\-\_]*$
The domain for a challenge's cookie.
Unique id
^[A-Za-z0-9\-\_]*$
ID of Mobile SDK used for site.
site name
ID of Proxy template used for site.
ID of Routing profile used for site.
ID of security policy applied on site.
ID of SSL certificate attached to site.
host names corresponding to the site.
Delete a Server Group from the specified configuration
/api/v4.0/conf/{config}/server-groups/{entry_id}