-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhotplug_status.yaml
47 lines (47 loc) · 1.03 KB
/
hotplug_status.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
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}/hotplug/{hotplug_num}/:
get:
tags:
- api
operationId: api_devices_hotplug
parameters:
- name: DeviceName
in: path
description: A unique value identifying this device.
required: true
schema:
type: string
- name: hotplug_num
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: string
required:
- result