Options
All
  • Public
  • Public/Protected
  • All
Menu

Response information for a rule request. If the 'status_code' property indicates success, the 'request_id' and 'rule' properties are returned in the response. If the 'status_code' property indicates an error, the 'request_id', 'errors', and 'trace' fields are returned.

Hierarchy

  • CreateRuleResponse

Index

Properties

Optional errors

The error contents of the multi-status response.

This field is present for unsuccessful requests.

Optional request_id

request_id: string

The identifier that is used to correlate an individual request.

To assist with debugging, you can use this ID to identify and inspect only one request that was made as part of a bulk operation.

Optional rule

rule: Rule

Information about a newly-created rule.

This field is present for successful requests.

Optional status_code

status_code: number

The HTTP response status code.

Optional trace

trace: string

The UUID that uniquely identifies the request.

This field is present for unsuccessful requests.

Generated using TypeDoc