Agent Management API
Number of APIs: 16
API defining resources and operations for managing agents.
Generating a Boarding Configuration action is an asynchronous operation therefore it may take a while. In case Boarding Configuration is not generated, try to read the configuration again after a couple of seconds.
-
agents-{id} - Get agent GET {{baseUrl}}/agents/:id
-
register - Update client information. PUT {{baseUrl}}/register/:client_id
-
oauth - Grant an Access Token POST {{baseUrl}}/oauth/token
-
oauth - Returns the JWT signing key currently employed by Agent IAM GET {{baseUrl}}/oauth/token_key
-
oauth - Returns the JWT signing keys currently and previously employed by Agent IAM GET {{baseUrl}}/oauth/token_keys
-
agents-{id}-boarding - Get boarding configuration GET {{baseUrl}}/agents/:id/boarding/configuration
-
agents-{id}-boarding - Offboard agent POST {{baseUrl}}/agents/:id/boarding/offboard
-
agents-{id}-boarding - Get boarding status GET {{baseUrl}}/agents/:id/boarding/status
-
agents-{id}-dataSourceConfiguration - Get Data Source Configuration GET {{baseUrl}}/agents/:id/dataSourceConfiguration
-
agents-{id}-dataSourceConfiguration - Update Data Source Configuration PUT {{baseUrl}}/agents/:id/dataSourceConfiguration