Get all Services
get
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/services
List all the available services
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
Success
Nested Schema : services
Type:
Show Source
array-
Array of:
object services
Describes status of given service.
Nested Schema : services
Type:
objectDescribes status of given service.
Show Source
-
activationError: string
Read Only:
trueActivation error description, if service is in FAILD state -
serviceType: string
Allowed Values:
[ "sftp" ]Service name -
status: string
Allowed Values:
[ "RUNNING", "STOPPED", "STARTING", "SHUTTING DOWN", "FAILED" ]Activation Status
401 Response
Unauthorized
404 Response
Service not found
500 Response
Internal Server Error