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
Added In Release: 20.1.3
- Create a Cloud Gate upstream server
- Method: postPath:
/admin/v1/CloudGateUpstreamServers - Delete a Cloud Gate upstream server
- Method: deletePath:
/admin/v1/CloudGateUpstreamServers/{id} - Get a Cloud Gate upstream server
- Method: getPath:
/admin/v1/CloudGateUpstreamServers/{id} - HTTP Options
- Method:Path:
/admin/v1/CloudGateUpstreamServers - Replace a Cloud Gate upstream server
- Method: putPath:
/admin/v1/CloudGateUpstreamServers/{id} - Search Cloud Gate upstream server
- Method: getPath:
/admin/v1/CloudGateUpstreamServers - Search Cloud Gate upstream server Using POST
- Method: postPath:
/admin/v1/CloudGateUpstreamServers/.search - Update a Cloud Gate upstream server
- Method: patchPath:
/admin/v1/CloudGateUpstreamServers/{id}