Cloud Functions Service, REST: Network.GetUsed
Returns the specified network used in serverless resources.
HTTP request
GET https://serverless-functions.api.cloud.yandex.net/functions/v1/networks/used/{networkId}
Path parameters
Field |
Description |
networkId |
string Required field. ID of the network to return. |
Response
HTTP Code: 200 - OK
{
"networkId": "string",
"cloudId": "string",
"folderId": "string",
"status": "string",
"willBeCleanedUpAt": "string",
"connectionsCount": "string"
}
A VPC network used in serverless resources.
Field |
Description |
networkId |
string ID of the VPC network. |
cloudId |
string ID of the cloud that the network belongs to. |
folderId |
string ID of the folder that the network belongs to. |
status |
enum (Status) Status of the network.
|
willBeCleanedUpAt |
string (date-time) Clean-up timestamp of the obsolete network. String in RFC3339 To work with values in this field, use the APIs described in the |
connectionsCount |
string (int64) Number of serverless resources connected to the network. |