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/
- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/v2/workspaces/{workspaceId}/apikeys
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/v2/workspaces/{workspaceId}/apikeys
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/v2/workspaces/{workspaceId}/apikeys
curl -i -X POST \
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/v2/workspaces/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4/apikeys \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "SAP ERP",
"credentials": {
"clientId": "12345678-1234-5678-1234-567812345678",
"clientSecret": "5eg879873sp0f"
},
"roles": [
"SYSTEM"
]
}'{ "id": "12234324324324", "name": "SAP ERP", "credentials": { "clientId": "12345678-1234-5678-1234-567812345678", "clientSecret": "5eg879873sp0f" }, "roles": [ "SYSTEM" ], "createdBy": "76248934691294444", "createdAt": "2020-08-31T16:47+00:00", "deleted": "false", "deletedAt": "2020-08-31T16:47+00:00", "deletedBy": "76248934691294444" }
- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/v2/workspaces/{workspaceId}/apikeys/{id}
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/v2/workspaces/{workspaceId}/apikeys/{id}
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/v2/workspaces/{workspaceId}/apikeys/{id}
curl -i -X PUT \
'https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/v2/workspaces/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4/apikeys/[API Key ID: 6627bc4156b52b3295fcc0e2, Client ID: a79bbc46-070c-4016-b400-f30461ab036b]' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "SAP ERP"
}'{ "id": "12234324324324", "name": "SAP ERP", "credentials": { "clientId": "12345678-1234-5678-1234-567812345678", "clientSecret": "5eg879873sp0f" }, "roles": [ "SYSTEM" ], "createdBy": "76248934691294444", "createdAt": "2020-08-31T16:47+00:00", "deleted": "false", "deletedAt": "2020-08-31T16:47+00:00", "deletedBy": "76248934691294444" }
- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/v2/workspaces/{workspaceId}/apikeys/{id}
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/v2/workspaces/{workspaceId}/apikeys/{id}
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/v2/workspaces/{workspaceId}/apikeys/{id}
curl -i -X GET \
'https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/v2/workspaces/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4/apikeys/[API Key ID: 6627bc4156b52b3295fcc0e2, Client ID: a79bbc46-070c-4016-b400-f30461ab036b]' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "id": "12234324324324", "name": "SAP ERP", "credentials": { "clientId": "12345678-1234-5678-1234-567812345678", "clientSecret": "5eg879873sp0f" }, "roles": [ "SYSTEM" ], "createdBy": "76248934691294444", "createdAt": "2020-08-31T16:47+00:00", "deleted": "false", "deletedAt": "2020-08-31T16:47+00:00", "deletedBy": "76248934691294444" }
- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/workspaces/{workspaceId}/apikeys
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/workspaces/{workspaceId}/apikeys
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/workspaces/{workspaceId}/apikeys
curl -i -X GET \
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/workspaces/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4/apikeys \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'{ "page": "1", "pageSize": "100", "total": "67", "values": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/workspaces/{workspaceId}/apikeys/{id}
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/workspaces/{workspaceId}/apikeys/{id}
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/workspaces/{workspaceId}/apikeys/{id}
curl -i -X DELETE \
'https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/workspaces/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4/apikeys/[API Key ID: 6627bc4156b52b3295fcc0e2, Client ID: a79bbc46-070c-4016-b400-f30461ab036b]' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/workspaces/apikeys/generateToken
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/workspaces/apikeys/generateToken
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/workspaces/apikeys/generateToken
curl -i -X POST \
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/workspaces/apikeys/generateToken \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"clientId": "a79bbc46-070c-4016-b400-f30461ab036b"
}'{ "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflLxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }
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.