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/organizations/{id}/globalsettings/datapoolaccesssettings
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/v2/organizations/{id}/globalsettings/datapoolaccesssettings
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/v2/organizations/{id}/globalsettings/datapoolaccesssettings
curl -i -X GET \
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/v2/organizations/cdq_monitor/globalsettings/datapoolaccesssettings \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "page": "1", "pageSize": "100", "total": "67", "values": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/v2/organizations/{id}/globalsettings/datapoolaccesssettings/{dataSourceTechnicalKey}
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/v2/organizations/{id}/globalsettings/datapoolaccesssettings/{dataSourceTechnicalKey}
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/v2/organizations/{id}/globalsettings/datapoolaccesssettings/{dataSourceTechnicalKey}
curl -i -X GET \
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/v2/organizations/cdq_monitor/globalsettings/datapoolaccesssettings/BR_RF \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'successful operation
Whether an organization has activated a data source.
| Enum Value | Description |
|---|---|
| ACTIVE | The data source is activated for the organization. |
| INACTIVE | The data source is not activated for the organization. |
The date when a data source was activated by a user of an organization.
The user ID of the user who activated a data source.
The date when a data source was deactivated by a user of an organization.
The user ID of the user who deactivated a data source.
Whether an organization has accepted the terms of use of a data source.
| Enum Value | Description |
|---|---|
| ACCEPTED | The terms of use of the data source are accepted by the organization. |
| NOT_ACCEPTED | The terms of use of the data source are not accepted by the organization. |
The date when a user of an organization accepted the terms of use of a data source.
The user ID of the user who accepted the terms of use of a data source.
The date when a user of an organization revoked acceptation the terms of use of a data source.
The user ID of the user who revoked acceptation the terms of use of a data source.
URL that provides information on the licence of the target, see https://meta.cdq.com/Property:Has_licence_URL
The type of terms of use of a data source. See https://meta.cdq.com/Property:Has_terms_type
Describes which credentials should be set for the data source
{ "dataSource": { "url": "https://meta.cdq.com/Data_source/BR.RF", "name": "Receita Federal Brazil", "technicalKey": "BR_RF" }, "activationStatus": "ACTIVE", "activatedAt": "2021-04-11T12:34-56:00", "activatedBy": "tom.sawyer@twain.com", "deactivatedAt": "2021-04-11T12:34-56:00", "deactivatedBy": "tom.sawyer@twain.com", "termsAcceptanceStatus": "ACCEPTED", "termsAcceptedAt": "2021-04-11T12:34-56:00", "termsAcceptedBy": "huckleberry.finn@twain.com", "termsUnacceptedAt": "2021-04-11T12:34-56:00", "termsUnacceptedBy": "huckleberry.finn@twain.com", "licenceUrl": "https://www.cdq.ch/legal/dsc-terms-of-use", "termsType": "https://meta.cdq.com/Data_source/AT.FON", "allowedCredentialTypes": [ "BVD_CREDENTIALS" ], "credentials": [ { … } ] }
- Mock server
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/organizations/{id}/globalsettings/datapoolaccesssettings/{dataSourceTechnicalKey}/credentials
- Production SOAP
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v2/organizations/{id}/globalsettings/datapoolaccesssettings/{dataSourceTechnicalKey}/credentials
- Production
https://user-management-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/organizations/{id}/globalsettings/datapoolaccesssettings/{dataSourceTechnicalKey}/credentials
curl -i -X GET \
https://idp.cdq.com/_mock/apis/identity-management-api/api-v2/organizations/cdq_monitor/globalsettings/datapoolaccesssettings/BR_RF/credentials \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "credentials": [ { … } ] }
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.