diff options
| author | jc0b <j@jc0b.computer> | 2020-07-28 17:53:23 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:44 +0200 |
| commit | 40e15a1a21edf5229c6ea8ec6655c56bfc1cc25b (patch) | |
| tree | 7738ecb6ed85e32aaf347b8d0de2cce08f4a4fd4 /opendc-api-spec.yml | |
| parent | 39aa5c22d893769fcfa8501eaa95c82014906a2a (diff) | |
| parent | ceaddeb0f6927e0f99f7b140aba6a85dac0106fb (diff) | |
Merge branch 'master' of github.com:atlarge-research/opendc-dev
Diffstat (limited to 'opendc-api-spec.yml')
| -rw-r--r-- | opendc-api-spec.yml | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/opendc-api-spec.yml b/opendc-api-spec.yml index 3009ab03..671d4760 100644 --- a/opendc-api-spec.yml +++ b/opendc-api-spec.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 1.0.0 + version: 2.0.0 title: OpenDC API description: 'OpenDC is an open-source datacenter simulator for education, featuring real-time online collaboration, diverse simulation models, and detailed performance feedback statistics.' host: opendc.org @@ -703,19 +703,6 @@ paths: description: Prefab not found. definitions: - Prefab: - type: object - properties: - _id: - type: string - name: - type: string - datetimeCreated: - type: string - format: dateTime - datetimeLastEdited: - type: string - format: dateTime Scheduler: type: object properties: @@ -865,6 +852,8 @@ definitions: properties: state: type: string + results: + type: object trace: type: object properties: @@ -919,3 +908,16 @@ definitions: type: string authorizationLevel: type: string + Prefab: + type: object + properties: + _id: + type: string + name: + type: string + datetimeCreated: + type: string + format: dateTime + datetimeLastEdited: + type: string + format: dateTime |
