Services to manage access and global configuration for CDQ Cloud Platform.
Identity Management API (2)
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/
Organization Resource Quotas
Manage organization resource quotas. It includes operations such as listing all organization resource quotas, creating a new organization resource quota, reading specific organization resource quota details, updating an organization resource quota, and deleting an organization resource quota.
Workspace Resource Quotas
Manage workspace resource quotas. It includes operations such as listing all workspace resource quotas, creating a new workspace resource quota, reading specific workspace resource quota details, updating a workspace resource quota, and deleting a workspace resource quota.
- application/json
- application/xml
Technical key of the resource type.
- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/resources/checkPermission
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/resources/checkPermission
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/resources/checkPermission
curl -i -X POST \
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/resources/checkPermission \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3' \
-d '{
"requestorId": "3425457z56756",
"resourceId": "89453938475483975398",
"resourceTypeTechnicalKey": "STORAGES",
"scopeTechnicalKey": "WORKSPACE:CREATE"
}'successful operation
- application/json
- application/xml
- AUTHORIZED: The requestor is authorized for this resource * UNAUTHORIZED: The requestor is not authorized for this resource. Please check scopes and roles.
Explanation of the status.
{ "status": "AUTHORIZED", "message": "The requestor is not authorized for this resource. Please check scopes and roles.", "scopes": [ { … } ], "roles": [ { … } ] }