Defines the schema for configuring the UI components of the Real-Time Topology Mesh feature.
API Endpoint | https://api.bigpanda.io/resources/v2.0/topologies |
Supported Methods | POST , GET , PUT , DELETE |
Parameters
The Topology UI
object schema includes the following attributes:
Attribute | Description | Type | Example |
---|---|---|---|
links | Links present in the topology model. Every item in the array is comprised of a link source and a link target, as follows: Attributes: - source - The source tag of the link in the topology model. |- target - The target tag of the link in the topology model. | | Array | "links" :[ {"source": "host" "target": "check" }] |
created_at | Unix epoch time when the topology model was created (in seconds). | Number | "created_at" : 1493922189 |
created_by | The autogenerated ID of the user who created the topology model. | String | "created_by" : "Administrator 1" |
updated_at | Unix epoch time when the topology model was last updated (in seconds). | Number | "updated_at" : 1372854204 |
updated_by | The autogenerated ID of the user who last updated the topology model. | String | "updated_by" : "Administrator 2" |