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
Create a Cloud Gate
Method: post
Path: /admin/v1/CloudGates
Delete a Cloud Gate
Method: delete
Path: /admin/v1/CloudGates/{id}
Get a Cloud Gate
Method: get
Path: /admin/v1/CloudGates/{id}
HTTP Options
Method: options
Path: /admin/v1/CloudGates
Replace a Cloud Gate
Method: put
Path: /admin/v1/CloudGates/{id}
Search Cloud Gates
Method: get
Path: /admin/v1/CloudGates
Search Cloud Gates Using POST
Method: post
Path: /admin/v1/CloudGates/.search
Update a Cloud Gate
Method: patch
Path: /admin/v1/CloudGates/{id}