1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
swagger: "2.0"
info:
description: This is an API description of the HTTPPool Server for FDI
    (Flexible Dataset Integrator)
version: 1.1.0
title: fdi HTTPPool
contact:
email: mhuang@nao.syx1026-qq.com
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
host: localhost:8080
basePath: /0.7
schemes:
- https
- http
paths:
/httppool/{poolid}/hk:
get:
summary: Read housekeeping from server.
description: |
By passing in the appropriate pool id, you can search for
housekeeping data of a pool which was registred in server.
produces:
- application/json
parameters:
- name: poolid
in: path
description: pass an complete pool id
required: true
type: string
responses:
"200":
description: return housekeeping of pool id that user specifiy
schema:
type: array
items:
$ref: '#/definitions/hkdata'
"400":
description: pool id doesn't exist or pool is busy at the moment
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

fdi HTTPPool

This is an API description of the HTTPPool Server for FDI (Flexible Dataset Integrator)

Version 1.1.0

Contact information

mhuang@nao.syx1026-qq.com

License

Apache 2.0

Paths List all operations

Models List all models

Drop your file here