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
nullResponse 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>    | 
| 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": "89cd2907-789f-4760-a83f-39e6a6ed819a",
 - "next-eta": "string",
 - "rrule": "string",
 - "start": "string",
 - "tz": "UTC",
 - "tz-aware": false,
 - "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
 
}, - "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": "89cd2907-789f-4760-a83f-39e6a6ed819a",
 - "rrule": "string",
 - "start": "string",
 - "start-is-localtime": false,
 - "tz": "UTC",
 - "tz-aware": false,
 - "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
 
}, - "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": "89cd2907-789f-4760-a83f-39e6a6ed819a",
 - "next-eta": "string",
 - "rrule": "string",
 - "start": "string",
 - "tz": "UTC",
 - "tz-aware": false,
 - "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
 
}, - "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": "89cd2907-789f-4760-a83f-39e6a6ed819a",
 - "next-eta": "string",
 - "rrule": "string",
 - "start": "string",
 - "tz": "UTC",
 - "tz-aware": false,
 - "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
 
}, - "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": "89cd2907-789f-4760-a83f-39e6a6ed819a",
 - "next-eta": "string",
 - "rrule": "string",
 - "start": "string",
 - "tz": "UTC",
 - "tz-aware": false,
 - "user-id": "985e0971-72b1-44a2-96f2-064a853c99ad"
 
}, - "id": "11111111-1111-1111-1111-111111111111",
 - "type": "schedulers"
 
}, - "meta": { }
 
}