Skip to main content

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.

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.

Responses

OK


Schema
  • Response object

    The API call response.

  • CertificateObjectEntry object

    The certificate object entry.

  • AuditComment Auditcomment

    Audit remarks.

  • CertificateSelfSigned Certificateselfsigned

    A self-signed root CA certificate.

  • CertificateSignerArn Certificatesignerarn

    Certificate signer ARN.

  • Description Description

    A description of certificate object.

  • UpdateToken Updatetoken

    Refresh token.

  • Name Name

    Name of the certificate object entry.

  • RuleStackName Rulestackname

    Name of the rulestack.

  • ResponseStatus object

    The API call response status.

  • ErrorCode Errorcode

    Default 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 Reason

    The error description.

Loading...