Retrieve file in use details for given filename and type

get

https://cloud-native-SBC-IP/config/v1/file-in-use/{Type}/{FileName}

Retrieve file in use details for given filename and type(ca-cert,rbt,lrt). Response with in-use as false indicates that given filename and type is not in use. A HTTP '404' status code indicates that given type does not exist on server

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

return file in use
Body ()
Root Schema : FileInUse
Type: object
Show Source
Nested Schema : details
Type: array
Show Source
Nested Schema : FileUseDetails
Type: object
details of file in use
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