Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
Merge "Added: OperationStatus enumeration values"
parents
8b925a28
17155240
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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