創(chuàng)建智能導(dǎo)航實(shí)例

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

請求參數(shù)

名稱 類型 是否必選 示例值 描述
Action String CreateInstance

系統(tǒng)規(guī)定參數(shù)。取值:CreateInstance。

Concurrency Long 10

并發(fā)數(shù)量

Name String 導(dǎo)航實(shí)例

實(shí)例名稱

Description String 第一個(gè)導(dǎo)航實(shí)例

實(shí)例描述

返回?cái)?shù)據(jù)

名稱 類型 示例值 描述
InstanceId String c28fc549-d88f-4f6e-85ad-a0806e5e39c0

實(shí)例id

RequestId String 9ab43460-c0b9-40e2-8447-48d82c97fc67

請求id

示例

請求示例

http(s)://[Endpoint]/?Action=CreateInstance
&Concurrency=10
&Name=導(dǎo)航實(shí)例
&<公共請求參數(shù)>

正常返回示例

XML 格式

<RequestId>14C39896-AE6D-4643-9C9A-E0566B2C2DDD</RequestId>
<InstanceId>12f407b22cbe4890ac595f09985848d5</InstanceId>

JSON 格式

{
    "RequestId": "14C39896-AE6D-4643-9C9A-E0566B2C2DDD",
    "InstanceId":"12f407b22cbe4890ac595f09985848d5"
}

錯(cuò)誤碼

HttpCode 錯(cuò)誤碼 錯(cuò)誤信息 描述
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 內(nèi)部錯(cuò)誤。建議重試,如果多次重試報(bào)錯(cuò)請?zhí)峤还巍?/td>
400 InvalidConcurrency.LimitExceeded The specified Concurrency exceeds the upper limit. 并發(fā)數(shù)已經(jīng)超限,請重新設(shè)置。
400 InvalidInstanceName.Duplicated The specified InstanceName already exists. 實(shí)例名稱已經(jīng)存在。請您更換一個(gè)名字。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。