mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-05 23:58:45 -06:00
26 lines
721 B
YAML
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
|