Menghapus konfigurasi keyless server.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| SiteId |
integer |
Yes |
ID situs, yang dapat Anda peroleh dengan memanggil API ListSites. |
11223*** |
| Id |
string |
Yes |
ID keyless server. |
baba39055622c008b90285a8838e**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Objek respons. |
||
| SiteId |
integer |
ID situs. |
123456**** |
| SiteName |
string |
Nama situs. |
example.com |
| Id |
string |
ID keyless server. |
baba39055622c008b90285a8838e**** |
| RequestId |
string |
ID permintaan. |
F61CDR30-E83C-4FDA-BF73-9A94CDD44229 |
Contoh
Respons sukses
JSONformat
{
"SiteId": 0,
"SiteName": "example.com ",
"Id": "baba39055622c008b90285a8838e****",
"RequestId": "F61CDR30-E83C-4FDA-BF73-9A94CDD44229"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingSiteId | Required parameter SiteId missing. Specify SiteId and try again. | |
| 400 | InternalError | An internal exception occurred, please try again later. | |
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | |
| 400 | Id.MissingParameter | The parameter Id is required. | |
| 403 | Unauthorized.InvalidTime | The specified authentication time is invalid. | |
| 403 | Unauthorized.InvalidToken | Token authentication failed. | |
| 404 | Certificate.NotFound | The specified certificate does not exist. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.