Agent REST Endpoints

Agent
The operations from the Agent category.
Creates an agent
Method: post
Path: /oaa-policy/agent/v1
Deletes an agent
Method: delete
Path: /oaa-policy/agent/v1/{agentgid}
Gets an agent
Method: get
Path: /oaa-policy/agent/v1/{agentgid}
Returns all agents
Method: get
Path: /oaa-policy/agent/v1
Updates an agent
Method: put
Path: /oaa-policy/agent/v1/{agentgid}