Queries the terminal information of a containerized application.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| AppId | string | No | The application ID, which can be obtained by calling the ListEdgeContainerApps operation. | app-88068867578379**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "9732E117-8A37-49FD-A36F-ABBB87556CA7",
"Pod": "1775b9e0-8463-457e-89e8-fb7b6d125b2e",
"Cluster": "c497b44c2a59f4ae0bd2826edc40a2c6e",
"Namespace": "ns1",
"Container": "worker0",
"SessionId": "af22f4xxxxxxxxxxxxxxxxxx",
"Token": "af22f4-xxxxx-xxxx-xxxx-xxxx"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidParameter.appid | The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. | The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. |
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
| 404 | InvalidApp.NotFound | The application does not exist. Check whether the application ID you specified is correct and try again. | The application does not exist. Check whether the application ID you specified is correct and try again. |
| 500 | InternalError | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
For a list of error codes, visit the Service error codes.
