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