Send topology data over HTTP
StackState Self-hosted v5.1.x
Overview
StackState Receiver API
https://<STACKSTATE_BASE_URL>/receiver/stsAgent/intake?api_key=<STACKSTATE_RECEIVER_API_KEY>https://<STACKSTATE_BASE_URL>:<STACKSTATE_RECEIVER_PORT>/stsAgent/intake?api_key=<STACKSTATE_RECEIVER_API_KEY>Common JSON object
{
"collection_timestamp": 1548855554, // the epoch timestamp for the collection
"events": {}, // used for sending events data
"internalHostname": "localdocker.test", // the host sending this data
"metrics": [], // used for sending metrics data
"service_checks": [],
"topologies": [], // used for sending topology data
"health": // used for sending health data
}JSON property: "topologies"
Get started with custom topology
See also
Last updated