ListDestinationDeploys
POST/twirp/ttab.newswire.Delivery/ListDestinationDeploys
ListDestinationDeploys lists the deploys of a destination.
Request
- application/json
Body
cursor integer
destination string
Responses
- 200
- default
Method response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
deploys object[]
created string
Created timestamp as an RFC3339 string.
created_by string
CreatedBy is the URI of the subject that caused the deploy.
creator_name string
CreatorName is the human readable name of the subject, not guaranteed to be present, and must not be treated as an identifier.
reason string
Reason for the deploy, one of "config_update" or "rule_update".
rules object
Rules is a set of the names and versions of the deployed rulesets.
property name* integer
version integer
Version of the destination that was deployed.
next_page integer
{
"deploys": [
{
"created": "string",
"created_by": "string",
"creator_name": "string",
"reason": "string",
"rules": {},
"version": 0
}
],
"next_page": 0
}
Loading...