Create ONTAP credentials
Contributors
Suggest changes
POST /working-environments/{accountId}/{workingEnvironmentId}/credentials
Creates ONTAP credentials for an FSx system to be used to communicate with an ONTAP FSx file system.
Token usage: Cloud Manager user token.
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 |
Request Body
Name | Type | Required | Description |
---|---|---|---|
password |
string |
True |
Example request
{
"password": "string"
}
Response
Status: 201,