ClassRequest

ClassRequest
ClassRequest

Request object to get the discovered class type.

JSON Example
{
    "objectClass": "NetworkFunction",
    "objectInstance": "NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2$NetworkFunction$INCHARGE-SA-PRES",
    "onlyMap": false,
    "relationshipType": "string",
    "traversal": true
}
string
objectClass
Optional

Device type to get all relation ship types

string
objectInstance
Optional

Uniquely identifies the notification across domains.

boolean
onlyMap
Required

If true will return only map supported classes

string
relationshipType
Optional

Describes the type of relationship.

boolean
traversal
Optional

Traversal is required or not (true/false). If traversal = true then objectClass, objectInstance, relationshipType are mandatory.

Parameter To