sked API definition (1.0.0)
sked API definition
/v1/purge-data/
Request Body schema: application/json
required | object | ||||||||||||||||||
| |||||||||||||||||||
meta | object |
Responses
Request samples
- Payload
Content type
application/json
{- "data": {
- "attributes": {
- "archive": false,
- "entity-id": "string",
- "entity-type": "individual",
- "reference-id": "string",
- "request-id": "string"
}, - "type": "system-purges"
}, - "meta": { }
}
Response samples
- 201
Content type
application/vnd.api+json
null
Response samples
- 200
Content type
application/vnd.api+json
{- "data": [
- {
- "attributes": {
- "classpath": "string",
- "created-time": "string",
- "last-poll-time": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "replicators"
}
], - "meta": { }
}
Response samples
- 200
Content type
application/vnd.api+json
{- "data": {
- "attributes": {
- "classpath": "string",
- "created-time": "string",
- "last-poll-time": "string"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "replicators"
}, - "meta": { }
}
/v1/schedulers/
query Parameters
individual-id required | string <uuid> Example: individual-id=11111111-1111-1111-1111-111111111111 |
page[limit] | integer (PageLimit) [ 1 .. 1000 ] Default: 100 |
page[offset] | integer (PageOffset) >= 0 Default: 0 |
Responses
Response samples
- 200
- 4XX
Content type
application/vnd.api+json
{- "data": [
- {
- "attributes": {
- "action": "log",
- "action-kwargs": { },
- "error-count": 0,
- "future-start-rrule": false,
- "individual-id": "11111111-1111-1111-1111-111111111111",
- "next-eta": "string",
- "rrule": "string",
- "start": "string",
- "tz": "UTC",
- "tz-aware": false,
- "user-id": "11111111-1111-1111-1111-111111111111"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "schedulers"
}
], - "meta": { }
}
/v1/schedulers/
Request Body schema: application/json
required | object | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
meta | object |
Responses
Request samples
- Payload
Content type
application/json
{- "data": {
- "attributes": {
- "action": "log",
- "action-kwargs": { },
- "future-start-rrule": false,
- "individual-id": "11111111-1111-1111-1111-111111111111",
- "rrule": "string",
- "start": "string",
- "start-is-localtime": false,
- "tz": "UTC",
- "tz-aware": false,
- "user-id": "11111111-1111-1111-1111-111111111111"
}, - "type": "schedulers"
}, - "meta": { }
}
Response samples
- 201
- 4XX
Content type
application/vnd.api+json
{- "data": {
- "attributes": {
- "action": "log",
- "action-kwargs": { },
- "error-count": 0,
- "future-start-rrule": false,
- "individual-id": "11111111-1111-1111-1111-111111111111",
- "next-eta": "string",
- "rrule": "string",
- "start": "string",
- "tz": "UTC",
- "tz-aware": false,
- "user-id": "11111111-1111-1111-1111-111111111111"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "schedulers"
}, - "meta": { }
}
Response samples
- 200
- 4XX
Content type
application/vnd.api+json
{- "data": {
- "attributes": {
- "action": "log",
- "action-kwargs": { },
- "error-count": 0,
- "future-start-rrule": false,
- "individual-id": "11111111-1111-1111-1111-111111111111",
- "next-eta": "string",
- "rrule": "string",
- "start": "string",
- "tz": "UTC",
- "tz-aware": false,
- "user-id": "11111111-1111-1111-1111-111111111111"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "schedulers"
}, - "meta": { }
}
/v1/schedulers/{id}/trigger/
path Parameters
id required | string Resource identifier |
Request Body schema: application/json
object
Responses
Request samples
- Payload
Content type
application/json
{ }
Response samples
- 201
Content type
application/vnd.api+json
{- "data": {
- "attributes": {
- "action": "log",
- "action-kwargs": { },
- "error-count": 0,
- "future-start-rrule": false,
- "individual-id": "11111111-1111-1111-1111-111111111111",
- "next-eta": "string",
- "rrule": "string",
- "start": "string",
- "tz": "UTC",
- "tz-aware": false,
- "user-id": "11111111-1111-1111-1111-111111111111"
}, - "id": "11111111-1111-1111-1111-111111111111",
- "type": "schedulers"
}, - "meta": { }
}