123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- ---
- version: '2.0'
- metadata:
- apiVersion: '2016-09-19'
- endpointPrefix: offline
- jsonVersion: '1.1'
- serviceFullName: KSC OFFLINE Service
- signatureVersion: v4
- targetPrefix: offline
- protocol: json2
- operations:
- Preset:
- name: Preset
- http:
- method: POST
- UpdatePreset:
- name: UpdatePreset
- http:
- method: POST
- DelPreset:
- name: DelPreset
- http:
- method: GET
- requestUri: /
- input:
- shape: PresetInstance
- GetPresetList:
- name: GetPresetList
- http:
- method: GET
- requestUri: /
- input:
- shape: GetPresetListInstance
- GetPresetDetail:
- name: GetPresetDetail
- http:
- method: GET
- requestUri: /
- input:
- shape: PresetInstance
- CreateTask:
- name: CreateTask
- http:
- method: POST
- DelTaskByTaskID:
- name: DelTaskByTaskID
- http:
- method: GET
- requestUri: /
- input:
- shape: TaskIDInstance
- TopTaskByTaskID:
- name: TopTaskByTaskID
- http:
- method: GET
- requestUri: /
- input:
- shape: TaskIDInstance
- GetTaskList:
- name: GetTaskList
- http:
- method: GET
- requestUri: /
- input:
- shape: GetTaskListInstance
- GetTaskByTaskID:
- name: GetTaskByTaskID
- http:
- method: GET
- requestUri: /
- input:
- shape: TaskIDInstance
-
- GetTaskMetaInfo:
- name: GetTaskMetaInfo
- http:
- method: GET
- requestUri: /
- input:
- shape: GetTaskByTaskIDInstance
- shapes:
- Preset:
- type: string
- WithDetail:
- type: integer
- TaskID:
- type: string
- min: 35
- max: 45
- PresetType:
- type: string
- Presets:
- type: string
- StartDate:
- type: integer
- EndDate:
- type: integer
- Marker:
- type: integer
- Limit:
- type: integer
- PresetInstance:
- type: structure
- members:
- preset:
- shape: Preset
- GetPresetListInstance:
- type: structure
- members:
- withDetail:
- shape: WithDetail
- presettype:
- shape: PresetType
- presets:
- shape: Presets
- TaskIDInstance:
- type: structure
- members:
- taskid:
- shape: TaskID
- GetTaskListInstance:
- type: structure
- members:
- startdate:
- shape: StartDate
- enddate:
- shape: EndDate
- marker:
- shape: Marker
- limit:
- shape: Limit
- GetTaskByTaskIDInstance:
- type: structure
- members:
- taskid:
- shape: TaskID
- startdate:
- shape: StartDate
- enddate:
- shape: EndDate
- marker:
- shape: Marker
- limit:
- shape: Limit
-
|