123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- ---
- version: '2.0'
- metadata:
- apiVersion: '2017-01-01'
- endpointPrefix: ket
- jsonVersion: '1.1'
- serviceFullName: KSC OFFLINE Service
- signatureVersion: v4
- targetPrefix: ket
- 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: UserInstance
- GetPresetDetail:
- name: GetPresetDetail
- http:
- method: GET
- requestUri: /
- input:
- shape: PresetInstance
- StartStreamPull:
- name: StartStreamPull
- http:
- method: POST
- StopStreamPull:
- name: StopStreamPull
- http:
- method: POST
- GetStreamTranList:
- name: GetStreamTranList
- http:
- method: GET
- requestUri: /
- input:
- shape: StreamTranInstance
- GetQuotaUsed:
- name: GetQuotaUsed
- http:
- method: GET
- requestUri: /
- input:
- shape: UniqNameInstance
- StartLoop:
- name: StartLoop
- http:
- method: POST
- StopLoop:
- name: StopLoop
- http:
- method: POST
- UpdateLoop:
- name: UpdateLoop
- http:
- method: POST
- GetLoopList:
- name: GetLoopList
- http:
- method: GET
- GetLiveTransDuration:
- name: GetLiveTransDuration
- http:
- method: GET
- CreateDirectorTask:
- name: CreateDirectorTask
- http:
- method: POST
- UpdateDirectorTask:
- name: UpdateDirectorTask
- http:
- method: POST
- DelDirectorTask:
- name: DelDirectorTask
- http:
- method: GET
- QueryDirectorTask:
- name: QueryDirectorTask
- http:
- method: GET
- shapes:
- App:
- type: string
- UniqName:
- type: string
- Preset:
- type: string
- StreamID:
- type: string
- OutPull:
- type: integer
- UniqNameInstance:
- type: structure
- members:
- UniqName:
- shape: UniqName
- PresetInstance:
- type: structure
- members:
- App:
- shape: App
- UniqName:
- shape: UniqName
- Preset:
- shape: Preset
- UserInstance:
- type: structure
- members:
- App:
- shape: App
- UniqName:
- shape: UniqName
- StreamTranInstance:
- type: structure
- members:
- App:
- shape: App
- UniqName:
- shape: UniqName
- StreamID:
- shape: StreamID
- OutPull:
- shape: OutPull
|