Cloud Gate Upstream Servers REST Endpoints

Cloud Gate/Cloud Gate Upstream Servers
Use this endpoint to store Cloud Gate upstream server configurations. This REST API is SCIM compliant.

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