
This adds a JS client for the OAPI interface, and introduces the SocketIO stuff into Flamenco Manager itself. To build & run: - in `web/manager-api` run `npm install` - in `web/manager-api` run `npm link` - in `web/app` run `npm install` - in `web/app` run `npm link flamenco-manager` - in `web/app` run `yarn serve` This may not be a complete list, but at least some of those steps are necessary.
18 lines
643 B
Markdown
18 lines
643 B
Markdown
# flamencoManager.Job
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**name** | **String** | |
|
|
**type** | **String** | |
|
|
**priority** | **Number** | | [default to 50]
|
|
**settings** | **{String: Object}** | | [optional]
|
|
**metadata** | **{String: String}** | Arbitrary metadata strings. More complex structures can be modeled by using `a.b.c` notation for the key. | [optional]
|
|
**id** | **String** | UUID of the Job |
|
|
**created** | **Date** | Creation timestamp |
|
|
**updated** | **Date** | Creation timestamp |
|
|
**status** | [**JobStatus**](JobStatus.md) | |
|
|
|
|
|