Retrieve data LIFs
Contributors
Suggest changes
GET /api/v1/accounts/{accountId}/working-environments/{weId}/{provider}/data-lifs
Retrieves the data LIFs associated with a working environment.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
nextUuid |
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 |
---|---|---|---|
dataLifs |
array[dataLifs] |
True |
|
nextUuid |
string |
False |
Example response
{
"dataLifs": [
{
"name": "string",
"svmName": "string",
"ipAddress": "string",
"state": "string"
}
],
"nextUuid": "string"
}
Definitions
See Definitions
dataLifs
Name | Type | Required | Description |
---|---|---|---|
name |
string |
True |
|
svmName |
string |
False |
|
ipAddress |
string |
True |
|
state |
string |
True |
Data LIF state - up or down |