List all ManagedSession objects.

get

https://{host}:{port}/{basePath}/ManagedSession/

list all ManagedSession objects.

Request

Header Parameters

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Request completed successfully.
Body ()
Root Schema : schema
Type: array
Show Source
  • ManagedSession
    A ManagedSession represents a session instantiated when a user communicates with the Admin Service, either via the GUI, CLI, or client API.
Nested Schema : ManagedSession
Type: object
A ManagedSession represents a session instantiated when a user communicates with the Admin Service, either via the GUI, CLI, or client API.
Show Source

400 Response

Bad request
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Show Source

Default Response

An error has occurred
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top