-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetboot_fmanager_download.yaml
56 lines (56 loc) · 1.38 KB
/
netboot_fmanager_download.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
openapi: 3.0.1
info:
title: Generated for EBF-TAS
version: '0.2'
servers:
- url: https://bfc.timesys.com
components:
securitySchemes:
tokenAuth:
type: http
scheme: token
security:
- tokenAuth: []
paths:
/api/v0.2/devices/{DeviceName}/netboot/fmanager/download/*{path}/:
get:
tags:
- api
operationId: api_devices_netboot_fmanager_netboot_fmanager_download
parameters:
- name: DeviceName
in: path
description: A unique value identifying this device.
required: true
schema:
type: string
- name: path
in: path
required: true
schema:
type: string
responses:
200:
description: ""
content:
application/json:
schema:
type: object
properties:
result:
type: string
message:
type: string
data:
type: object
properties:
file_chunk:
type: string
chunk_size:
type: integer
end_of_file:
type: boolean
file_size:
type: integer
required:
- result