Menghapus nama domain yang terkait dengan gateway.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:DeleteGatewayDomain |
delete |
*Gateway
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
No |
ID domain. |
109 |
| GatewayUniqueId |
string |
Yes |
ID unik gateway. |
gw-90392d768a3847a7b804c505254d**** |
| AcceptLanguage |
string |
No |
Bahasa respons. Nilai yang valid:
|
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Struktur data. |
||
| RequestId |
string |
ID permintaan. |
39016EAC-6EDB-52FE-AE20-4B013DF236FF |
| HttpStatusCode |
integer |
Kode status HTTP yang dikembalikan. |
200 |
| Message |
string |
Pesan kesalahan. |
You are not authorized to perform this operation. |
| Code |
integer |
Kode status yang dikembalikan. |
200 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
| Data |
object |
Data yang dikembalikan. |
|
| Id |
integer |
ID domain. |
2 |
| Name |
string |
Nama. |
CONTACTINFO |
| GatewayUniqueId |
string |
ID unik gateway. |
gw-7ea3da97b96543e19f6c597c**** |
| GatewayId |
integer |
ID gateway. |
253 |
| Protocol |
string |
Protokol. |
HTTP |
| MustHttps |
boolean |
Menunjukkan apakah probing HTTP diizinkan. |
true |
| CertIdentifier |
string |
ID sertifikat. |
243 |
| GmtCreate |
string |
Waktu ketika nama domain ditambahkan. |
2022-01-07T10:07:57.000+0000 |
| GmtModified |
string |
Waktu modifikasi terakhir. |
2022-01-07T10:07:57.000+0000 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "39016EAC-6EDB-52FE-AE20-4B013DF236FF",
"HttpStatusCode": 200,
"Message": "You are not authorized to perform this operation.",
"Code": 200,
"Success": true,
"Data": {
"Id": 2,
"Name": "CONTACTINFO",
"GatewayUniqueId": "gw-7ea3da97b96543e19f6c597c****",
"GatewayId": 253,
"Protocol": "HTTP",
"MustHttps": true,
"CertIdentifier": "243",
"GmtCreate": "2022-01-07T10:07:57.000+0000",
"GmtModified": "2022-01-07T10:07:57.000+0000"
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.