v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBindex
Inserts index data to an index layer
Adds index data for a given data blob to an index layer. For more information, see Publish to an Index Layer.
post/layers/{layerID}
Path parameters
layerIDstring required
The layer ID of the index layer.
Request body
Example request
[
{
"checksum": "checksum",
"crc": "crc",
"fields": {
"hour": 0,
"tile": 377782527,
"containsProbe": true,
"eventType": "vss"
},
"id": "7a320ce9-e4d0-4d74-9c7a-19810f99a3a1",
"metadata": {
"ingestionTime": "1532018660873"
},
"size": 100
}
]Response
OK - The index was successfully created.