Attaches a specified PolarLakeBase cold-storage 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 |
Application ID |
pa-************** |
| PolarFSInstanceId |
string |
Yes |
PolarLakeBase cold-storage instance ID Only the following applications support cold-storage instances:
|
pcs-************** |
| PolarFSAccessKeyId |
string |
No |
AccessKey ID of the Alibaba Cloud account or RAM user. Ensure that you granted permissions to this account or user when you created the PolarLakeBase instance. |
LT********************** |
| PolarFSAccessKeySecret |
string |
No |
AccessKey secret of the Alibaba Cloud account or RAM user |
H3**************************** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema |
||
| RequestId |
string |
Request ID |
3E5CD764-FCCA-5C9C-838E-20E0DE84B2AF |
| ApplicationId |
string |
Application ID |
pa-************** |
| PolarFSInstanceId |
string |
PolarLakeBase instance 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.