get https://{server}/subscriptions
It returns the details about the Tessell Subscriptions
Log in to see full request history
Responses
It returns the details about the Tessell Subscriptions
xxxxxxxxxx
curl --request GET \
--url 'https://console.tessell.com/subscriptions?time-zone=UTC&page-size=10&page-offset=0' \
--header 'accept: application/json'
xxxxxxxxxx
49}
{
"metadata": {
"timeZone": "string",
"records": 0,
"pagination": {
"pageSize": 0,
"pageOffset": 0
}
},
"response": [
{
"name": "string",
"description": "string",
"isDefault": false,
"deploymentType": "shared",
"status": "creating",
"associatedCloudTypes": [
{
"cloudType": "AWS",
"associationStatus": "ACTIVE",
"regions": [
{
"name": "string",
"region": "string"
}