This API provides service index data.
Index API (1)
https://idp.cdq.com/_mock/apis/index-api/api-v1/
https://index-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/
https://index-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/
Business Partner Index Entry
Endpoints used to deal with single entries within the Business Partner index. This includes create, read, update, and delete operations for individual Business Partner entries. These endpoints ensure that in-depth details of Business Partners are kept orderly and are well accessible to suit different business requirements.
Business Partner Index Entries
Useful for classifying endpoints concerned with multiple entries within the Business Partner index, such as create, update, and remove multiple entries in a Business Partner index in one step. This will help to ensure the efficient and well-streamlined bulk management of the Business Partner information for various business needs.
Customer Indexes
Used for grouping API endpoints related to customer index data management, like creating, reading, or updating index entries of customers. These endpoints organize information about a customer in an organized form and make it easily accessible for further use in multiple business needs.
- Mock server
https://idp.cdq.com/_mock/apis/index-api/api-v1/dataclinicindexes
- Production SOAP
https://index-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/dataclinicindexes
- Production
https://index-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/dataclinicindexes
curl -i -X POST \
https://idp.cdq.com/_mock/apis/index-api/api-v1/dataclinicindexes \
-H 'Content-Type: application/json' \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3' \
-d '{
"organizationId": "cdq_monitor",
"partitionKeys": [
{
"key": "STORAGE_ID",
"description": "Storage ID"
}
]
}'{ "id": "297de304-bf4a-4812-b49e-4249d2ccf3e4", "organizationId": "cdq_monitor", "partitionKeys": [ { … } ], "createdAt": "2020-08-31T16:47+00:00", "createdBy": "76248934691294444", "modifiedAt": "2020-08-31T16:47+00:00", "modifiedBy": "76248934691294444" }
- Mock server
https://idp.cdq.com/_mock/apis/index-api/api-v1/dataclinicindexes/{organization}
- Production SOAP
https://index-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/dataclinicindexes/{organization}
- Production
https://index-api.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/dataclinicindexes/{organization}
curl -i -X GET \
https://idp.cdq.com/_mock/apis/index-api/api-v1/dataclinicindexes/cdq_monitor \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'{ "id": "297de304-bf4a-4812-b49e-4249d2ccf3e4", "organizationId": "cdq_monitor", "partitionKeys": [ { … } ], "createdAt": "2020-08-31T16:47+00:00", "createdBy": "76248934691294444", "modifiedAt": "2020-08-31T16:47+00:00", "modifiedBy": "76248934691294444" }
Data Clinic Index Entry
Groups endpoints that deal with single entries in the Data Clinic index. This would pertain to reading, writing, updating, and removing of a particular entry of Data Clinics. These endpoints make sure that all information regarding Data Clinics is kept neat and easily accessible for many business needs.
Data Clinic Index Entries
Used to group API endpoints related to processing a number of entries in the Data Clinic Index, such as creating, updating, and removing many data clinic entries. These endpoints become crucial in allowing fast and smooth bulk management of Data Clinic information for various business purposes.
Maintenance Window Management
Groups endpoints within the scheduling and management of maintenance windows. This will feature Create, Read, and Update of maintenance windows to give stability to a system with very minimal downtime. Such endpoints allow the smooth running of services by efficient management of planned maintenance activities.