Skip to main content

Describe commit status for a RuleStack

View the commit status of a specified rulestack.

Path Parameters
  • rulestackname string required

    The name of the rulestack.

Responses

OK


Schema
  • Response object
  • CommitMessages string[]

    Rulestack commit message.

  • CommitStatus Commitstatus

    Rulestack commit status.

  • RuleStackName Rulestackname

    Name of the rulestack.

  • ValidateMessages string[]

    Validate rulestack commit.

  • ValidateStatus Validatestatus

    Rulestack validation status.

  • ResponseStatus object
  • 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.

    500—Bad request

    • InternalServerError—Your request is valid but Cloud NGFW could not perform the operation due to a system issue.
  • Reason Reason

    The error description.

Loading...