Creates a new private network in the project.
POST
/v1/projects/:projectId/networksThis 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.