Membuat instans.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:CreateInstance |
create |
*Instance
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ChannelType |
string |
Yes |
Tipe saluran. |
VIBER |
| InstanceName |
string |
Yes |
Nama instans. |
viber_ins |
| InstanceDescription |
string |
No |
Deskripsi instans. |
ins |
| ResourceGroupId |
string |
No |
ID kelompok sumber daya tempat instans berada. |
example |
| OfficeAddress |
string |
No |
Alamat kantor bisnis. |
example |
| ContactMail |
string |
No |
Alamat email kontak. |
example |
| CountryId |
string |
No |
Kode negara. |
1 |
| FacebookBmId |
string |
No |
ID Facebook Business Manager (BM). |
393992929 |
| IsvTerms |
string |
No |
URL file ketentuan ISV. |
https://a.com/1.pdf |
| IsConfirmAudit |
string |
No |
Apakah akan mengonfirmasi audit. |
Y |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
| RequestId |
string |
The unique ID of the request. |
2992939***** |
| Message |
string |
The error message returned if the request fails. |
NULL |
| Data |
object |
The returned data object. |
|
| InstanceName |
integer |
The name of the instance. |
ins |
| ResourceRegionId |
string |
The ID of the region where the resource resides. |
example |
| InstanceId |
string |
The ID of the instance. |
2999292 |
| InstanceDescription |
string |
The description of the instance. |
des |
| SubmitTime |
string |
The time when the request was submitted. |
example |
| ChannelType |
string |
The channel type. |
example |
| Code |
string |
The response code. A value of |
OK |
| Success |
boolean |
Indicates whether the request was successful. A value of |
false |
Contoh
Respons sukses
JSONformat
{
"AccessDeniedDetail": "None",
"RequestId": "2992939*****",
"Message": "NULL",
"Data": {
"InstanceName": 0,
"ResourceRegionId": "example",
"InstanceId": "2999292",
"InstanceDescription": "des",
"SubmitTime": "example",
"ChannelType": "example"
},
"Code": "OK",
"Success": false
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.