Mencabut Sertifikat klien yang telah diaktifkan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
esa:RevokeClientCertificate |
update |
*Site
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| SiteId |
integer |
Yes |
ID website. |
1234567890123 |
| Id |
string |
Yes |
ID sertifikat. |
baba39055622c008b90285a8838ed09a |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons |
||
| SiteId |
integer |
ID website. |
1234567890123 |
| SiteName |
string |
Nama website. |
example.com |
| Id |
string |
ID sertifikat. |
baba39055622c008b90285a8838ed09a |
| RequestId |
string |
ID permintaan. |
15C66C7B-671A-4297-9187-2C4477247A123425345 |
Contoh
Respons sukses
JSONformat
{
"SiteId": 1234567890123,
"SiteName": "example.com\n",
"Id": "baba39055622c008b90285a8838ed09a",
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A123425345"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Certificate.StatusError | The status of the certificate is invalid. | The specified certificate status is invalid. |
| 400 | MissingSiteId | Required parameter SiteId missing. Specify SiteId and try again. | Required parameter SiteId missing. Specify SiteId and try again. |
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
| 400 | Id.MissingParameter | The parameter Id is required. | The required parameter Id is missing. |
| 403 | Unauthorized.InvalidTime | The specified authentication time is invalid. | The authentication time parameter you entered is invalid. Check the parameter value and try again. |
| 403 | Unauthorized.InvalidToken | Token authentication failed. | The token you entered is invalid. Please check and enter the correct token and try again. |
| 404 | Certificate.NotFound | The specified certificate does not exist. | The specified certificate does not exist. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.