| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The session information. | ||
| sessionId | string | The unique identifier of the function session. | 81f70ae156904eb9b7d43e12f511fe58 |
| functionName | string | The name of the function to which the session belongs. | functionName1 |
| sessionAffinityType | string | The session affinity type. | HEADER_FIELD |
| sessionTTLInSeconds | long | The maximum session lifecycle. | 21600 |
| sessionIdleTimeoutInSeconds | long | The timeout period for idle sessions. | 1800 |
| createdTime | string | The time when the session was created. | 2025-04-01T08:15:27Z |
| lastModifiedTime | string | The time when the session was last updated. | 2025-04-01T18:15:27Z |
| sessionStatus | string | The session status, which can be either Active (session is valid) or Expired (session has expired). | Active |
| containerId | string | The ID of the function instance associated with the session. | c-68999e02-16a1955c-d2a03d1ccs |
| qualifier | string | The qualifier specified when creating a session. If not provided, the default value is LATEST. | AliasName1 |
| nasConfig | NASConfig | The File Storage NAS (NAS) configuration. Once configured, the instance associated with the session can access designated NAS resources. |