Authorizations
Body
application/json
curl --request POST \
--url https://api.ubicloud.com/project/{project_id}/private-location/{private_location_name} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'{
"id": "<string>",
"name": "<string>",
"ui_name": "<string>",
"provider": "<string>",
"path": "<string>"
}curl --request POST \
--url https://api.ubicloud.com/project/{project_id}/private-location/{private_location_name} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'{
"id": "<string>",
"name": "<string>",
"ui_name": "<string>",
"provider": "<string>",
"path": "<string>"
}