| API
|
GetVpc |
| Description |
API returns GCP Vpc(s) Details in endpoint. |
| Method |
GET
|
| URL |
Http(s)://{xx.xxxx.xx.xx:xxx}/v3/gcp/provisioningEndPoints/{endpointId}/vpcs |
| URL Parameters (fields in curly {} braces) |
|
| Header |
-
Authorization Key: The initial step that needs to be performed before
consuming HCL BigFix CLM API is to obtain the
Token Value for an
authorization key. Once a Token value is
obtained, it remains valid for all API calls made in a
session. For more information on how to do that, refer Token API description.
-
Content-type: application/json
|
| Response
|
A Sample Response:
{
"totalRecords": 3,
"records": [
{
"entityId": "VPC-56B0D8C6-681F-4AD0-8ECE-DBFDFC0AB101",
"vpcId": "xxxxxx",
"name": "-njdc",
"description": " connection with NJDC lab ",
"routingMode": "GLOBAL",
"autoCreateSubnetNetwork": "false",
"kind": "compute#network",
"projectId": "poc-242713",
"selfLink": "https://www.googleapis.com/compute/v1/projects/poc-242713/global/networks/xxxxxx",
"associatedServicePlans": [
{
"servicePlanId": "1",
"servicePlanName": "platinum"
},
{
"servicePlanId": "2",
"servicePlanName": "silver"
}
]
}
]
}
|
| Response Parameters |
- Result:
- entityId
- vpcId
- name
- description
- routingMode
- autoCreateSubnetNetwork
- kind
- projectId
- selfLink
- associatedServicePlans
|