| Call Type |
Resource |
Description |
| POST |
api/entities/validate/:entity-type |
Validate the entity |
| POST |
api/entities/submit/:entity-type |
Submit the entity |
| POST |
api/entities/update/:entity-type/:entity-name |
Update the entity |
| POST |
api/entities/submitAndSchedule/:entity-type |
Submit & Schedule the entity |
| POST |
api/entities/schedule/:entity-type/:entity-name |
Schedule the entity |
| POST |
api/entities/suspend/:entity-type/:entity-name |
Suspend the entity |
| POST |
api/entities/resume/:entity-type/:entity-name |
Resume the entity |
| DELETE |
api/entities/delete/:entity-type/:entity-name |
Delete the entity |
| GET |
api/entities/status/:entity-type/:entity-name |
Get the status of the entity |
| GET |
api/entities/definition/:entity-type/:entity-name |
Get the definition of the entity |
| GET |
api/entities/list/:entity-type |
Get the list of entities |
| GET |
api/entities/dependencies/:entity-type/:entity-name |
Get the dependencies of the entity |