Get OMM


This request returns the information of an OMM.

Resource

GET /omms/<OID>

Where OID is the object ID of the OMM.

Parameters

None

Payload

None

Response

Context

Authorization

Administrator

Errors

Example

Request
GET https://xelion.nl/api/v1/master/omms/1033697
Response
{
    "object": {
        "username": "arno",
        "password": "test",
        "ipAddress": "10.78.40.78",
        "snmpId": 1,
        "permissions": "ReadWriteRemove",
        "commonName": "OMM",
        "oid": "1854991",
        "objectType": "OMM"
    },
    "links": [
        {
            "rel": "self",
            "href": "https://xelion.nl/api/v1/master/omms/1854991",
            "method": "GET"
        }
    ]
}