Prerequisites

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Atlassian Cloud Admin 

Prerequisites

To create an API Key for authentication with the Atlassian Cloud Admin REST API execute the following steps.

 

1.Select Settings > API keys.

2.Click on Create API key.

3.Enter an easily identifiable name for the API key.

4.Select the time for the expiration of the key. A key cannot be used for a period that is longer than a year. By default, the key expires one week from the day of its creation.

5.Click on the Create button.

6.Save the API key and the Organization ID to a secure location. They will not be shown again and if lost it will be necessary to create a new API key.

7.Click on the Done button.

8.To revoke an API key, select Revoke next to the API key.

 

Pagination

The organizations REST API uses pagination to conserve server resources and limit the response size. If there are more results available after the current page, a link to the next page of results is included in the .json. It is possible to use the cursor parameter to set a specific starting point for the results.

 

Step-by-step Implementation Instruction

Create the required credentials.

Add the credentials to the connector and execute it.

Add the extracted data to the data processing and push it to applications.