v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBGets the status of a create, update or delete catalog request.
Takes the randomly generated token that you receive when you submit a catalog for creation. You can use it to monitor the status of your request.
Path parameters
The token of catalog creation, modification or deletion task
Query parameters
The billingTag parameter is an optional free-form tag that you can use to group billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.
The flags parameter is optional and can be used with noRedirects value to prevent redirect responses to the value in Location header. The preferred approach is to Remove the cURL request option --location or -L which has the same effect. When using flags=noRedirects, response codes are 201 Created for create requests and 200 OK for all other requests.
Response
Operation completed successfully (only catalog deletion or for all requests except catalog creation when flags=noRedirects)
Example response
{
"item": {
"href": "https://config.data.api.platform.sit.here.com/config/v1/status/02bc9a8d-6dc4-4698-87a0-faf3372e81c1",
"configToken": "02bc9a8d-6dc4-4698-87a0-faf3372e81c1",
"title": "Catalog Creation, Catalog Deletion, Catalog Update",
"type": "urn:olp-types:status"
},
"status": "success"
}