Skip to content

agent model interface

agent interface stores NOC Agent bindings

Variables

Name Type Description Required Constant
is_agent bool Object can be bind to the Agent
agent objectid Agent id

Examples

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