Azure Cloud Data
Log In or Register to download the BES file, and more.

0 Votes

Description

Queries the Azure metadata file using the cloud provider inspector.

Property Details

ID2998679
StatusProduction - Fully Tested and Ready for Production
TitleAzure Cloud Data
KeywordsAzure Cloud Data, Cloud Provider
Added by on 12/12/2022 8:12:46 AM
Last Modified by on 12/12/2022 8:12:46 AM
Counters 663 Views / 3 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Properties

Azure Resource Group
Period 1 day
 
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.compute.resourceGroupName" of it) then (path "$.compute.resourceGroupName" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
Azure Subscription ID
Period 1 day
 
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.compute.subscriptionId" of it) then (path "$.compute.subscriptionId" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
Azure Tags
Period 1 day
 
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.compute.tags" of it) then (path "$.compute.tags" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
Azure VM Size
Period 1 day
 
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.compute.vmSize" of it) then (path "$.compute.vmSize" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing
Azure Subnet Address
Period 1 day
 
  * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then (if (exists path "$.network.interface[0].ipv4.subnet[0].address" of it) then (path "$.network.interface[0].ipv4.subnet[0].address" of it) else nothing) of (json of instance data of cloud provider) else nothing) else nothing

Relevance

Used in 27 fixlets and 133 analyses   * Results in a true/false
Show indented relevance
NOT in proxy agent context
Used in 1 analsis   * Results in a true/false
Show indented relevance
if (exists property "cloud provider") then (if (exists name whose (it contains "Azure") of cloud provider) then true else false) else false

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!