Gets the details of a specified instance.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
cams:QueryInstance | get | *Instance
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
InstanceId | string | Yes | The ID of the instance. | 9293938**** |
Response elements
Element | Type | Description | Example |
object | |||
AccessDeniedDetail | string | The detailed reason for access denial. | None |
Message | string | The response message. | NULL |
RequestId | string | The ID of the request. | 29kskkd****** |
| Data | object | The data object returned on a successful request. | |
CountryId | string | The country ID. Note For a list of country codes, see Country codes. | 1 |
ContactMail | string | The contact email address. | 1@alibaba.com |
CustType | string | The customer type. | 01 |
ResourceRegionId | string | The region ID of the resource. | 1 |
ResourceGroupId | string | The ID of the resource group. | 111 |
InstanceId | string | The ID of the instance. | 293939***** |
OfficeAddress | string | The office address. | example |
SubmitTime | string | The submission time. | 140092992 |
InstanceName | string | The name of the instance. | viber_ins |
IsvTerms | string | The ISV terms. | https://alibaba.com/1.pdf |
FacebookBmId | string | The Facebook Business Manager ID. | 39929**** |
InstanceDescription | string | The description of the instance. | ins |
ChannelType | string | The channel type. | VIBER |
Code | string | The request status code.
| OK |
Success | boolean | Indicates whether the request was successful.
| true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "NULL",
"RequestId": "29kskkd******",
"Data": {
"CountryId": "1",
"ContactMail": "1@alibaba.com",
"CustType": "01",
"ResourceRegionId": "1",
"ResourceGroupId": "111",
"InstanceId": "293939*****",
"OfficeAddress": "example",
"SubmitTime": "140092992",
"InstanceName": "viber_ins",
"IsvTerms": "https://alibaba.com/1.pdf",
"FacebookBmId": "39929****",
"InstanceDescription": "ins",
"ChannelType": "VIBER"
},
"Code": "OK",
"Success": true
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.