Seats and Subscription
Retrieve information details on your subscription and its usage accross Talend Apps.
Endpoints
-
https://api.eu.cloud.talend.com
URL for the AWS Europe region
-
https://api.ap.cloud.talend.com
URL for the AWS Asia Pacific region
-
https://api.us.cloud.talend.com
URL for the AWS United States East region
-
https://api.au.cloud.talend.com
URL for the AWS Australia region
-
https://api.us-west.cloud.talend.com
URL for the Azure United States West region
Security scheme
This scheme can be referenced across the API
Public
Bearer authentification
| Name | Description |
|---|
Subscription
Contains information related to token consumption, engines statuses and seat usages
Object
| Name | Description | Type | Attributes and examples | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| startDate | Subscription start date | string Required |
"2019-09-25" |
|||||||||
| endDate | Subscription end date | string Required |
"2019-09-25" |
|||||||||
| licenseType | License type | string Required | ||||||||||
| applications | array of string Required |
|
||||||||||
| supportLevel | Level of support | string Required | ||||||||||
| tokensStatus | TokensStatus Required | |||||||||||
| enginesStatus | array of EngineStatus Required |
|
||||||||||
| seats | array of Seat Required |
|
EngineStatus
Information about engine status
Object
| Name | Description | Type | Attributes and examples |
|---|---|---|---|
| type | Engine type | string Required |
|
| consumed | Number of engines used by type | integer Required |
INT32 |
TokensStatus
Information about tokens
Object
| Name | Description | Type | Attributes and examples |
|---|---|---|---|
| total | Number of token allowed for the account | integer Required |
INT32 |
| consumed | Number of token currently consumed by the account | integer Required |
INT32 |
Seat
Seat information
Object
| Name | Description | Type | Attributes and examples |
|---|---|---|---|
| application | Name of application | string Required |
["Data Inventory", "Data Preparation", "Data Stewardship", "Pipeline Designer", "Dictionary service", "API Designer / API Tester", "Management Console", "Studio", "Service Accounts"] |
| maxUsers | Maximum of users allowed to use the application | integer Required |
INT32 |
| currentUsers | Count of users currently using the application | integer Required |
INT32 |
ErrorResponse
Error response object
Object
| Name | Description | Type | Attributes and examples |
|---|---|---|---|
| status | HTTP status code | integer Required |
401 |
| message | Info about the error for user | string Optional |
Forbidden |
| detail | Info about error for developer. | string Optional |
Token authorization is required for access |
| requestId | The unique identification of the request involved with this error | string Optional |
16fefb53-035a-4249-af9d-f80a3b47b132 |
Get account subscription information
GET /account/subscriptionRetrieve details of your Talend license, such as:
- Number of tokens you acquired
- How they are allocated for various usage scenarios
- Your current subscription options