Cloud Gate Mappings REST Endpoints

Cloud Gate/Cloud Gate Mappings
Use this endpoint to store Cloud Gate mappings. This REST API is SCIM compliant.

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