Network Offerings
- DELETE /network/network-offerings
Delete network offering
Delete a network offering
- Status Codes:
200 OK – Success response
400 Bad Request – Invalid request payload
500 Internal Server Error – Internal server error
- POST /network/network-offerings
Create network offering
Create a new network offering
- Status Codes:
201 Created – Success response
400 Bad Request – Invalid request payload
500 Internal Server Error – Internal server error
- PUT /network/network-offerings
Update network offering
Update an existing network offering
- Status Codes:
200 OK – Success response
400 Bad Request – Invalid request payload
500 Internal Server Error – Internal server error
- POST /network/network-offerings/list
List network offerings
Get a list of network offerings. Only returns “DefaultSharedNetworkOffering” and “DefaultIsolatedNetworkOfferingWithSourceNatService”.
- Status Codes:
200 OK – Success response
400 Bad Request – Invalid request payload
500 Internal Server Error – Internal server error