Skip to main content

Retrieve export policies

Contributors

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

Retrieves the export policies associated with a working environment.

Parameters

Name Type In Required Description

svmName

string

query

False

nextId

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

exportPolicies

array[exportPolicies]

True

nextSvmUuid

string

False

nextId

string

False

Example response
{
  "exportPolicies": {
  }
}

Definitions

See Definitions

clients

Name Type Required Description

match

string

True

rules

Name Type Required Description

clients

array[clients]

True

protocols

array[Any of: string, string, string, string]

True

exportPolicies

Name Type Required Description

name

string

True

svmName

string

True

rules

array[rules]

True