Cloud Gate Upstream Server Groups REST Endpoints

Cloud Gate/Cloud Gate Upstream Server Groups
Use this endpoint to store Cloud Gate upstream server groups. This configuration will be transformed to nginx upstream configuration. This REST API is SCIM compliant.

Added In Release: 20.1.3
Create a Cloud Gate upstream server group
Method: post
Path: /admin/v1/CloudGateUpstreamServerGroups
Delete a Cloud Gate upstream server group
Method: delete
Path: /admin/v1/CloudGateUpstreamServerGroups/{id}
Get a Cloud Gate upstream server group
Method: get
Path: /admin/v1/CloudGateUpstreamServerGroups/{id}
HTTP Options
Method: options
Path: /admin/v1/CloudGateUpstreamServerGroups
Replace a Cloud Gate upstream server group
Method: put
Path: /admin/v1/CloudGateUpstreamServerGroups/{id}
Search Cloud Gate upstream server group
Method: get
Path: /admin/v1/CloudGateUpstreamServerGroups
Search Cloud Gate upstream server group Using POST
Method: post
Path: /admin/v1/CloudGateUpstreamServerGroups/.search
Update a Cloud Gate upstream server group
Method: patch
Path: /admin/v1/CloudGateUpstreamServerGroups/{id}