Update a CertificateObject
Update the certificate object associated with the specified rulestack.
Path Parameters
- rulestackname string required
The name of the rulestack.
- name string required
The name of the certificate.
- application/json
Request Body
- AuditComment Auditcomment
Possible values:
<= 512 characters
Audit remarks.
- CertificateSelfSigned Certificateselfsigned
Default value:
false
A self-signed root CA certificate.
- CertificateSignerArn Certificatesignerarn
Certificate Signer ARN
- Description Description
Possible values:
<= 512 characters
A description of certificate object.
- UpdateToken Updatetoken
Refresh token.
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Response object
The API call response.
CertificateObjectEntry object
The certificate object entry.
AuditComment AuditcommentAudit remarks.
CertificateSelfSigned CertificateselfsignedA self-signed root CA certificate.
CertificateSignerArn CertificatesignerarnCertificate signer ARN.
Description DescriptionA description of certificate object.
UpdateToken UpdatetokenRefresh token.
Name NameName of the certificate object entry.
RuleStackName RulestacknameName of the rulestack.
ResponseStatus object
The API call response status.
ErrorCode ErrorcodeDefault value:
0
Default value of a successful response is 0. Any other number indicates an error code.
400—HTTP bad request
- InvalidRequestException—Operation failed due to invalid request. For example, unsupported parameter name or value in the request.
- LimitExceededException—Operation failed due to violation in limit settings.
- ThrottlingException—Operation failed due to throttling limitations.
- AccessDeniedException—You do not have sufficient access to perform this action.
500—Bad request
- InternalServerError—Your request is valid but Cloud NGFW could not perform the operation due to a system issue.
- InsufficientCapacityException—AWS currently does not have enough capacity to fulfill your request.
Reason ReasonThe error description.
{
"Response": {
"CertificateObjectEntry": {
"AuditComment": "string",
"CertificateSelfSigned": true,
"CertificateSignerArn": "string",
"Description": "string",
"UpdateToken": "string"
},
"Name": "string",
"RuleStackName": "string"
},
"ResponseStatus": {
"ErrorCode": 0,
"Reason": "string"
}
}