Skip to main content

Get a rule

GET /api/v1/projects/:project_id/fleets/:fleet_id/rules/:rule_id

Fetches a rule in the fleet of the project.

Path Parameters
  • project_id string required

    Project ID

  • fleet_id string required

    Fleet ID

  • rule_id string required

    Rule ID

Responses

Success" {"ok":1,"data":{"rules":[{}]}}

Schema
    Loading...