Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated method for identifying devices by IPv4 address #139

Merged
merged 17 commits into from
May 16, 2023
Prev Previous commit
Next Next commit
Update QoD_API.md
Fixed error table numbering
eric-murray authored Apr 20, 2023
commit 510ebd836cc562f032740f00cf619a7027bfdbaa
14 changes: 7 additions & 7 deletions documentation/API_documentation/QoD_API.md
Original file line number Diff line number Diff line change
@@ -329,13 +329,13 @@ Following table provides an overview of common error names, codes, and messages
|7 |400 | INVALID_ARGUMENT | "Expected property is missing: qosProfile" |
|8 |400 | OUT_OF_RANGE | "Invalid port value specified: device.ipv4Address.publicPort" |
|9 |400 | OUT_OF_RANGE | "Invalid port ranges specified: deviceAllocatedPorts" |
|7 |401 | UNAUTHORIZED | "No authorization to invoke operation" |
|8 |403 | FORBIDDEN | "Operation not allowed" |
|9 |404 | NOT_FOUND | "Session Id does not exist" |
|10 |409 | CONFLICT | "Another session is created for the same device" |
|11 |500 | INTERNAL | "Session could not be created" |
|12 |501 | NOT_IMPLEMENTED | "Service not implemented for the specified user device" |
|13 |503 | SERVICE_UNAVAILABLE | "Service unavailable" |
|10 |401 | UNAUTHORIZED | "No authorization to invoke operation" |
|11 |403 | FORBIDDEN | "Operation not allowed" |
|12 |404 | NOT_FOUND | "Session Id does not exist" |
|13 |409 | CONFLICT | "Another session is created for the same device" |
|14 |500 | INTERNAL | "Session could not be created" |
|15 |501 | NOT_IMPLEMENTED | "Service not implemented for the specified user device" |
|16 |503 | SERVICE_UNAVAILABLE | "Service unavailable" |

### 4.5 Policies