Create Network
Provision a new network based on the passed in constraints. The network should be destroyed after the machine is destroyed to free up resources.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Network Specification instance
{
"name": "string",
"projectId": "e058",
"description": "string",
"constraints": [
{
"mandatory": false,
"expression": "ha:strong"
}
],
"tags": [
{
"key": "string",
"value": "string"
}
],
"outboundAccess": true
}
A human-friendly name used as an identifier in APIs that support this option.
The id of the project the current user belongs to.
A human-friendly description.
Constraints that are used to drive placement policies for the network that is produced from this specification, related with the network profile. Constraint expressions are matched against tags on existing placement targets.
Additional custom properties that may be used toextend the network.
A set of tag keys and optional values that should be set on any resource that is produced from this specification.
Flag to indicate if the network needs to have outbound access or not. Default is true. This field will be ignored if there is proper input for networkType customProperty
successful operation
{
"progress": 90,
"message": "In Progress",
"status": "FINISHED",
"resources": [
"string"
],
"name": "Power-off",
"id": "we655aew4e8e",
"selfLink": "/.../request-tracker/we655aew4e8e"
}
Progress of the request as percentage.
Status message of the request.
Status of the request.
Collection of resources.
Name of the operation.
ID of this request.
Self link of this request.
Invalid Request - bad data
Forbidden