All Products
Search
Document Center

Edge Security Acceleration:GetEdgeContainerTerminal

Last Updated:Nov 15, 2025

Queries the terminal information of a containerized application.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdstringNo

The application ID, which can be obtained by calling the ListEdgeContainerApps operation.

app-88068867578379****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

9732E117-8A37-49FD-A36F-ABBB87556CA7
Podstring

The name of the container group.

1775b9e0-8463-457e-89e8-fb7b6d125b2e
Clusterstring

The cluster name.

c497b44c2a59f4ae0bd2826edc40a2c6e
Namespacestring

The name of the namespace.

ns1
Containerstring

The container name.

worker0
SessionIdstring

The session ID.

af22f4xxxxxxxxxxxxxxxxxx
Tokenstring

The information about the shared token.

af22f4-xxxxx-xxxx-xxxx-xxxx

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 codeError codeError messageDescription
400InvalidParameter.appidThe 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.
400InvalidParameterThe specified parameter is invalid.The specified parameter is invalid.
404InvalidApp.NotFoundThe 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.
500InternalErrorFailed 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.