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 Top

Response

Supported Media Types

200 Response

return latest revision
Body ()
Root Schema : LatestRevision
Type: object
Revision
Show Source

404 Response

Not Found
Body ()
Root Schema : ApiValidationError
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Errors
Type: object
Show Source
Back to Top