Authorization: Bearer ********************
curl --location --request GET '/api/v1/vmware/vpc//compute/instance//security-group?page=1&page_size=25' \
--header 'Authorization: Bearer xxxxx' \
--header 'OrgId: cd37c4a6-4103-469d-a3c7-a183fe212345' \
--header 'Pragma: no-cache' \
--header 'Sec-GPC: 1'
{
"data": [
{
"id": "0b604a4d-647f-432d-8736-ddf7de2b4dee",
"name": "mm-x3ybvpcm",
"display_name": "SSH_VP_HAN",
"created_at": "2021-11-08T13:12:04",
"edge_gateway": null,
"is_vdc_group": true,
"status": "REALIZED"
}
],
"total": 1
}