aboutsummaryrefslogtreecommitdiffstats
path: root/sliapi/model/src/main/resources/sli-api.20161110.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sliapi/model/src/main/resources/sli-api.20161110.yaml')
-rw-r--r--sliapi/model/src/main/resources/sli-api.20161110.yaml43
1 files changed, 13 insertions, 30 deletions
diff --git a/sliapi/model/src/main/resources/sli-api.20161110.yaml b/sliapi/model/src/main/resources/sli-api.20161110.yaml
index db60aa1e..3420c66b 100644
--- a/sliapi/model/src/main/resources/sli-api.20161110.yaml
+++ b/sliapi/model/src/main/resources/sli-api.20161110.yaml
@@ -164,12 +164,6 @@ paths:
produces:
- application/json
- application/xml
-# parameters:
-# - in: body
-# name: healthcheckInput
-# required: false
-# schema:
-# $ref: '#/definitions/healthcheck-input'
responses:
'200':
description: No response was specified
@@ -184,12 +178,6 @@ paths:
produces:
- application/json
- application/xml
- parameters:
- - in: body
- name: vlbcheckInput
- required: false
- schema:
- $ref: '#/definitions/vlbcheck-input'
responses:
'200':
description: No response was specified
@@ -242,28 +230,23 @@ definitions:
execute-graph-input:
properties:
- 'mode':
- type: string
- 'module-name':
- type: string
- 'rpc-name':
- type: string
- 'sli-parameter':
- items:
- $ref: '#/definitions/parameter-setting'
- type: array
+ 'input':
+ type: object
+ properties:
+ 'mode':
+ type: string
+ 'module-name':
+ type: string
+ 'rpc-name':
+ type: string
+ 'sli-parameter':
+ items:
+ $ref: '#/definitions/parameter-setting'
+ type: array
type: object
- healthcheck-input:
- properties:
- 'dummy':
- type: string
- vlbcheck-input:
- properties:
- 'dummy':
- type: string