Retrieve a reseller activation
Retrieves the details of an existing reseller activation.
GET/v3/resellers/{resellerId}/activations/{id}
JWT
reseller:activation:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| resellerId* | string | path | |
| id* | string | path | Unique identifier for the reseller activation. |
Responses
200
401
403
404
429
500
200 OK{
"id": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"os": "windows",
"osVersion": "string",
"hostname": "string",
"location": {
"ipAddress": "string",
"countryCode": "string",
"countryName": "string",
"regionCode": "string",
"regionName": "string",
"city": "string",
"zipCode": "string",
"timeZone": "string",
"latitude": 0.1,
"longitude": 0.1
},
"vmName": "string",
"container": true,
"appVersion": "string",
"releaseVersion": "string",
"releaseChannel": "string",
"releasePlatform": "string",
"offline": true,
"productId": "string",
"expiresAt": "2019-08-24T14:15:22Z",
"licenseId": "string",
"lastSyncedAt": "2019-08-24T14:15:22Z",
"meterAttributes": [
{
"name": "string",
"uses": 0
}
],
"leaseExpiresAt": "2019-08-24T14:15:22Z",
"user": {
"id": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"name": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"role": "string",
"twoFactorEnabled": true,
"googleSsoEnabled": true,
"lastLoginAt": "2019-08-24T14:15:22Z",
"organizationId": "string",
"organization": {
"id": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"name": "string",
"email": "string",
"description": "string",
"allowedUsers": 0,
"address": {
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"country": "string",
"postalCode": "string"
}
},
"company": "string"
},
"organization": {
"id": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"name": "string",
"email": "string",
"description": "string",
"allowedUsers": 0,
"address": {
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"country": "string",
"postalCode": "string"
}
}
}