Target tables for storing Service Graph Connector for Wiz data
Summarize
Summary of Target tables for storing Service Graph Connector for Wiz data
The Service Graph Connector for Wiz integration in ServiceNow enables automated, periodic data import from Wiz projects into the ServiceNow Configuration Management Database (CMDB). This integration populates a variety of specialized CMDB tables and non-CMDB tables with cloud infrastructure and security data collected from multiple cloud platforms such as AWS, Azure, Google Cloud Platform, OCI, and VMware.
Show less
Each imported Configuration Item (CI) type corresponds to a specific CMDB table that extends core CI classes. The integration populates relevant attributes in these tables using data fields from Wiz, including IDs, names, regions, statuses, and other cloud-specific details. Relationships between CIs are also established to represent hosting, containment, and reference linkages, providing a comprehensive and connected asset model within ServiceNow.
Key Tables and Attributes
The integration stores data in over 40 CMDB tables covering diverse cloud resources. Key examples include:
- AWS, Azure, Google, OCI, and VMware Datacenters: Attributes like name, object ID, externalId, and region are populated, with relationships to Cloud Service Accounts.
- Cloud Service Account: Populates account-specific IDs, names, datacenter type, and organizational details; relates to itself and extension attribute tables.
- Cloud Databases and Clusters: Includes database attributes such as name, ID, install status, type, and vendor with hosting relations to datacenters.
- Compute and Hardware Types: Data on hardware specs, instance types, and providers are imported and linked to datacenters.
- Kubernetes Components: Clusters, namespaces, deployments, nodes, pods, replicaset, and services are represented with detailed attributes including UIDs, namespaces, replicas, and IP addresses, linked to clusters and datacenters.
- Virtual Machines and Servers: Windows and Linux servers, VM instances, and related serial numbers, CPU counts, memory, and virtualization relationships are imported.
- Networking and Storage: Includes cloud networks, gateways, load balancers, network interfaces, public IP addresses, storage volumes, and snapshots with attributes like CIDR, IP, size, and volume type.
- Security Groups, Containers, and Other Resources: Security groups, Docker containers, Internet gateways, and extension attributes are also populated with relevant identifiers and status data.
Relationships and References
The connector establishes important relationships between CIs, such as:
- Hosting and Containment: Datacenters host cloud service accounts, resource groups, virtual machines, and various compute and network components.
- Reference Links: Many CIs reference extension attribute tables for additional metadata and a key-value table that stores cloud resource tags from API responses.
- Virtualization and Provisioning: Servers virtualize VM instances; VM instances are provisioned from hardware types; instance scale sets manage VM instances.
Practical Benefits for ServiceNow Customers
By leveraging this integration, ServiceNow customers can:
- Automatically synchronize extensive cloud inventory and security posture data from Wiz into the CMDB.
- Create a detailed and accurate configuration management environment that spans multiple cloud providers and technologies.
- Utilize rich relational data to support IT service management, security operations, and asset lifecycle processes.
- Enhance visibility into cloud resources through populated CI attributes and explicit hosting and containment relationships.
- Incorporate cloud-native constructs such as Kubernetes and container data into their CMDB for comprehensive infrastructure mapping.
Considerations
Some data imports depend on the availability of subscription IDs or project-specific details in Wiz. For example, images without subscription IDs or incomplete subscription details are not imported. The integration handles provider-specific attribute mappings carefully, such as differentiating externalId and providerUniqueId fields.
Extension attributes and key-value pairs enable storing additional metadata and tags that enrich the CMDB data model beyond standard attributes.
When you complete setting up the connection, you can configure the integration to periodically pull data from a Wiz project. The data is saved in tables that extend from the CMDB CI classes and other non-CMDB classes.
AWS Datacenter [cmdb_ci_aws_datacenter]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Region | region | externalId |
| Parent class | Relationship type | Child class |
|---|---|---|
| AWS Datacenter [cmdb_ci_aws_datacenter] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| AWS Datacenter [cmdb_ci_aws_datacenter] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Azure Datacenter [cmdb_ci_azure_datacenter]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Region | region | externalId |
| Parent class | Relationship type | Child class |
|---|---|---|
| Azure Datacenter [cmdb_ci_azure_datacenter] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Azure Datacenter [cmdb_ci_azure_datacenter] | Contains::Contained by | Resource Group [cmdb_ci_resource_group] |
| Azure Datacenter [cmdb_ci_azure_datacenter] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Cloud DataBase [cmdb_ci_cloud_database]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Install Status | install_status | None |
| Type | type | nativeType |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud DataBase [cmdb_ci_cloud_database] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Cloud DataBase [cmdb_ci_cloud_database] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Cloud DataBase [cmdb_ci_cloud_database] | Reference | Key Value [cmdb_key_value] |
Cloud DataBase Cluster [cmdb_ci_cloud_db_cluster]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Cluster ID | cluster_id |
|
| Name | name | name |
| Cluster Type | cluster_type | kind |
| Install Status | install_status | None |
| Vendor | vendor | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud DataBase Cluster [cmdb_ci_cloud_db_cluster] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Cloud DataBase Cluster [cmdb_ci_cloud_db_cluster] | Reference | Key Value [cmdb_key_value] |
| Cloud DataBase Cluster [cmdb_ci_cloud_db_cluster] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Cloud Disk Type [cmdb_ci_disk_type]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | properties.volumeType, zone |
| Object ID | object_id | properties.volumeType, zone |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Disk Type [cmdb_ci_disk_type] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
Cloud Function [cmdb_ci_cloud_function]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| CodeSha256 | codesha256 | awsLambda_codeSha256 |
| Install Status | install_status | None |
| Language | language | runtime |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Function [cmdb_ci_cloud_function] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Cloud Function [cmdb_ci_cloud_function] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Cloud Function [cmdb_ci_cloud_function] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
| Cloud Function [cmdb_ci_cloud_function] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Cloud Function [cmdb_ci_cloud_function] | Reference | Key Value [cmdb_key_value] |
Cloud Gateway [cmdb_ci_cloud_gateway]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Gateway [cmdb_ci_cloud_gateway] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Cloud Gateway [cmdb_ci_cloud_gateway] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Cloud Gateway [cmdb_ci_cloud_gateway] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Cloud Gateway [cmdb_ci_cloud_gateway] | Reference | Key Value [cmdb_key_value] |
Cloud Hardware Type [cmdb_ci_cloud_hardware_type]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Provider | provider | cloudPlatform |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Hardware Type [cmdb_ci_cloud_hardware_type] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Cloud Hardware Type [cmdb_ci_cloud_hardware_type] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Cloud Mgmt Network Interface [cmdb_ci_nic] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
Cloud Load Balancer [cmdb_ci_cloud_load_balancer]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | name (for AWS Load Balancer v1) externalId (for Azure and AWS Load Balancer v2) |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Load Balancer [cmdb_ci_cloud_load_balancer] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Cloud Load Balancer [cmdb_ci_cloud_load_balancer] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Cloud Load Balancer [cmdb_ci_cloud_load_balancer] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
| Cloud Load Balancer [cmdb_ci_cloud_load_balancer] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Cloud Load Balancer [cmdb_ci_cloud_load_balancer] | Reference | Key Value [cmdb_key_value] |
| Cloud Load Balancer [cmdb_ci_cloud_load_balancer] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Cloud Mgmt Network Interface [cmdb_ci_nic]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| MAC Address | mac_address | macAddress |
| Name | name | name |
| Object ID | object_id | externalId |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Mgmt Network Interface [cmdb_ci_nic] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Cloud Mgmt Network Interface [cmdb_ci_nic] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Cloud Mgmt Network Interface [cmdb_ci_nic] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
| Cloud Mgmt Network Interface [cmdb_ci_nic] | Reference | Key Value [cmdb_key_value] |
| Cloud Mgmt Network Interface [cmdb_ci_nic] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Cloud Network [cmdb_ci_network]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Cidr | cidr | addressRanges |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Network [cmdb_ci_network] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Cloud Network [cmdb_ci_network] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Cloud Network [cmdb_ci_network] | Reference | Key Value [cmdb_key_value] |
| Cloud Network [cmdb_ci_network] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Cloud Object Storage [cmdb_ci_cloud_object_storage]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId (for Azure and GCP) providerUniqueId (for AWS) |
| Cloud Provider | cloud_provider | cloudPlatform |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Object Storage [cmdb_ci_cloud_object_storage] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Cloud Object Storage [cmdb_ci_cloud_object_storage] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Cloud Object Storage [cmdb_ci_cloud_object_storage] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
| Cloud Object Storage [cmdb_ci_cloud_object_storage] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Cloud Object Storage [cmdb_ci_cloud_object_storage] | Reference | Key Value [cmdb_key_value] |
Cloud Organizations [cmdb_ci_cloud_org]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Object ID | object_id | ProviderUniqueId(AWS and Azure), externalId (for GCP) |
| Name | name | name |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Organizations [cmdb_ci_cloud_org] | Contains::Contained by | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Cloud Organizations [cmdb_ci_cloud_org] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Cloud Public IP Address [cmdb_ci_cloud_public_ipaddress]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId (for Azure and GCP) ProviderUniqueId (for AWS) |
| Install Status | install_status | None |
| Public IP Address | public_ip_address | address |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Public IP Address [cmdb_ci_cloud_public_ipaddress] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Cloud Public IP Address [cmdb_ci_cloud_public_ipaddress] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
| Cloud Public IP Address [cmdb_ci_cloud_public_ipaddress] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Cloud Public IP Address [cmdb_ci_cloud_public_ipaddress] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Cloud Public IP Address [cmdb_ci_cloud_public_ipaddress] | Reference | Key Value [cmdb_key_value] |
Cloud Service Account [cmdb_ci_cloud_service_account]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Account Id | account_id | externalId |
| Name | name | name |
| Object ID | object_id | externalId |
| Datacenter Type | datacenter_type | cloudPlatform |
| Is management account | is_master_account | ProviderUniqueID (AWS only) |
| Organization Id | organization_id | ProviderUniqueID (AWS only) |
| Parent account | parent_account | ProviderUniqueID (AWS only) |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Service Account [cmdb_ci_cloud_service_account] | Reference | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Cloud Service Account [cmdb_ci_cloud_service_account] | Reference | Key Value [cmdb_key_value] |
| Cloud Service Account [cmdb_ci_cloud_service_account] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Cloud Storage Account [cmdb_ci_cloud_storage_account]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Cloud Storage Account [cmdb_ci_cloud_storage_account] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Cloud Storage Account [cmdb_ci_cloud_storage_account] | Reference | Key Value [cmdb_key_value] |
| Cloud Storage Account [cmdb_ci_cloud_storage_account] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Compute Security Group [cmdb_ci_compute_security_group]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Install Status | install_status | None |
| Region | region | region |
| Parent class | Relationship type | Child class |
|---|---|---|
| Compute Security Group [cmdb_ci_compute_security_group] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Compute Security Group [cmdb_ci_compute_security_group] | Hosted on::Hosts | OCI Datacenter [cmdb_ci_oci_datacenter] |
| Compute Security Group [cmdb_ci_compute_security_group] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Compute Security Group [cmdb_ci_compute_security_group] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Compute Security Group [cmdb_ci_compute_security_group] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Compute Security Group [cmdb_ci_compute_security_group] | Reference | Key Value [cmdb_key_value] |
Docker Container [cmdb_ci_docker_container]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Container id | container_id | externalId (for Kubernetes, ACA, and ACI) providerUniqueId (for ECS) |
| Install Status | install_status | None |
| Name | name | name |
| Parent class | Relationship type | Child class |
|---|---|---|
| Docker Container [cmdb_ci_docker_container] | Hosts:: Hosted on | AWS Datacenter [cmdb_ci_aws_datacenter] (for ECS) |
| Docker Container [cmdb_ci_docker_container] | Hosts:: Hosted on | Azure Datacenter [cmdb_ci_azure_datacenter] (for ACA, ACI) |
| Docker Container [cmdb_ci_docker_container] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
DynamoDB Table [cmdb_ci_dynamodb_table]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| DynamoDB Table [cmdb_ci_dynamodb_table] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| DynamoDB Table [cmdb_ci_dynamodb_table] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| DynamoDB Table [cmdb_ci_dynamodb_table] | Reference | Key Value [cmdb_key_value] |
Google Datacenter [cmdb_ci_google_datacenter]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Region | region | externalId |
| Parent class | Relationship type | Child class |
|---|---|---|
| Google Datacenter [cmdb_ci_google_datacenter] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Google Datacenter [cmdb_ci_google_datacenter] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Google Organization Folder [cmdb_ci_gcp_folder]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Object ID | object_id | externalId |
| Name | name | name |
| Parent class | Relationship type | Child class |
|---|---|---|
| Google Organization Folder [cmdb_ci_gcp_folder] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Google Organization Project [cmdb_ci_gcp_project]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Project Id | project_id | providerUniqueId |
| Parent class | Relationship type | Child class |
|---|---|---|
| Google Organization Project [cmdb_ci_gcp_project] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Hardware Type [cmdb_ci_compute_template]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | instanceType |
| Object ID | object_id | instanceType |
| Parent class | Relationship type | Child class |
|---|---|---|
| Hardware Type [cmdb_ci_compute_template] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Hardware Type [cmdb_ci_compute_template] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Hardware Type [cmdb_ci_compute_template] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
Image [cmdb_ci_os_template]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Image [cmdb_ci_os_template] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Image [cmdb_ci_os_template] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Image [cmdb_ci_os_template] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Image [cmdb_ci_os_template] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Image [cmdb_ci_os_template] | Reference | Key Value [cmdb_key_value] |
Instance Scale Set [cmdb_ci_instance_scale_set]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Install Status | install_status | None |
| Object ID | object_id | externalId |
| Parent class | Relationship type | Child class |
|---|---|---|
| Instance Scale Set [cmdb_ci_instance_scale_set] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Instance Scale Set [cmdb_ci_instance_scale_set] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Instance Scale Set [cmdb_ci_instance_scale_set] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Instance Scale Set [cmdb_ci_instance_scale_set] | Reference | Key Value [cmdb_key_value] |
Internet Gateway [cmdb_ci_internet_gateway]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Internet Gateway [cmdb_ci_internet_gateway] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Internet Gateway [cmdb_ci_internet_gateway] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Internet Gateway [cmdb_ci_internet_gateway] | Reference | Key Value [cmdb_key_value] |
Key Value [cmdb_key_value]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Key | key | tags |
| Value | value | tags |
Kubernetes Cluster [cmdb_ci_kubernetes_cluster]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Cluster Resource ID | cluster_resource_id | providerUniqueId |
| Kubernetes UID | k8s_uid | externalId |
| Name | name | name |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Contains::Contained by | Kubernetes Service [cmdb_ci_kubernetes_service] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Contains::Contained by | Kubernetes Namespace [cmdb_ci_kubernetes_namespace] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Contains::Contained by | Kubernetes Pod [cmdb_ci_kubernetes_pod] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Contains::Contained by | Docker Container [cmdb_ci_docker_container] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Cluster of::Cluster | Kubernetes Node [cmdb_ci_kubernetes_node] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Reference | Key Value [cmdb_key_value] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Kubernetes Deployment [cmdb_ci_kubernetes_deployment]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Kubernetes UID | k8s_uid | uid |
| Name | name | name |
| Namespace | namespace | namespace |
| Available Replicas | available_replicas | status_availableReplicas |
| Desired Replicas | desired_replicas | spec_replicas |
| Install Status | install_status | None |
| Total Replicas | total_replicas | status_replicas |
| Updated Replicas | updated_replicas | status_updatedReplicas |
| Kubernetes Cluster | cluster | Kubernetes_clusterExternalID |
| SelfLink | self_link | api_version namespace name |
| Unavailable Replicas | unavailable_replicas | status_unavailableReplicas |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Deployment [cmdb_ci_kubernetes_deployment] | Hosted on::Hosts | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes Deployment [cmdb_ci_kubernetes_deployment] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes Deployment [cmdb_ci_kubernetes_deployment] | Reference | Key Value [cmdb_key_value] |
| Kubernetes Deployment [cmdb_ci_kubernetes_deployment] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Kubernetes Namespace [cmdb_ci_kubernetes_namespace]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Install Status | install_status | None |
| Namespace | namespace | name |
| Kubernetes Cluster | cluster | Kubernetes_clusterExternalID |
| Name | name | name |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Namespace [cmdb_ci_kubernetes_namespace] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes Namespace [cmdb_ci_kubernetes_namespace] | Reference | Key Value [cmdb_key_value] |
| Kubernetes Namespace [cmdb_ci_kubernetes_namespace] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Kubernetes Node [cmdb_ci_kubernetes_node]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| IP Address | ip_address | status_address |
| Kubernetes UID | k8s_uid | uid |
| Name | name | name |
| Install Status | install_status | None |
| Kubernetes Cluster | cluster | Kubernetes_clusterExternalID |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Node [cmdb_ci_kubernetes_node] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes Node [cmdb_ci_kubernetes_node] | Reference | Key Value [cmdb_key_value] |
| Kubernetes Node [cmdb_ci_kubernetes_node] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Kubernetes Pod [cmdb_ci_kubernetes_pod]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Kubernetes UID | k8s_uid | uid |
| Namespace | namespace | namespace |
| Host IP | host_ip | status_hostIP |
| Install Status | install_status | None |
| IP Address | ip_address | status_podIPs |
| Kubernetes Cluster | cluster | Kubernetes_clusterExternalID |
| Name | name | name |
| Resource version | resource_version | resourceVersion |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Pod [cmdb_ci_kubernetes_pod] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes Pod [cmdb_ci_kubernetes_pod] | Reference | Key Value [cmdb_key_value] |
| Kubernetes Pod [cmdb_ci_kubernetes_pod] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Kubernetes UID | k8s_uid | uid |
| Name | name | name |
| Namespace | namespace | namespace |
| Available Replicas | available_replicas | status_availableReplicas |
| Desired Replicas | desired_replicas | spec_replicas |
| Install Status | install_status | None |
| SelfLink | self_link | api_version namespace name |
| Total Replicas | total_replicas | status_replicas |
| Kubernetes Cluster | cluster | Kubernetes_clusterExternalID |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset] | Hosted on::Hosts | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset] | Reference | Key Value [cmdb_key_value] |
| Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Kubernetes Service [cmdb_ci_kubernetes_service]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Kubernetes UID | k8s_uid | uid |
| Name | name | name |
| Install Status | install_status | None |
| Kubernetes Cluster | cluster | Kubernetes_clusterExternalID |
| Namespace | namespace | namespace |
| IP Address | ip_address | spec_clusterIP |
| Selector | selector | spec_selector |
| Service Type | service_type | spec_type |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Service [cmdb_ci_kubernetes_service] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes Service [cmdb_ci_kubernetes_service] | Reference | Key Value [cmdb_key_value] |
| Kubernetes Service [cmdb_ci_kubernetes_service] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Linux Server [cmdb_ci_linux_server]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Serial number | serial_number | providerUniqueId |
| CPU count | cpu_count | vCPUs |
| Install Status | install_status | None |
| Is Virtual | None | None |
| Operating System | os | operatingSystem |
| Parent class | Relationship type | Child class |
|---|---|---|
| Linux Server [cmdb_ci_linux_server] | Virtualized by::Virtualizes | Virtual Machine Instance [cmdb_ci_vm_instance] |
Logical Datacenter [cmdb_ci_logical_datacenter]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Region | region | externalId |
| Parent class | Relationship type | Child class |
|---|---|---|
| Logical Datacenter [cmdb_ci_logical_datacenter] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Logical Datacenter [cmdb_ci_logical_datacenter] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
OCI Datacenter [cmdb_ci_oci_datacenter]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Region | region | externalId |
| Parent class | Relationship type | Child class |
|---|---|---|
| OCI Datacenter [cmdb_ci_oci_datacenter] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| OCI Datacenter [cmdb_ci_oci_datacenter] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Resource Group [cmdb_ci_resource_group]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Resource Group [cmdb_ci_resource_group] | Contains::Contained by | Cloud Load Balancer [cmdb_ci_cloud_load_balancer] |
| Resource Group [cmdb_ci_resource_group] | Contains::Contained by | Storage Volume [cmdb_ci_storage_volume] |
| Resource Group [cmdb_ci_resource_group] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Resource Group [cmdb_ci_resource_group] | Reference | Key Value [cmdb_key_value] |
Serial Number [cmdb_serial_number]
| Attribute label | Attribute name | Wiz |
|---|---|---|
| Serial Number | providerUniqueID | providerUniqueId |
| Serial Number Type | serial_number_type | None |
| Valid | serial_number_valid | providerUniqueId |
| Parent class | Relationship type | Child class |
|---|---|---|
| Serial Number [cmdb_serial_number] | Reference | Server [cmdb_ci_server] |
| Serial Number [cmdb_serial_number] | Reference | Windows Server [cmdb_ci_win_server] |
| Serial Number [cmdb_serial_number] | Reference | Linux Server [cmdb_ci_linux_server] |
Server [cmdb_ci_server]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Serial number | serial_number | providerUniqueId |
| CPU count | cpu_count | vCPUs |
| Install Status | install_status | None |
| Is Virtual | virtual | None |
| Operating System | os | operatingSystem |
| Sys ID | sys_id | Not applicable |
| Parent class | Relationship type | Child class |
|---|---|---|
| Server [cmdb_ci_server] | Virtualized by::Virtualizes | Virtual Machine Instance [cmdb_ci_vm_instance] |
SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Project ID | project_id | productIDs |
| CMDB Class | u_cmdb_class | None |
Storage Volume [cmdb_ci_storage_volume]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Object ID | object_id | externalId |
| Volume ID | volume_id | externalId |
| Install Status | install_status | None |
| Name | name | name |
| Size | size | sizeGb |
| Size bytes | size_bytes | sizeGb |
| Storage type | storage_type | volumeType |
| Parent class | Relationship type | Child class |
|---|---|---|
| Storage Volume [cmdb_ci_storage_volume] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Storage Volume [cmdb_ci_storage_volume] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Storage Volume [cmdb_ci_storage_volume] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
| Storage Volume [cmdb_ci_storage_volume] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Storage Volume [cmdb_ci_storage_volume] | Reference | Key Value [cmdb_key_value] |
Storage Volume Snapshot [cmdb_ci_storage_vol_snapshot]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Object ID | object_id | externalId |
| Name | name | name |
| Install Status | install_status | None |
| Parent class | Relationship type | Child class |
|---|---|---|
| Storage Volume Snapshot [cmdb_ci_storage_vol_snapshot] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Storage Volume Snapshot [cmdb_ci_storage_vol_snapshot] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Storage Volume Snapshot [cmdb_ci_storage_vol_snapshot] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
| Storage Volume Snapshot [cmdb_ci_storage_vol_snapshot] | Reference | Key Value [cmdb_key_value] |
| Storage Volume Snapshot [cmdb_ci_storage_vol_snapshot] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
Virtual Machine Instance [cmdb_ci_vm_instance]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| CPUs | cpus | vCPUs |
| Disks | disks | totalDisks |
| Install Status | install_status | None |
| Memory (MB) | memory | memoryGB |
| VM Instance ID | vm_inst_id | externalId providerUniqueId (for Azure) |
| Parent class | Relationship type | Child class |
|---|---|---|
| Virtual Machine Instance [cmdb_ci_vm_instance] | Hosted on::Hosts | AWS Datacenter [cmdb_ci_aws_datacenter] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Hosted on::Hosts | Azure Datacenter [cmdb_ci_azure_datacenter] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Hosted on::Hosts | Google Datacenter [cmdb_ci_google_datacenter] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Hosted on::Hosts | OCI Datacenter [cmdb_ci_oci_datacenter] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Hosted on::Hosts | Logical Datacenter [cmdb_ci_logical_datacenter] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Hosted on::Hosts | VMware vCenter Datacenter [cmdb_ci_vcenter_datacenter] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Managed by::Manages | Instance Scale Set [cmdb_ci_instance_scale_set] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Provisioned From::Provisioned | Hardware Type [cmdb_ci_compute_template] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Provisioned From::Provisioned | Cloud Hardware Type [cmdb_ci_cloud_hardware_type] |
| Windows Server [cmdb_ci_win_server] | Virtualized by::Virtualizes | Virtual Machine Instance [cmdb_ci_vm_instance] |
| Linux Server [cmdb_ci_linux_server] | Virtualized by::Virtualizes | Virtual Machine Instance [cmdb_ci_vm_instance] |
| Server [cmdb_ci_server] | Virtualized by::Virtualizes | Virtual Machine Instance [cmdb_ci_vm_instance] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Reference | SG-Wiz Extension Attributes [sn_wiz_integ_extension_attributes] |
| Virtual Machine Instance [cmdb_ci_vm_instance] | Reference | Key Value [cmdb_key_value] |
VMware vCenter Datacenter [cmdb_ci_vcenter_datacenter]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | externalId |
| Object ID | object_id | externalId |
| Region | region | externalId |
| Parent class | Relationship type | Child class |
|---|---|---|
| VMware vCenter Datacenter [cmdb_ci_vcenter_datacenter] | Hosted on::Hosts | Cloud Service Account [cmdb_ci_cloud_service_account] |
Windows Server [cmdb_ci_win_server]
| Attribute label | Attribute name | Wiz attribute |
|---|---|---|
| Name | name | name |
| Object ID | object_id | externalId |
| Serial number | providerUniqueID | providerUniqueId |
| CPU count | cpu_count | vCPUs |
| Install Status | install_status | None |
| Is Virtual | None | None |
| Operating System | os | operatingSystem |
| Parent class | Relationship type | Child class |
|---|---|---|
| Windows Server [cmdb_ci_win_server] | Virtualized by::Virtualizes | Virtual Machine Instance [cmdb_ci_vm_instance] |