REST API v1.0 Reference

This is the Identity Federation for AWS REST API v1.0 reference, see the Integrating Identity Federation for AWS for more information.

Deprecation Note

The Identity Federation for AWS REST API v1.0 is deprecated, please use the REST API v2 going forward.

Changes / Upgrade Path
  • the REST API v1.0 remains supported in Identity Federation for AWS 2.x and will be removed once a REST API v3 will be published

  • attribute id has been changed to a GUID in v2 - to allow for upgrades, the same GUID is exposed as id2 within the v1.0 API too

  • the Marketplace enforced split of the app into dedicated ones per Atlassian application required us to change the base path for the REST API v1.0 resources from /rest/identity-federation-aws/1.0 to /rest/identity-federation-for-aws/1.0 in Identity Federation for AWS 2.x (Identity Federation for AWS 1.x remains unchanged) - please ensure to adjust this in case you need to keep existing v1.0 clients working with Identity Federation for AWS 2.x



REST API v1.0 resources (Identity Federation)

This is the reference of all resources relevant to this apps actual functionality as a token vendor for Identity Federation - refer to the REST API resources (complete reference) if you intent to include this app into administrative automation scenarios (e.g. for scripting).

Resource

URI template

methods

description

permissions

comments

Connectors









This is the main resource to interact with currently in order to retrieve temporary AWS security credentials.



/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 AWS security credentials via a AWS connector identified by its id.

Configurable

This is the main resource to use for calling AWS services in turn.

/rest/identity-federation-for-aws/1.0/connectors

Methods

GET
Request
GET http://host:port/context/rest/identity-federation-for-aws/1.0/connectors (200)

 

Response Headers

Server: Apache-Coyote/1.1 X-AREQUESTID: 1384x1779x1 X-ASESSIONID: 1dteqyw X-Seraph-LoginReason: OK X-AUSERNAME: admin Cache-Control: no-cache, no-store, no-transform Content-Type: application/json;charset=UTF-8 Transfer-Encoding: chunked Date: Tue, 04 Jun 2013 21:04:32 GMT

 

Response Body

{ "values": [ { "id": 1, "id2": "1f2d5aee-839e-49ae-8a5b-e9ae27a2f2d8",  "name": "Development Team A", "type": "FEDERATION_TOKEN" }, { "id": 2, "id2": "1521fbf0-fa97-4c4a-9877-9f0c5e9982d3",  "name": "Development Team B",  "type": "SESSION_TOKEN" }, { "id": 3, "id2": "bddc8430-cea7-4e09-98f6-354edcb841c4",  "name": "Operations Team", "type": "FEDERATION_TOKEN" } ], "size": 3 }

/rest/identity-federation-for-aws/1.0/connectors/{id}

Methods

GET
Request

 

Response Headers

 

Response Body

 

/rest/identity-federation-for-aws/1.0/connectors/{id}/credentials

Methods

GET
Request

 

Response Headers

 

Response Body

REST API v1.0 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

status

description

permissions

comments

Accounts











internal You usually won't interact with accounts via the API currently, please see the Connectors resource instead!



/accounts

GET|POST

internal

Get all accounts (IAM users).

Administrator





/accounts/{id}

GET|DELETE|PUT

internal

Get an account (IAM user) identified by its id.

Administrator



Connectors











This is the main resource to interact with currently in order to retrieve temporary AWS security credentials.



/connectors

GET

public

Get all AWS connectors.

Configurable

You only need GET for the intended usage as a token vendor, but POST will be added in a subsequent release regardless.



/connectors/{id}

GET

public

Get an AWS connector identified by its id.

Configurable

You only need GET for the intended usage as a token vendor, but DELETE|PUT will be added in a subsequent release regardless.



/connectors/{id}/credentials

GET

public

Get the temporary AWS security credentials via an AWS connector identified by its id.

Configurable

This is the main resource to use for calling AWS services in turn.









Atlassian®, Atlassian Bamboo®, Bitbucket®, Atlassian Crowd®, Confluence®, Jira®, Jira Service Management™, Opsgenie®, and Statuspage™ are registered trademarks of Atlassian.
Amazon Web Services™, AWS™ and the “Powered by Amazon Web Services” logo are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.

Utoolity® is a registered trademark of Utoolity GmbH.
© 2024 Utoolity GmbH. All rights reserved.