Retrieve ONTAP credentials
Contributors
Suggest changes
GET /working-environments/{accountId}/{workingEnvironmentId}/credentials
Retrieves the ONTAP credentials of an FSx system.
Token usage: Cloud Manager service token with the following scopes: occm-access.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
x-simulator |
string |
header |
False |
|
X-Service-Request-Id |
string |
header |
False |
|
accountId |
string |
path |
True |
|
workingEnvironmentId |
string |
path |
True |
Response
Status: 200,
Name | Type | Required | Description |
---|---|---|---|
credentials |
True |
Example response
{
"credentials": {
"ip": "string",
"userName": "string",
"password": "string"
}
}
Definitions
See Definitions
FsxOntapCredentials
Name | Type | Required | Description |
---|---|---|---|
ip |
string |
True |
|
userName |
string |
True |
|
password |
string |
True |