PrecheckYikeAIAppJob

更新时间:
复制 MD 格式

Validates the parameters of an application.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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: The precheck was successful.

  • Failed: The precheck failed.

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.