v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBconfig
Creates a catalog
Creates a new catalog with the specified layers. The create catalog operation runs asynchronously. Once you've submitted the catalog for creation, you'll receive a randomly generated token that you can use to monitor the status of the operation.
post/catalogs
Query parameters
billingTagstring
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.
Request body
Example request
{
"id": "olp-traffic",
"name": "Traffic Data",
"summary": "This catalog provides traffic flow and incidents information.",
"description": "The catalog provides aggregated information about traffic incidents, including the type and location of each traffic incident, status, start and end time, and other relevant data. This data is useful to dynamically optimize route calculations. It also provides access to real-time traffic flow data in including information on speed and congestion for specific regions. The catalog also contains additional data such as the geometry of the road segments in relation to the flow.",
"tags": [
"Traffic",
"Flow",
"Speed"
],
"layers": [
{
"id": "traffic-incidents",
"name": "Traffic Incidents",
"summary": "This layer provides aggregated information about traffic incidents.",
"description": "This layer provides aggregated information about traffic incidents, including the type and location of each traffic incident, status, start and end time, and other relevant data. This data is useful to dynamically optimize route calculations.",
"coverage": {
"adminAreas": [
"DE"
]
},
"schema": {
"hrn": "hrn:here:schema:::com.here.schema.rib:topology-geometry_v2:2.2.0"
},
"partitioningScheme": "heretile",
"partitioning": {
"scheme": "heretile",
"tileLevels": [
12
]
},
"contentType": "application/json",
"contentEncoding": "gzip",
"tags": [
"Traffic",
"Flow",
"Speed",
"Real-Time",
"Current"
],
"billingTags": [
"Cost-Center_1",
"Cost-Center_2"
],
"digest": "SHA-1",
"crc": "CRC-32C",
"layerType": "versioned",
"secureHandles": true,
"subsetRestrictions": true,
"versionedLayerProperties": {
"encryptionType": "hereEncryption"
}
}
],
"areaScheme": "hrn:here:areascheme::olp-here:default-countries",
"subsetRestrictions": true,
"version": 1,
"automaticVersionDeletion": {
"numberOfVersionsToKeep": 1,
"ttlDays": 3
}
}Response
Accepted - your request was received and is being processed.
Example response
{
"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"
}