Files
hatchet/api-contracts/openapi/paths/monitoring/monitoring.yaml
Sean Reilly cbc2526c0b add a monitoring probe (#1108)
* add a monitoring probe

---------

Co-authored-by: Sean Reilly <sean@hatchet.run>
2024-12-17 15:55:50 -05:00

26 lines
721 B
YAML

probe:
post:
x-resources: ["tenant"]
description: Triggers a workflow to check the status of the instance
summary: Detailed Health Probe For the Instance
operationId: monitoring:post:runProbe
parameters:
- description: The tenant id
in: path
name: tenant
required: true
schema:
type: string
format: uuid
minLength: 36
maxLength: 36
responses:
"200":
description: Successfully executed the probe.
"403":
content:
application/json:
schema:
$ref: "../../components/schemas/_index.yaml#/APIErrors"
description: Not authorized to perform this action