Validates the parameters of an application.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
No |
The application ID. |
app-1000000 |
| AppParams |
string |
No |
The application's runtime parameters, serialized as a JSON string. |
{\"LoadImage.1.TargetImage\":\"794da8a01b8c71f1b973e6e7c7586301\"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID. |
******3B-0E1A-586A-AC29-742247****** |
| Status |
string |
The precheck result. Valid values are:
|
Success |
| Result |
array<object> |
Returned if the precheck fails. This parameter contains only the parameters that failed the check. |
|
|
object |
The parameter that failed the pre-check. |
||
| ErrorCode |
string |
The cause of the parameter validation error. |
ImageCheckFailed |
| Key |
string |
The application parameter name. |
LoadImage.1.TargetImage |
Examples
Success response
JSON format
{
"RequestId": "******3B-0E1A-586A-AC29-742247******",
"Status": "Success",
"Result": [
{
"ErrorCode": "ImageCheckFailed",
"Key": "LoadImage.1.TargetImage"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.