日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeInstance

查詢智能外呼業務實例信息。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱

類型

是否必選

示例值

描述

Action String DescribeInstance

系統規定參數。取值:DescribeInstance。

InstanceId String af81a389-91f0-4157-8d82-720edd02b66a

實例ID。

返回數據

名稱

類型

示例值

描述

HttpStatusCode Integer 200

HTTP狀態碼。

Code String OK

狀態碼。

Message String Success

接口提示信息。

RequestId String 254EB995-DEDF-48A4-9101-9CA5B72FFBCC

請求ID。

Success Boolean true

是否成功。

Instance Object

業務實例信息。

CreationTime Long 1578469042851

創建時間。

InstanceId String 90515b5-6115-4ccf-83e2-52d5bfaf2ddf

業務實例ID。

CreatorId Long 435986

創建者ID。

OwnerName String xxxx

業務實例擁有者名字。

InstanceDescription String 這個是第一個實例

業務實例描述。

InstanceName String 第一個實例

業務實例名字。

CreatorName String xxx

創建者名字。

ResourceGroupId String 90515b5-6115-4ccf-83e2-52d5bfaf2ddf

資源組ID。

MaxConcurrentConversation Integer 4

實例最大并發。

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeInstance
&InstanceId=af81a389-91f0-4157-8d82-720edd02b66a
&公共請求參數

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeInstanceResponse>
    <HttpStatusCode>200</HttpStatusCode>
    <Code>OK</Code>
    <Message>Success</Message>
    <RequestId>254EB995-DEDF-48A4-9101-9CA5B72FFBCC</RequestId>
    <Success>true</Success>
    <Instance>
        <CreationTime>1578469042851</CreationTime>
        <InstanceId>90515b5-6115-4ccf-83e2-52d5bfaf2ddf</InstanceId>
        <CreatorId>435986</CreatorId>
        <OwnerName>xxxx</OwnerName>
        <InstanceDescription>這個是第一個實例</InstanceDescription>
        <InstanceName>第一個實例</InstanceName>
        <CreatorName>xxx</CreatorName>
        <ResourceGroupId>90515b5-6115-4ccf-83e2-52d5bfaf2ddf</ResourceGroupId>
        <MaxConcurrentConversation>4</MaxConcurrentConversation>
    </Instance>
</DescribeInstanceResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "HttpStatusCode" : 200,
  "Code" : "OK",
  "Message" : "Success",
  "RequestId" : "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
  "Success" : true,
  "Instance" : {
    "CreationTime" : 1578469042851,
    "InstanceId" : "90515b5-6115-4ccf-83e2-52d5bfaf2ddf",
    "CreatorId" : 435986,
    "OwnerName" : "xxxx",
    "InstanceDescription" : "這個是第一個實例",
    "InstanceName" : "第一個實例",
    "CreatorName" : "xxx",
    "ResourceGroupId" : "90515b5-6115-4ccf-83e2-52d5bfaf2ddf",
    "MaxConcurrentConversation" : 4
  }
}

錯誤碼

HttpCode

錯誤碼

錯誤信息

描述

500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 內部錯誤。建議重試,如果多次重試報錯請提交工單。

訪問錯誤中心查看更多錯誤碼。