Skip to content

agent model interface

agent interface stores NOC Agent bindings

Variables

NameTypeDescriptionRequiredConstant
is_agentboolObject can be bind to the Agent
agentobjectidAgent id

Examples

{
    "agent": {
        "is_agent": true,
        "agent_id": "123456789012345678901234"
    }
}