Updated on 2023-04-20 GMT+08:00

Subnet

Permission

API

Action

Creates a subnet.

POST /v1/{project_id}/subnets

vpc:subnets:create

Queries a subnet.

GET /v1/{project_id}/subnets/{subnet_id}

vpc:subnets:get

Queries subnets.

GET /v1/{project_id}/subnets

vpc:subnets:get

Updates a subnet.

PUT /v1/{project_id}/vpcs/{vpc_id}/subnets/{subnet_id}

vpc:subnets:update

Deletes a subnet.

DELETE /v1/{project_id}/vpcs/{vpc_id}/subnets/{subnet_id}

vpc:subnets:delete