Assign Private IP

Type: PUT

https://cloud.syminet.com/api/v1/slices/{SLICE_ID}/private_ip/enable

Assign a private IP to SLICE_ID. Slice must be powered off prior to assignment.

Required URL Parameters:

SLICE_ID

Slice ID to assign.

Curl
 curl --request PUT \
      --url https://cloud.syminet.com/api/v1/slices/SLICE_ID/private_ip/enable \
      --header "authorization:bearer $API_TOKEN"

Response: 202 OK