Cloud Gate Definition REST Endpoints
Cloud Gate/Cloud Gate Definition
Use this endpoint to store Cloud Gate configurations. This REST API is SCIM compliant.
Added In Release: 19.1.4
Added In Release: 19.1.4
- Create a Cloud Gate
- Method: postPath:
/admin/v1/CloudGates - Delete a Cloud Gate
- Method: deletePath:
/admin/v1/CloudGates/{id} - Get a Cloud Gate
- Method: getPath:
/admin/v1/CloudGates/{id} - HTTP Options
- Method:Path:
/admin/v1/CloudGates - Replace a Cloud Gate
- Method: putPath:
/admin/v1/CloudGates/{id} - Search Cloud Gates
- Method: getPath:
/admin/v1/CloudGates - Search Cloud Gates Using POST
- Method: postPath:
/admin/v1/CloudGates/.search - Update a Cloud Gate
- Method: patchPath:
/admin/v1/CloudGates/{id}