Subnet
Note: if you are running CloudGraph locally you can view the interactive, automatically generated documentation in either GraphQL Playground or Altair by clicking the docs button on the right-hand side of the screen. After reading the below information we highly suggest you use one of these tools to test your queries as they will autocomplete fields for you and let you know if your queries are valid before you even submit them.
You can currently query the following attributes and connections on a GCP Subnet
Get data for a single GCP Subnet that you know the ID for:
Get data for all of the Subnets in a certain GCP project:
Get data for all of the Subnets that are NOT in a certain GCP project:
Get data for all of the Subnets that have CIDR Ranges:
Use multiple filter selectors, (i.e. has, and, not, or). Note that you can use has, and, not, or completely independently of each other:
You may also filter using a regex when filtering on a string field like, ipCidrRange if you want to look for a value that matches say, 10.0.0.0:
You can order the results you get back either asc or desc depending on your preference:
Only select and return the first two Subnets that are found:
Only select and return the first two Subnets that are found, but offset by one so Subnets two & three are returned:
Count the number of Subnets across all scanned GCP projects:
Count the number of Subnets in a single project. Note that you can apply all of the same filters that are listed above to aggregate queries:
Get the Networks for a given Subnet using advanced filtering:
With CloudGraph you can run multiple queries at the same time so you can combine the above two queries if you like:
Putting it all together; get all data for all Subnets across all regions for all scanned GCP projects in a single query. For the purposes of this example we will only get direct children of the Subnets: