Skip to main content

public/portworx/platform/account/apiv1/account.proto (version not set)

Download OpenAPI specification:Download

AccountService

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

Content type
application/json
{
  • "meta": {
    },
  • "config": {
    },
  • "status": {
    }
}

DeleteAccount API deletes account for given id.

path Parameters
accountId
required
string

account id which is going to be deleted.

Responses

Response samples

Content type
application/json
{ }