v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
config

Gets catalog status information

Query status, time of disablement or enablement by catalog and who changed the status from enabled to disabled and vice versa.

get/catalogs/{catalogHrn}/status

Path parameters

catalogHrnstring required

The HERE Resource Name (HRN) of the catalog

Response

OK

disabledboolean

Disabled status for catalog. If set to true, then no data reads and writes can be performed against the catalog while disabled. To re-enable, set to false.

updatedstring

Timestamp, in ISO 8601 format, when the catalog status was last updated.

idstring

The unique ID of the user or application that disabled/re-enabled the catalog.

Example response

{
  "disabled": true,
  "updated": "2022-12-12T21:06:24.831916Z",
  "id": "Mejk09M4Aq71KI5l1t2T2"
}