Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[
    {
        "change_id": "ticket #1234",
        "current": "current"null,
        "description": null"my_test_outage",
        "end": 16468314101678627263,
        "frequency": "once",
        "id": "4dab2e5da059db21-de6bd7c8-4d2f4fc8-946a9e95-cc83edba9febad47b5ba3dae",
        "optionsnodes": {},
        "selector": {
[
              "nodeasgard": {,
                "name": "amor"apc-ups"
        ],
    }
        "options": {},
        "start": 16468281101678454463
    },
    {
        "change_id": "ticket #1234",
        "current": null,
        "description": null"my_test_outage",
        "end": 16476954951678627263,
        "frequency": "once",
        "id": "f14d4f34a9dac944-2fd0ef21-4be04019-9d54a24d-7431c5de294fd993926922a1",
        "optionsnodes": {},[
        "selector": {
            "node": {
    "asgard",
            "name": "asgardapc-ups"
        ],
    }
        "options": {},
        "start": 16476921951678454463
    }
]


Get Outage

GET http://server/en/omk/admin/api/v2/outages/#ID

...

Response:

Code Block
{
    "change_id": "ticket #""1234",
    "current": null,
    "description": null"my_test_outage",
    "end": 16476954951678627263,
    "frequency": "once",
    "id": "f14d4f34e5ad10c2-2fd05869-4be04b03-9d54ae6a-7431c5de294fc4d86a174688",
    "optionsnodes": {},[
    "selector": {
        "nodeasgard": {
    ,
        "name": "asgardapc-ups"
    ],
    }
    "options": {},
    "start": 16476921951678454463
}

Create Outage

POST http://server/en/omk/admin/api/v2/outages

...