Physical Networks
- DELETE /network/physical-networks
Delete physical network
Delete a physical network from the infrastructure
- Status Codes:
200 OK – Success response
400 Bad Request – Invalid request payload
500 Internal Server Error – Internal server error
- POST /network/physical-networks
Create physical network
Create a new physical network in the infrastructure
- Status Codes:
201 Created – Success response
400 Bad Request – Invalid request payload
500 Internal Server Error – Internal server error
- PUT /network/physical-networks
Update physical network
Update an existing physical network configuration
- Status Codes:
200 OK – Success response
400 Bad Request – Invalid request payload
500 Internal Server Error – Internal server error
- POST /network/physical-networks/list
List physical networks
Get a list of all physical networks with optional filters
- Status Codes:
200 OK – Success response
400 Bad Request – Invalid request payload
500 Internal Server Error – Internal server error