To list all of the resources that are members of a VPC, send a GET request to/v2/vpcs/$VPC_ID/members.To only list resources of a specific type that are members of the VPC,included a resource_type query parameter. For example, to only list Dropletsin the VPC, send a GET request to /v2/vpcs/$VPC_ID/members?resource_type=droplet.Only resources that you are authorized to see will be returned (e.g. to see Droplets,you must have droplet:read).
To list all of the resources that are members of a VPC, send a GET request to
/v2/vpcs/$VPC_ID/members.To only list resources of a specific type that are members of the VPC,included aresource_typequery parameter. For example, to only list Dropletsin the VPC, send a GET request to/v2/vpcs/$VPC_ID/members?resource_type=droplet.Only resources that you are authorized to see will be returned (e.g. to see Droplets,you must havedroplet:read).