public/portworx/platform/account/apiv1/account.proto (version not set)
Download OpenAPI specification:Download
GetAccount API returns the info about account for given account id.
path Parameters
accountId required | string account id for which account details need to be fetched. |
Responses
Response samples
- 200
- default
Content type
application/json
{- "meta": {
- "uid": "string",
- "name": "string",
- "description": "string",
- "resourceVersion": "string",
- "createTime": "2019-08-24T14:15:22Z",
- "updateTime": "2019-08-24T14:15:22Z",
- "labels": {
- "property1": "string",
- "property2": "string"
}, - "annotations": {
- "property1": "string",
- "property2": "string"
}, - "parentReference": {
- "type": "string",
- "version": "string",
- "uid": "string"
}, - "resourceNames": {
- "property1": "string",
- "property2": "string"
}
}, - "config": {
- "userEmail": "string",
- "dnsName": "string",
- "displayName": "string",
- "accountType": "ACCOUNT_TYPE_UNSPECIFIED",
- "pdsZuoraSubscription": {
- "subscriptionId": "string",
- "accountId": "string"
}, - "pxeAwsSubscription": {
- "clientId": "string",
- "productId": "string",
- "accountId": "string"
}, - "pxeZuoraSubscription": {
- "subscriptionId": "string",
- "accountId": "string"
}, - "baasAwsSubscription": {
- "clientId": "string",
- "productId": "string",
- "accountId": "string"
}, - "baasZuoraSubscription": {
- "subscriptionId": "string",
- "accountId": "string"
}
}, - "status": {
- "pxe": "STATUS_TYPE_UNSPECIFIED",
- "pds": "STATUS_TYPE_UNSPECIFIED",
- "baas": "STATUS_TYPE_UNSPECIFIED",
- "reason": "string",
- "phase": "TYPE_UNSPECIFIED"
}
}