cloudmesh.cc.service.service
Cloudmesh cc FastAPI service for REST and web interfaces.
Functions
|
Page that lists readme as html. |
|
Adds a job to a workflow. |
|
Page that allows users to add workflows. |
|
Add workflow from html page. |
|
Page that lists contact information. |
|
Server side event watcher that returns datatable when changes are detected. |
|
Delete a workflow by name. |
|
Delete a workflow by url. |
|
Return a dict of available workflows. |
|
Server side event watcher that yields number of jobs that are done. |
|
Edit a workflow by url. |
|
Server side event watcher that yields number of jobs that are failed. |
|
Create example workflow for testing. |
|
Return workflow dirs found in .cloudmesh directory. |
|
Get a job that is inside a workflow. |
|
Get a workflow. |
|
See the graph embedded within web interface. |
|
Return the home page. |
|
Watch an svg for changes. |
|
Return a list of all workflows found on local computer. |
|
Load a workflow corresponding to given name. |
|
Page that shows manual of cms cc command. |
|
Watch a runtime yaml for status changes. |
|
Change a preference to show a column from within datatable viewer. |
|
Set preferences. |
|
Server side event watcher that yields number of jobs that are ready. |
|
Removes a job from a workflow. |
|
Reset a workflow by url. |
|
Run a specified workflow according to provided run type. |
|
Server side event watcher that yields number of jobs that are running. |
|
Give the number of done jobs. |
|
Give the number of failed jobs. |
|
Give the number of ready jobs. |
|
Give the number of running jobs. |
|
Give the number of submitted jobs. |
|
See the table of the workflow. |
|
|
|
Read a runtime yaml file to return a dict of status of jobs. |
|
Server side event watcher that yields number of jobs that are submitted. |
|
Upload a workflow. |
|
Page for watching a workflow that has been started. |
Classes
|
A python job. |