Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hdm:GetHDMAliyunResourceSyncResult |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Uid |
string |
No |
||
| accessKey |
string |
No |
||
| signature |
string |
No |
||
| timestamp |
string |
No |
||
| __context |
string |
No |
||
| skipAuth |
string |
No |
||
| UserId |
string |
No |
||
| TaskId |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
||
| RequestId |
string |
||
| Synchro |
string |
||
| Data |
object |
||
| SyncStatus |
string |
||
| ErrorMsg |
string |
||
| SubResults |
object |
||
| ResourceSyncSubResult |
array<object> |
||
|
object |
|||
| SyncCount |
integer |
||
| ResourceType |
string |
||
| Success |
boolean |
||
| ErrMsg |
string |
||
| Results |
string |
||
| Code |
string |
||
| Success |
string |
Examples
Success response
JSON format
{
"Message": "",
"RequestId": "",
"Synchro": "",
"Data": {
"SyncStatus": "",
"ErrorMsg": "",
"SubResults": {
"ResourceSyncSubResult": [
{
"SyncCount": 0,
"ResourceType": "",
"Success": false,
"ErrMsg": ""
}
]
},
"Results": ""
},
"Code": "",
"Success": ""
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParams | The request parameters are invalid. | |
| 403 | NoPermission | You are not authorized to do this action. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.