Skip to main content

Retrieve working environment details

Contributors

GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/working-environment/{workingEnvironmentId}

Retrieves the details of a specific working environment. This API endpoint retrieves the name, region, status, type, cloud-provider, provider-accountId, ontap-version, and total-volumes-count of a specific working environment.

Token usage: BlueXP user token.

Parameters

Name Type In Required Description

partial

boolean

query

False

accountId

string

path

True

workingEnvironmentId

string

path

True

authorization

string

header

True

x-agent-id

string

header

True

Response

Status: 200, Default response
Name Type Required Description

id

string

False

cluster-uuid

string

False

name

string

False

region

string

False

status

string

False

ontap-version

string

False

type

string

False

provider

string

False

provider-account-id

string

False

AWS account ID/ Azure subscription ID / Google Cloud project ID

total-volumes-count

string

False

Example response
{
  "id": "string",
  "cluster-uuid": "string",
  "name": "string",
  "region": "string",
  "status": "string",
  "ontap-version": "string",
  "type": "string",
  "provider": "string",
  "provider-account-id": "string",
  "total-volumes-count": "string"
}