Path Parameters
Fully qualified service name.
{
"handlers": [
{
"name": "<string>",
"ty": "Exclusive",
"documentation": "<string>",
"metadata": {},
"idempotency_retention": "<string>",
"journal_retention": "<string>",
"inactivity_timeout": "<string>",
"abort_timeout": "<string>",
"enable_lazy_state": true,
"public": true,
"input_description": "<string>",
"output_description": "<string>",
"input_json_schema": "<any>",
"output_json_schema": "<any>",
"retry_policy": {
"initial_interval": "<string>",
"exponentiation_factor": 123,
"max_attempts": 2,
"max_interval": "<string>",
"on_max_attempts": "Pause"
}
}
]
}
List all the handlers of the given service.
{
"handlers": [
{
"name": "<string>",
"ty": "Exclusive",
"documentation": "<string>",
"metadata": {},
"idempotency_retention": "<string>",
"journal_retention": "<string>",
"inactivity_timeout": "<string>",
"abort_timeout": "<string>",
"enable_lazy_state": true,
"public": true,
"input_description": "<string>",
"output_description": "<string>",
"input_json_schema": "<any>",
"output_json_schema": "<any>",
"retry_policy": {
"initial_interval": "<string>",
"exponentiation_factor": 123,
"max_attempts": 2,
"max_interval": "<string>",
"on_max_attempts": "Pause"
}
}
]
}
Fully qualified service name.
Show child attributes
Was this page helpful?