Create Network
POST
/projects/:projectId/networksCreates a new private network in the project.
This operation is asynchronous. The commandId in the response is an internal identifier
and is not queryable via any public endpoint. To observe completion, poll the networks list
(GET .../networks): the new network appears there with its operation and
operationStatus fields, and is ready once operationStatus leaves InProgress.
Request
Responses
- 202
- 400
The create request was accepted and is being processed in the background.
The request body failed validation.