Get My Application Instances
get
/api/user/appinstance
Returns a list of application instances that you have access to.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
object
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : UserAppInstanceResponse
Type:
Show Source
object
-
baseUrl: string
The application instance login URL.
-
id: integer
(int64)
The unique identifier for the application instance.
-
name: string
The name of the application.
-
region: string
The region or location where the application instance exists.
500 Response
An unexpected error occurred.