Перейти к содержанию

reboot MX Message

reboot message is generated by uptime periodic check of discovery when managed object reboot is detected.

Message Headers

Message-Type
Type of message. Always reboot.
Sharding-Key
Key for consistent sharding.
Profile-Id
Managed Object's Profile Id.

Message Format

Message contains JSON with following fields:

NameTypeDescription
tsDateTimeISO 8601 timestamp (i.e. YYYY-MM-DDTHH:MM:SS) of estimated reboot
managed_objectObject Managed Object details
idStringManaged Object's ID
remote_systemObject Source remote system for Managed Object
idStringExternal system's id
nameStringExternal system's name
remote_idStringExternal system's id (Opaque attribbute)
nameStringManaged Object's name
bi_idIntegerManaged Object's BI ID
addressStringManaged Object's management address
poolStringManaged Object's pool name
profileStringSA Profile Name
object_profileObject Managed Object's Profile Details
idStringManaged Object Profile's ID
nameStringManaged Object Profile's name
vendorStringVendor name
platformStringPlatform name
versionStringFirmware version
administrative_domainObject Administrative Domain details
idStringAdministrative Domain's ID
nameStringAdministrative Domain's name
segmentObject Network Segment details
idStringNetwork Segment's ID
nameStringNetwork Segment's name
xFloatMap coordinates, longitude
xFloatMap coordinates, latitude
containerObject Object Container details
idStringObject Container's ID
nameStringObject Container's name

Example

{
  "ts": "2020-12-12T13:25:39.263107",
  "managed_object": {
    "id": "4352586",
    "name": "msk-1.sw",
    "remote_system": {
      "id": "5717e96fcc044b4498d7e85",
      "name": "ISP NRI"
    },
    "remote_id": "125",
    "bi_id": "1708151174931250727",
    "address": "10.5.59.93",
    "pool": "MSK",
    "profile": "Qtech.QSW2800",
    "object_profile": {
      "id": "52",
      "name": "msk.sw.default"
    },
    "vendor": "Qtech",
    "platform": "QSW-3500-10T-AC",
    "version": "8.2.1.108",
    "administrative_domain": {
      "id": "3",
      "name": "Moscow"
    },
    "segment": {
      "id": "5717e96fcc044b4e98d7e853",
      "name": "Access segment #5"
    },
    "x": 37.256,
    "y": 55.521,
    "container": {
      "id": "6baa8d8f1c8440527788b138",
      "name": "Room #217"
    }
  }
}