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.

  1. agents-{id} - Get agent GET {{baseUrl}}/agents/:id

  2. register - Update client information. PUT {{baseUrl}}/register/:client_id

  3. oauth - Grant an Access Token POST {{baseUrl}}/oauth/token

  4. oauth - Returns the JWT signing key currently employed by Agent IAM GET {{baseUrl}}/oauth/token_key

  5. oauth - Returns the JWT signing keys currently and previously employed by Agent IAM GET {{baseUrl}}/oauth/token_keys

  6. agents-{id}-boarding - Get boarding configuration GET {{baseUrl}}/agents/:id/boarding/configuration

  7. agents-{id}-boarding - Offboard agent POST {{baseUrl}}/agents/:id/boarding/offboard

  8. agents-{id}-boarding - Get boarding status GET {{baseUrl}}/agents/:id/boarding/status

  9. agents-{id}-dataSourceConfiguration - Get Data Source Configuration GET {{baseUrl}}/agents/:id/dataSourceConfiguration

  10. agents-{id}-dataSourceConfiguration - Update Data Source Configuration PUT {{baseUrl}}/agents/:id/dataSourceConfiguration