Retrieve the latest revision number
get
https://cloud-native-SBC-IP/config/v1/latest-revision
Retrieve the latest revision number. A HTTP '404' status code indicates that no version exist on the server
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
return latest revision
Root Schema : LatestRevision
Type:
object
Revision
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
revision: integer
(int64)
404 Response
Not Found
Root Schema : ApiValidationError
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
code: string
-
errors: array
errors
-
message: string
-
timestamp: string
Nested Schema : Errors
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]