Section | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Getting started
The Identity Federation for AWS REST API is based on open standards, so you can use any web development language or command line tool capable of generating an HTTP request to access the API, e.g. the popular cURL (a CLI tool for transferring data with URL syntax) or the highly recommended HTTPie (a CLI, cURL-like tool for humans). All resources can be used like the regular JIRA REST API (or Stash REST API
...
, see info below):
Tip | ||
---|---|---|
| ||
The easiest way to explore and experiment with the Identity Federation for AWS API is by means of the Atlassian REST API Browser, simply select the Identity Federation for AWS resources. |
Include Page _ARADGComplianceNote _ARADGComplianceNote
Structure of the REST URIs
The Identity Federation for AWS REST API provides access to resources (data entities) via URI paths. To use the REST API, your application will make an HTTP request and parse the response. The Identity Federation for AWS REST API uses JSON as its communication format, and the standard HTTP methods like GET, PUT, POST and DELETE. URIs for Identity Federation for AWS REST API resources are keyed by the add-on namespace and have the following structure:
Code Block | |
---|---|
/jirahttp://host:port/context/rest/identity-federation-aws/1.0 Tip | |
REST API
...
The easiest way to explore the API is by means of the Atlassian REST API Browser, simply select the Identity Federation for AWS resources.
Column | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
resources (Identity Federation)
This is the reference of all resources relevant to this add-ons actual functionality as a as a token vendor for Identity Federation - please see the REST API resources (complete reference) if you intent to include this add-on into administrative automation scenarios (e.g. for scripting).
Resource | URI template | methods | description | permissions | comments |
---|---|---|---|---|---|
Connectors | ![]() | ||||
/connectors | GET | Get all AWS connectors. | Configurable | ||
/connectors/{id} | GET | Get an AWS connector identified by its id. | Configurable | . | |
/connectors/{id}/credentials | GET | Get the temporary security credentials via an AWS connector identified by its id. | Configurable | ![]() |
REST API resources (complete reference)
This is the complete reference of all resources available. You usually won't interact with most of these outside of administrative automation scenarios (e.g. for scripting) - please see the REST API resources (Identity Federation) for this add-ons actual functionality first.
Resource | URI template | methods | description | permissions | comments |
---|---|---|---|---|---|
Accounts | ![]() | ||||
/accounts | GET|POST | Get all accounts (IAM users). | Administrator | ||
/accounts/{id} | GET|DELETE|PUT | Get an account (IAM user) identified by its id. | Administrator | ||
Connectors | ![]() | ||||
/connectors | GET | Get all AWS connectors. | Configurable | ![]() | |
/connectors/{id} | GET | Get an AWS connector identified by its id. | Configurable | ![]() | |
/connectors/{id}/credentials | GET | Get the temporary security credentials via an AWS connector identified by its id. | Configurable | ![]() ![]() |
...