Access Tokens

About Token Properties

At present the plugin offers management of custom access tokens with the following attributes.

 

{
    "uuid": "d0ea6653-05e2-4d51-9d89-665cdfe86be6",
    "name": "readOnly",
    "read": true,
    "change": false
  }
AttributeImpact
uuidthis is the key that requests to Agent State Operations must pass
nameinformational only
readcan the token be used to read agent state?
changecan the token be used to alter agent state? (enable/diable)

Token Management

Token management can be accessed via REST apis, or the "Agent APIs Tokens" link under Bamboo Administration

Viewing Existing Tokens

Click "Agent APIs Tokens" link under Bamboo Administration to view all existing tokens.

You can view existing tokens under 

Creating Tokens

Click "Agent APIs Tokens" link under Bamboo Administration and provide the user friendly token name and desired access.  A token must have read access to be any useful and must have change access to use any state changing API calls.  See Operations for API calls that use these tokens.