Attaches a specified PolarFileSystem (PolarFS) instance to a PolarDB application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:AttachApplicationPolarFS |
none |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| PolarFSInstanceId |
string |
Yes |
The ID of the PolarFS Cold Storage instance. Currently, only the following applications support Cold Storage instances:
|
pcs-************** |
| PolarFSAccessKeyId |
string |
No |
The AccessKey ID of the Alibaba Cloud account or RAM user. Ensure that permissions were granted to the account or user when the PolarFS instance was created. |
LT********************** |
| PolarFSAccessKeySecret |
string |
No |
The AccessKey secret of the Alibaba Cloud account or RAM user. |
H3**************************** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The schema of the response. |
||
| RequestId |
string |
The request ID. |
3E5CD764-FCCA-5C9C-838E-20E0DE84B2AF |
| ApplicationId |
string |
The application ID. |
pa-************** |
| PolarFSInstanceId |
string |
The PolarFS ID. |
pcs-************** |
Examples
Success response
JSON format
{
"RequestId": "3E5CD764-FCCA-5C9C-838E-20E0DE84B2AF",
"ApplicationId": "pa-**************",
"PolarFSInstanceId": "pcs-**************"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.