|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Information about the session. |
||
| sessionId |
string |
The unique identifier for the function session. |
81f70ae156904eb9b7d43e12f511fe58 |
| functionName |
string |
The name of the function associated with the session. |
functionName1 |
| sessionAffinityType |
string |
The type of session affinity. |
HEADER_FIELD |
| sessionTTLInSeconds |
integer |
The maximum lifespan of the session, in seconds. |
21600 |
| sessionIdleTimeoutInSeconds |
integer |
The maximum duration, in seconds, that the session can be idle before it expires. |
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 status of the session. |
Active |
| containerId |
string |
The ID of the function instance associated with the session. |
c-68999e02-16a1955c-d2a03d1ccs |
| qualifier |
string |
The qualifier, which specifies a function version or alias. Defaults to |
AliasName1 |
| nasConfig | NASConfig |
The NAS configuration, enabling the associated function instance to access specified NAS resources. |
|
| disableSessionIdReuse |
boolean |
Specifies whether an expired session ID can be reused. If |
false |
| ossMountConfig | OSSMountConfig |
The OSS mount configuration, enabling the associated function instance to access specified OSS resources. |
|
| polarFsConfig | PolarFsConfig |
The PolarFS mount configuration, enabling the associated function instance to access specified PolarFS resources. |
|
| juiceFsConfig | JuiceFsConfig |
The JuiceFS mount configuration, enabling the associated function instance to access specified JuiceFS resources. |