分頁獲取當前租戶下智能導航實例列表
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListInstances |
系統規定參數。取值:ListInstances。 |
PageNumber | Integer | 是 | 1 |
頁號 |
PageSize | Integer | 是 | 10 |
個數 |
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
Instances | Array |
實例數組 |
|
ApplicableOperations | List | ["Edit", "Publish", "Duplicate", "Delete", "ListHistories"] |
實例可操作列表 |
Concurrency | Long | 10 |
并發數 |
Description | String | 測試的實例 |
描述 |
InstanceId | String | dc437bba-5a25-4bbc-b4c2-f268864bebb5 |
實例id |
ModifyTime | Long | 1582266750353 |
修改時間 |
ModifyUserName | String | 張三 |
實例修改者(如果沒有修改者則是新建實例,顯示創建者) |
Name | String | 測試實例 |
名字 |
Status | String | Published |
實例狀態 |
PageNumber | Integer | 1 |
頁號 |
PageSize | Integer | 10 |
個數 |
RequestId | String | 01da771a-ceea-4496-8601-be4f390c6d34 |
請求id |
TotalCount | Integer | 1 |
總計個數 |
示例
請求示例
http(s)://[Endpoint]/?Action=ListInstances
&PageNumber=1
&PageSize=10
&<公共請求參數>
正常返回示例
XML
格式
<RequestId>14C39896-AE6D-4643-9C9A-E0566B2C2DDD</RequestId>
<PageNumber>1</PageNumber>
<PageSize>10</PageSize>
<TotalCount>100</TotalCount>
<Instances >
<Concurrency>19</Concurrency>
<ModifyUserName>測試</ModifyUserName>
<Description>ut導航實例1</Description>
<InstanceId>test1</InstanceId>
<ModifyTime>1532436395329</ModifyTime>
<Name>ut測試實例1</Name>
<NluServiceType>Managed</NluServiceType>
<Status>Drafted</Status>
<ApplicableOperations>Edit</ApplicableOperations>
<ApplicableOperations>Publish</ApplicableOperations>
<ApplicableOperations>Duplicate</ApplicableOperations>
<ApplicableOperations>Delete</ApplicableOperations>
<ApplicableOperations>ListHistories</ApplicableOperations>
</Instances >
JSON
格式
{
"RequestId": "14C39896-AE6D-4643-9C9A-E0566B2C2DDD",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 100,
"Instances ": [
{
"Concurrency": 19,
"ModifyUserName": "測試",
"Description": "ut導航實例1",
"InstanceId": "test1",
"ModifyTime": 1532436395329,
"Name": "ut測試實例1",
"NluServiceType":"Managed",
"Status": "Drafted",
"ApplicableOperations": ["Edit", "Publish", "Duplicate", "Delete", "ListHistories"]
}
]
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 內部錯誤。建議重試,如果多次重試報錯請提交工單。 |
400 | InvalidParameter | The specified parameter %s is invalid. | 參數值校驗不通過。請使用請求參數構造規范化的請求字符串。 |
訪問錯誤中心查看更多錯誤碼。
訪問錯誤中心查看更多錯誤碼。