Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
Location API
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
MEC - Multi-access Edge Computing
Location API
Commits
5cf00823
Commit
5cf00823
authored
Feb 13, 2018
by
Walter Featherstone
Committed by
Gerrit Code Review
Feb 13, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Added: OperationStatus enumeration values"
parents
8b925a28
17155240
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
LocationAPI.json
LocationAPI.json
+5
-0
LocationAPI.yaml
LocationAPI.yaml
+4
-0
OperationStatus.yaml
definitions/OperationStatus.yaml
+4
-0
No files found.
LocationAPI.json
View file @
5cf00823
...
...
@@ -1230,6 +1230,11 @@
"OperationStatus"
:
{
"description"
:
"The operation status of the access point"
,
"type"
:
"string"
,
"enum"
:
[
"Serviceable"
,
"Unserviceable"
,
"Unknown"
],
"example"
:
"Serviceable"
},
"PreviousAccessPointId"
:
{
...
...
LocationAPI.yaml
View file @
5cf00823
...
...
@@ -817,6 +817,10 @@ definitions:
OperationStatus
:
description
:
The operation status of the access point
type
:
string
enum
:
-
Serviceable
-
Unserviceable
-
Unknown
example
:
Serviceable
PreviousAccessPointId
:
description
:
Zone ID
...
...
definitions/OperationStatus.yaml
View file @
5cf00823
description
:
The operation status of the access point
type
:
string
enum
:
-
Serviceable
-
Unserviceable
-
Unknown
example
:
"
Serviceable"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment