Skip to main content

Retrieve working environment shares

Contributors

GET /api/v1/accounts/{accountId}/working-environments/{weId}/{provider}/shares

Retrieves the working environment shares.

Parameters

Name Type In Required Description

nextName

string

query

False

nextSvmUuid

string

query

False

maxRecords

number

query

False

Max records to return, default 1000

accountId

string

path

True

Tenancy Account ID

weId

string

path

True

Working Environment ID

provider

[nil, nil, nil, nil]

path

True

x-agent-id

string

header

True

Connector Id

x-workspace-id

string

header

False

Workspace Id

Response

Status: 200, Default Response
Name Type Required Description

shares

array[shares]

True

nextSvmUuid

string

False

nextName

string

False

Example response
{
  "shares": {
  }
}

Definitions

See Definitions

acls

Name Type Required Description

permission

string

True

user_or_group

string

True

type

string

True

shares

Name Type Required Description

name

string

True

path

string

True

acls

array[acls]

True

volumeUuid

string

False

volumeName

string

False

svmName

string

True