forked from Comcast/Priority-Operation-Processing
-
Notifications
You must be signed in to change notification settings - Fork 0
CustomerAPI
Tim Stair edited this page Apr 23, 2020
·
1 revision
Path: < stagename > /customer
byId
byCid
byLinkId
byResourcePoolId
Field | Type | Description |
---|---|---|
contentType | String | This will be application/json for the immediate term, but we might also support application/xml later |
Field | Purpose | Type | Notes |
---|---|---|---|
id | Id of the Customer | String | This must match the customerId or things don't behave well |
customerId | Id of the Customer from the customer table entry | String | |
cid | CorrelationId to combine all data objects created within a request submission | String | |
title | An easy way to reference | String |
{
"id": "http://my.account.id/data/Account/3",
"cid": null,
"customerId": "http://my.account.id/data/Account/3",
"updatedTime": 1576608440403,
"addedTime": 1576608440403,
"billingCode": null,
"title": "POP-Rocks",
"resourcePoolId": "bcd58865-6280-4922-a2c7-527f3a712cee"
}
- Submission
- Scheduling
-
Execution
the ResourcePool
Agenda
the workflow
Agenda Template
the workflow definition
Customer
Insight
the scheduling queue definition
Operation Progress
the state of the running Agenda operations
Progress
the state of the running Agendas
ResourcePool
the processing resources
Agenda Service
the workflow submission
Progress Service
rolled up agenda progress summary
ResourcePool Service
getting work and updating progress
AgendaReclaimer
restarting stuck Agendas
AgendaRetry
retrying failed Agendas
DataObjectReaper
reaping expired data objects
PodReaper
reaping stuck Kubernetes pods