Inheritance diagram for Azure SQL Managed Instance Database
Display Name | Azure SQL Managed Instance Database |
---|---|
Name | azure_sql_managed_instance_db |
Description | [Summary] Azure SQL Managed Instance Database is a sql managed instance database which is stored in Azure cloud. [Collection - Azure] To get Azure SQL Managed Instance DB- use List By Instance REST API. Ref: https://docs.microsoft.com/en-us/rest/api/sql/2021-02-01-preview/managed-databases/list-by-instance GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases?api-version={apiVersion} |
Attributes defined for Azure SQL Managed Instance Database | |||||||
---|---|---|---|---|---|---|---|
Name | Display Name | Type | Default Value | Description | Factory | Key | Hidden |
collation | Collation | string[200] | [Summary] Collation of the managed database. [Collection - Azure] Get the value from the field: JSON[properties][collation] | true | false | false | |
creation_date | Creation Date | date | [Summary] Creation date of the database. [Collection - Azure] Get the value from the field: JSON[properties][creationDate] | true | false | false | |
earliest_restore_point | Earliest Restore Point | date | [Summary] Earliest restore point in time for point in time restore. [Collection - Azure] Get the value from the field: JSON[properties][earliestRestorePoint] | true | false | false | |
status | Status | string[50] | [Summary] The status of the database. [Collection - Azure] Get the value from the field: JSON[properties][status] | true | false | false | |
Attributes defined for DB Service | |||||||
Name | Display Name | Type | Default Value | Description | Factory | Key | Hidden |
activity_stream_kinesis_stream_name | Activity Stream Kinesis Stream Name | string[100] | [Summary] The name of the Amazon Kinesis data stream used for the database activity stream. [Collection - AWS] Call DBInstance().getActivityStreamKinesisStreamName() | true | false | false | |
activity_stream_kms_key_id | Activity Stream Kms Key Id | string[100] | [Summary] The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream. [Collection - AWS] Call DBInstance().getActivityStreamKmsKeyId() | true | false | false | |
activity_stream_mode | Activity Stream Mode | string[100] | [Summary] The mode of the database activity stream. [Collection - AWS] Call DBInstance().getActivityStreamMode() | true | false | false | |
activity_stream_status | Activity Stream Status | string[100] | [Summary] The status of the database activity stream. [Collection - AWS] Call DBInstance().getActivityStreamStatus() | true | false | false | |
allocated_storage | AllocatedStorage | integer[50] | [Summary]The amount of storage (in gigabytes) to allocate initially for the DB instance. [Collection-AWS]CALL API of AWSSDK:'AmazonRDS.describeDBInstances(DescribeDBInstancesRequest).getDBInstances().getAllocatedStorage()' [Example]'20'. | true | false | false | |
associated_roles | Associated Roles | string_list | [Summary] The AWS Identity and Access Management (IAM) roles associated with the DB instance. [Collection - AWS] Call DBInstance().getAssociatedRoles() | true | false | false | |
automatic_restart_time | Automatic Restart Time | date | [Summary] The time when a stopped DB instance is restarted automatically. [Collection - AWS] Call DBInstance().getAutomaticRestartTime() | true | false | false | |
automation_mode | Automation Mode | string[50] | [Summary] The automation mode of the RDS Custom DB instance. [Collection - AWS] Call DBInstance().getAutomationMode() | true | false | false | |
backup_recovery_point | Aws Backup Recovery Point Arn | string[200] | [Summary] The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup. [Collection - AWS] Call DBInstance().getAwsBackupRecoveryPointArn() | true | false | false | |
backup_retention_period | Backup Retention Period | integer | [Summary] Specifies the number of days for which automatic DB snapshots are retained. [Collection - AWS] Call DBInstance().getBackupRetentionPeriod() | true | false | false | |
BODY_ICON | string | database | true | false | true | ||
ca_certificate_identifier | CA Certificate Identifier | string[200] | [Summary] The identifier of the CA certificate for this DB instance. [Collection - AWS] Call DBInstance().getCACertificateIdentifier() | true | false | false | |
character_set_name | Character Set Name | string[100] | [Summary] If present, specifies the name of the character set that this instance is associated with. [Collection - AWS] Call DBInstance().getCharacterSetName() | true | false | false | |
classification | classification_enum | database | true | false | false | ||
created_date | Instance Create DateTime | date | [Summary] Provides the date and time the DB instance was created. [Collection - AWS] Call DBInstance().getInstanceCreateTime() | true | false | false | |
custom_instance_profile | Custom Iam Instance Profile | string[500] | [Summary] The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. [Collection - AWS] Call DBInstance().getCustomIamInstanceProfile() | true | false | false | |
customer_owned_ip_enabled | Customer Owned Ip Enabled | boolean | [Summary] Specifies whether a customer-owned IP address (CoIP) is enabled for an RDS on Outposts DB instance. [Collection - AWS] Call DBInstance().getCustomerOwnedIpEnabled() | true | false | false | |
database_authentication_enabled | Database Authentication Enabled | boolean | [Summary] True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. [Collection - AWS] Call DBInstance().getIAMDatabaseAuthenticationEnabled() | true | false | false | |
db_instance_class | DB Instance Class | string[50] | [Summary] Contains the name of the compute and memory capacity class of the DB instance. [Collection - AWS] Call DBInstance().getDBInstanceClass() | true | false | false | |
db_instance_id | DB Instance ID | string[100] | DB Instance identifier | true | false | false | |
db_instance_port | DB Instance Port | integer | [Summary] Specifies the port that the DB instance listens on. [Collection - AWS] Call DBInstance().getDbInstancePort() | true | false | false | |
db_instance_status | DB Instance Status | string[50] | [Summary] Specifies the current state of this database. [Collection - AWS] Call DBInstance().getDBInstanceStatus() | true | false | false | |
dbi_resource_id | Dbi Resource Id | string[100] | [Summary] The Amazon Web Services Region-unique, immutable identifier for the DB instance. [Collection - AWS] Call DBInstance().getDbiResourceId() | true | false | false | |
deletion_protection | Deletion Protection | boolean | [Summary] Indicates if the DB instance has deletion protection enabled. [Collection - AWS] Call DBInstance().getDeletionProtection() | true | false | false | |
enabled_cloudwatch_logs_exports | Enabled Cloudwatch Logs Exports | string_list | [Summary] A list of log types that this DB instance is configured to export to CloudWatch Logs. [Collection - AWS] Call DBInstance().getEnabledCloudwatchLogsExports() | true | false | false | |
endpoint_address | Endpoint Address | string[255] | true | false | false | ||
endpoint_port | Endpoint Port | integer | true | false | false | ||
engine | DB Engine | string[100] | [Summary] The name of the database engine to be used for this DB instance. [Collection - AWS] Call DBInstance().getEngine() | true | false | false | |
FAMILY_ICON | string | db | true | false | true | ||
iops | Iops | integer[50] | [Summary]The Provisioned IOPS(I/O operations per second) value for the DB instance. [Collection-AWS]CALL API of AWSSDK:'AmazonRDS.describeDBInstances(DescribeDBInstancesRequest).getDBInstances().getIops()' [Example]'3000'. | true | false | false | |
is_auto_minor_version_upgrade | Is Auto Minor Version Upgrade | boolean | [Summary] A value that indicates that minor version patches are applied automatically. [Collection - AWS] Call DBInstance().getAutoMinorVersionUpgrade() | true | false | false | |
kms_key_id | Kms Key Id | string[200] | [Summary] If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB instance. Call DBInstance().getKmsKeyId() | true | false | false | |
license_model | LicenseModel | string[50] | [Summary]License model information for this DB instance. [Collection-AWS]CALL API of AWSSDK:'AmazonRDS.describeDBInstances(DescribeDBInstancesRequest).getDBInstances().getLicenseModel()' [Example]'postgresql-license'. | true | false | false | |
master_user_name | MasterUsername | string[50] | [Summary]Contains the master username for the DB instance. [Collection-AWS]CALL API of AWSSDK:'AmazonRDS.describeDBInstances(DescribeDBInstancesRequest).getDBInstances().getMasterUsername()' [Example]'postgres'. | true | false | false | |
max_allocated_storage | MaxAllocatedStorage | integer[50] | [Summary]The upper limit to which Amazon RDS can automatically scale the storage of DB instance. [Collection-AWS]CALL API of AWSSDK:'AmazonRDS.describeDBInstances(DescribeDBInstancesRequest).getDBInstances().getMaxAllocatedStorage()' [Example]'1000'. | true | false | false | |
monitoring_role | Monitoring Role Arn | string[200] | [Summary] The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. [Collection - AWS] Call DBInstance().getMonitoringRoleArn() | true | false | false | |
multi_location | Multi-Location | boolean | [Summary] Specifies if the DB instance is a Multi-AZ deployment. [Collection - AWS] Call DBInstance().getMultiAZ() | true | false | false | |
nchar_character_set_name | Nchar Character Set Name | string[50] | [Summary] The name of the NCHAR character set for the Oracle DB instance. [Collection - AWS] Call DBInstance().getNcharCharacterSetName() | true | false | false | |
performance_insights_enabled | Performance Insights Enabled | boolean | [Summary] True if Performance Insights is enabled for the DB instance, and otherwise false. [Collection - AWS] Call DBInstance().getPerformanceInsightsEnabled() | true | false | false | |
preferred_backup_window | Preferred Backup Window | string[500] | [Summary] Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod. [Collection - AWS] Call DBInstance().getPreferredBackupWindow() | true | false | false | |
preferred_maintenance_window | Preferred Maintenance Window | string[500] | [Summary] Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). [Collection - AWS] Call DBInstance().getPreferredMaintenanceWindow() | true | false | false | |
promotion_tier | Promotion Tier | integer | [Summary] A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. [Collection - AWS] Call DBInstance().getPromotionTier() | true | false | false | |
publicly_accessible | Publicly Accessible | boolean | [Summary] Specifies the accessibility options for the DB instance. [Collection - AWS] Call DBInstance().getPubliclyAccessible() | true | false | false | |
read_replica_db_cluster_identifiers | Read Replica DB Cluster Identifiers | string_list | [Summary] Contains one or more identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica. [Collection - AWS] Call DBInstance().getReadReplicaDBClusterIdentifiers() | true | false | false | |
read_replica_db_instance_identifiers | Read Replica DB Instance Identifiers | string_list | [Summary] Contains one or more identifiers of the read replicas associated with this DB instance. [Collection - AWS] Call DBInstance().getReadReplicaDBInstanceIdentifiers() | true | false | false | |
read_replica_source_db_instance_identifier | Read Replica Source DB Instance Identifier | string[200] | [Summary] Contains the identifier of the source DB instance if this DB instance is a read replica. [Collection - AWS] Call DBInstance().getReadReplicaSourceDBInstanceIdentifier() | true | false | false | |
replica_mode | Replica Mode | string[50] | [Summary] The open mode of an Oracle read replica. [Collection - AWS] Call DBInstance().getReplicaMode() | true | false | false | |
secondary_location | Secondary Availability Zone | string[50] | [Summary] If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support. [Collection - AWS] Call DBInstance().getSecondaryAvailabilityZone() | true | false | false | |
service_probename | Service Probe Name | string[50] | The Name of the Probe | true | false | false | |
storage_encrypted | Storage Encrypted | boolean | [Summary] Specifies whether the DB instance is encrypted. [Collection - AWS] Call DBInstance().getStorageEncrypted() | true | false | false | |
storage_type | Storage Type | string[100] | [Summary] Specifies the storage type associated with DB instance. [Collection - AWS] Call DBInstance().getStorageType() | true | false | false | |
tde_credential_id | Tde Credential Arn | string[200] | [Summary] The ARN from the key store with which the instance is associated for TDE encryption. [Collection - AWS] Call DBInstance().getTdeCredentialArn() | true | false | false | |
timezone | Timezone | string[50] | [Summary] The time zone of the DB instance. [Collection - AWS] Call DBInstance().getTimezone() | true | false | false | |
vendor | Vendor | string[50] | true | false | false | ||
version | Version | string[50] | true | false | false | ||
Attributes defined for Cloud Service | |||||||
Name | Display Name | Type | Default Value | Description | Factory | Key | Hidden |
cloud_resource_identifier | Cloud Resource Identifier | string[255] | Used as unique identifier for all cloud resource | true | false | false | |
string[100] | The type of the Service. Azure: azure, AWS: aws | true | false | true | |||
service_vendor | Service Vendor | string[100] | This attribute indicates the hosting platform of this node. For example, AWS, Azure, etc | true | false | false | |
type_properties | Type Properties | string[4000] | This attribute indicates the properties of the represented service | true | false | false | |
type_service | Type of Service | string[100] | This attribute indicates the type of the service. It can be AzureBlogStorage, AzureKeyVault etc | true | false | false | |
Attributes defined for InfrastructureElement | |||||||
Name | Display Name | Type | Default Value | Description | Factory | Key | Hidden |
BODY_ICON | string | system | true | false | true | ||
codepage | CodePage | string[50] | System suported CodePage | true | false | true | |
credentials_id | Reference to the credentials dictionary entry | string | Reference to the credentials dictinary entry | true | false | true | |
language | Language | string[50] | System suported language | true | false | true | |
zone_list | Zone List | string_list[256] | List of management zones in which the CI is discovered | true | false | false | |
Attributes defined for ConfigurationItem | |||||||
Name | Display Name | Type | Default Value | Description | Factory | Key | Hidden |
ack_cleared_time | long | true | false | true | |||
ack_id | string[80] | true | false | true | |||
bit_position | Bit Position | integer | true | false | true | ||
bitmap_id | Bitmap ID | integer | true | false | true | ||
BODY_ICON | string | it_world | true | false | true | ||
ci_lifecycle_state | CI Lifecycle State | lifecycle_state_enum | The attribute indicates the overall Lifecycle state of a CI when using enhanced lifecycle solution | true | false | false | |
string[50] | City location | true | false | true | |||
classification | classification_enum | true | false | false | |||
contextmenu | Context Menu | string_list[100] | Context menu | true | false | true | |
string[50] | Country or province location | true | false | true | |||
data_tags | Tags | json[4000] | A tag is a label assigned to a resource.Each tag consists of a key and a value. | true | false | false | |
discovery_state | Discovery State | discovery_state_enum | State of UD discovery | true | false | false | |
is_save_persistency | Store KPI History For Over Time Reports | boolean | false | Store KPI history for over time reports | true | false | true |
layer | layer_enum | true | false | false | |||
metaphase | Meta Phase | string[50] | Meta Phase of a CI in SMAX. The attribute is owned by SMAX exclusively | true | false | false | |
monitor_state | Monitor State | string[50] | Monitor State of a CI in OpsB. The attribute is owned by OpsB exclusively. | true | false | false | |
provision_state | Provision State | string[50] | Provision State of a CI in HCMX. The attribute is owned by HCMX exclusively. | true | false | false | |
regulatory_details | Regulatory Details | string[1000] | [Summary]This attribute is used by DCA, it represents the regulatory details. [Collection]The value is pushed by DCA via CMSGateway | true | false | false | |
regulatory_status | Regulatory Status | regulatory_status_enum | [Summary]This attribute is used by DCA, it represents the regulatory status. [Collection]The value is pushed by DCA via CMSGateway | true | false | false | |
sd_type | SD Type | string[32] | true | false | false | ||
string[50] | State location | true | false | true | |||
track_changes | Track Configuration Changes | boolean | false | Track configuration changes | true | false | true |
vulnerability_details | Vulnerability Details | string[1000] | [Summary]This attribute is used by DCA, it represents the vulnerability details. [Collection]The value is pushed by DCA via CMSGateway | true | false | false | |
vulnerability_status | Vulnerability Status | vulnerability_status_enum | [Summary]This attribute is used by DCA, it represents the vulnerability status. [Collection]The value is pushed by DCA via CMSGateway | true | false | false | |
Attributes defined for Managed Object | |||||||
Name | Display Name | Type | Default Value | Description | Factory | Key | Hidden |
TenantOwner | Owner Tenant | string[32] | The Tenant Owner ID | true | false | false | |
TenantsUses | Consumer Tenants | string_list | The IDs of the Tenants who are associated with the CI | true | false | false | |
Attributes defined for Object | |||||||
Name | Display Name | Type | Default Value | Description | Factory | Key | Hidden |
document_list | Documents | string | Documents | true | false | true | |
MENU | xml | true | false | true | |||
Attributes defined for Data | |||||||
Name | Display Name | Type | Default Value | Description | Factory | Key | Hidden |
adminstates_enum | 0 | Admin State | true | false | true | ||
data_allow_auto_discovery | Allow CI Update | boolean[250] | true | true | false | false | |
changestates_enum | 0 | Change State | true | false | true | ||
boolean | false | Change State | true | false | true | ||
changestates_enum | 0 | Change State | true | false | true | ||
data_externalid | External ID | string[300] | external source id: snmp index, data sources index etc. | true | false | true | |
data_note | Note | string[250] | true | false | false | ||
operationstates_enum | 0 | Operation State | true | false | true | ||
boolean | false | Operation State | true | false | true | ||
operationstates_enum | 0 | Operation State | true | false | true | ||
data_origin | Origin | string[100] | true | false | false | ||
data_source | Created By | string[512] | true | false | false | ||
teststates_enum | 0 | Test State | true | false | true | ||
boolean | false | Test State | true | false | true | ||
teststates_enum | 0 | Test State | true | false | true | ||
data_updated_by | LastModifiedBy | string[512] | true | false | false | ||
description | Description | string[1000] | Description | true | false | false | |
digest | Digest | string[40] | true | false | true | ||
display_label | Display Label | string[900] | Used as calc attribute for display | true | false | false | |
MENU | xml | true | false | true | |||
name | Name | string[900] | true | false | false | ||
user_label | User Label | string[900] | Used as user label | true | false | false | |
Attributes defined for Root | |||||||
Name | Display Name | Type | Default Value | Description | Factory | Key | Hidden |
BODY_ICON | string | general | true | false | true | ||
calculated_id | Calculated ID | bytes[16] | Calculated ID | true | false | true | |
create_time | Created Time | date | When was this CI created | true | false | false | |
FAMILY_ICON | string | true | false | true | |||
global_id | Global Id | string[32] | A globally unique identifier for the entity represented by the object | true | false | false | |
global_id_scope | string | Default | true | false | true | ||
last_discovered_by | LastDiscoveredBy | string[512] | Who discovered this CI | true | false | false | |
last_discovered_by_probe | LastDiscoveredByProbe | string | Which probe discovered this CI | true | false | false | |
last_discovered_time | LastDiscoveredTime | date | When was this CI discovered | true | false | false | |
last_modified_time | LastModifiedTime | date | When was this CI last updated | true | false | false | |
root_actualdeletetime | Actual Delete Time | date | When will this CI be deleted | true | false | true | |
root_actualdeletionperiod | Actual Deletion Period | integer | 40 | What is the period after the CI will be deleted | true | false | false |
root_candidatefordeletetime | Candidate For Deletion Time | date | When will this CI be warned about deleting | true | false | true | |
root_class | CI Type | string[100] | Class name of the CI | true | false | true | |
root_container | Container | string[32] | Container CI of this CI | true | false | false | |
root_deletioncandidateperiod | Deletion Candidate Period | integer | 20 | What is the period after the CI will be candidate for delete | true | false | false |
root_enableageing | Enable Aging | boolean | false | Is aging enabled | true | false | false |
root_iconproperties | string[100] | true | false | true | |||
root_iscandidatefordeletion | Is Candidate For Deletion | boolean | false | Is candidate for deletion | true | false | false |
root_lastaccesstime | Last Access Time | date | When was this CI last accessed | true | false | false | |
string[2] | true | false | true |
Valid direct incoming and outgoing relations defined on Azure SQL Managed Instance Database
Relations defined for Azure SQL Managed Instance Database | |||
---|---|---|---|
From | To | Type | Description |
Azure SQL Managed Instance | Azure SQL Managed Instance Database | Containment | |
Relations defined for DB Service | |||
From | To | Type | Description |
DB Service | Amazon RDS Config | Composition | Represents a relation between 2 objects where one is contained within the other, and the included object can not exist without its container. Therefore, when the container is deleted, all its contained object will be automatically removed |
DB Service | Amazon Route 53 Hosted Zone | Usage | Monitor system Relationships |
DB Service | Amazon Security Group | Usage | Monitor system Relationships |
DB Service | ConfigurationDocument | Usage | Monitor system Relationships |
DB Service | DB Snapshot | Composition | Represents a relation between 2 objects where one is contained within the other, and the included object can not exist without its container. Therefore, when the container is deleted, all its contained object will be automatically removed |
DB Service | Oracle Database | Containment | |
Amazon Account | DB Service | Containment | |
DB Cluster Service | DB Service | Membership | |
Location | DB Service | Membership | |
Relations defined for Cloud Service | |||
From | To | Type | Description |
Cloud Service | Azure Cosmos DB Account | Usage | Monitor system Relationships |
Cloud Service | Azure Logical Server | Usage | Monitor system Relationships |
Cloud Service | Azure Storage Account | Usage | Monitor system Relationships |
Azure Data Factory Integration Runtime | Cloud Service | Usage | Monitor system Relationships |
Azure Data Factory Service | Cloud Service | Containment | |
Azure Private Endpoint | Cloud Service | Usage | Monitor system Relationships |
Azure Resource Group | Cloud Service | Composition | Represents a relation between 2 objects where one is contained within the other, and the included object can not exist without its container. Therefore, when the container is deleted, all its contained object will be automatically removed |
Google Dataflow Job | Cloud Service | Usage | Monitor system Relationships |
Location | Cloud Service | Membership | |
Relations defined for InfrastructureElement | |||
From | To | Type | Description |
BusinessActivity | InfrastructureElement | Usage | Monitor system Relationships |
BusinessApplication | InfrastructureElement | Containment | |
BusinessApplication | InfrastructureElement | Usage | Monitor system Relationships |
BusinessElement | InfrastructureElement | Usage | Monitor system Relationships |
BusinessTransaction | InfrastructureElement | Usage | Monitor system Relationships |
CiCollection | InfrastructureElement | Usage | Monitor system Relationships |
ClusterResourceConfig | InfrastructureElement | Dependency | represents a dependency between 2 objects |
Service | InfrastructureElement | Containment | |
Service | InfrastructureElement | Usage | Monitor system Relationships |
Relations defined for ConfigurationItem | |||
From | To | Type | Description |
ConfigurationItem | ConfigurationItem | ConsumerProvider | |
ConfigurationItem | Kpi | Composition | Represents a relation between 2 objects where one is contained within the other, and the included object can not exist without its container. Therefore, when the container is deleted, all its contained object will be automatically removed |
ConfigurationItem | Outage | Composition | Represents a relation between 2 objects where one is contained within the other, and the included object can not exist without its container. Therefore, when the container is deleted, all its contained object will be automatically removed |
ConfigurationItem | PolicyResult | Aggregation | |
ConfigurationItem | ScheduledDowntime | Connection | |
ConfigurationItem | ServiceConnectionPoint | Composition | Represents a relation between 2 objects where one is contained within the other, and the included object can not exist without its container. Therefore, when the container is deleted, all its contained object will be automatically removed |
ConfigurationItem | ServiceConnectionPoint | Ownership | |
ApplicationSystem | ConfigurationItem | Aggregation | |
Asset | ConfigurationItem | Connection | |
CiCollection | ConfigurationItem | Containment | |
CiCollection | ConfigurationItem | Membership | |
ItProcessRecord | ConfigurationItem | Connection | |
ItProcessRecord | ConfigurationItem | Membership | |
Location | ConfigurationItem | Membership | |
Tenant | ConfigurationItem | Connection | |
Relations defined for Managed Object | |||
From | To | Type | Description |
Managed Object | History Change | History Link | |
Tenant | Managed Object | Connection |
Combined inheritance and relation diagram for Azure SQL Managed Instance Database
Adapters providing CIs of type Azure SQL Managed Instance Database | ||
---|---|---|
Adapter Name | Description | Adapter Type |
Azure Discovery by Tags | This adapter discovers resources on an Azure tenant | Discovery |
Azure Discovery by Tenant | This adapter discovers subscriptions, resource groups, virtual machines, networks and storage accounts on an Azure tenant | Discovery |
Azure Event Based Discovery | Azure Event Based Discovery | Discovery |
Azure Event Based Discovery by Tenant | Azure Event Based Discovery by Tenant | Discovery |
Azure_Event_Discovery_by_Tags | Azure_Event_Discovery_by_Tags | Discovery |
Azure by WebServices | This adapter discovers subscriptions, resource groups, virtual machines, networks and storage accounts on an Azure tenant | Discovery |
Adapters providing CIs of type DB Service | ||
Adapter Name | Description | Adapter Type |
AWS Event Based Discovery | Discovers AWS topologies by using the AWS SDK for Java to access AWS SQS service. | Discovery |
AWS Event Based Discovery using Tags | Read AWS messages from local DB using tags as filter and report the changes of AWS resources to UCMDB. | Discovery |
AWS by Web Services | Discovers AWS topologies using the Amazon Web Services. | Discovery |
AWS via AWS Config | Discovers AWS topologies via AWS Config | Discovery |
Adapters providing CIs of type Cloud Service | ||
Adapter Name | Description | Adapter Type |
Azure Discovery by Tenant | This adapter discovers subscriptions, resource groups, virtual machines, networks and storage accounts on an Azure tenant | Discovery |
Azure Event Based Discovery | Azure Event Based Discovery | Discovery |
Azure Event Based Discovery by Tenant | Azure Event Based Discovery by Tenant | Discovery |
Azure by WebServices | This adapter discovers subscriptions, resource groups, virtual machines, networks and storage accounts on an Azure tenant | Discovery |
Adapters providing CIs of type ConfigurationItem | ||
Adapter Name | Description | Adapter Type |
Import from CSV | Imports data from a CSV file into CMDB using mapping of the CSV file columns to CIT attributes. Mapping is defined by the following parameters: ciType: to define the CIT name which you want to create, mappingString: to define the mapping of the CIT attributes to the CSV file columns. Mapping file is used for more complex mapping definitions. Mapping file name is specified by 'mappingFile' parameter. | Integration |
Import from DB | Imports data from an external database into CMDB using mapping of table columns to CIT attributes. Mapping is defined by the following parameters: ciType: to define the CIT name which you want to create, mappingString: to define the mapping of the CIT attributes to the table columns Mapping file is used for more complex mapping definitions. Mapping file name is specified by 'mappingFile' parameter. A SQL 'select' query is generated automatically and selects all columns in specified table, which defined by parameter: tableName In advanced cases you can specify custom SQL query. | Integration |
Import from properties file | Imports data from a Properties file into CMDB, using mapping of the CSV file columns to CIT attributes This mapping is usually defined by the setting adapter parameters: ciType: to define the CIT name which you want to create, mappingString: to define the mapping of the Properties attributes to the CSV file columns In cases you need more complex mapping abilities, such as conversion of the strings contained in Properties file to the appropriate type of CMDB object's attribute, you should use the mapping XML configuration file specified by the mappingFile parameter. | Integration |
SCCM Installed Software Integration | This adapter queries the records from SCCM database and recognizes it as install software by UD SAI | Integration |
Import from Excel Workbook | Imports data from Excel Workbooks. Parses through multiple worksheet XLS files. Uses 'CIImports.xls' (default) file to import data. | Integration |
Adapters providing CIs of type Object | ||
Adapter Name | Description | Adapter Type |
AMGenericAdapter | This adapter pushes/populates data between UCMDB and Asset Manager. Follow the Quick Start guide supplied with the AM Generic Adapter documentation before creating this integration point. | Integration |
APM Push Adapter | This adapter pushes data from UCMDB to HP APM. Follow the APM Push Adapter documentation included in the HP UCMDB Discovery and Integration Content Guide before creating this integration point. | Integration |
UCMDB API Population | Allows defining Reconciliation Priority for API Data In flows | Integration |
Data Push into Atrium | Pushes CIs and relationships to BMC Atrium | Integration |
BSM Kpi Adapter (deprecated) | Federate KPIs from BSM | Integration |
CA CMDB | Pushes CIs and relationships to CA CMDB | Integration |
UCMDB 10.x and later | Used for Populating and Federating data from a remote UCMDB 10.x(or later) and for Pushing to a remote UCMDB 10.x(or later) | Integration |
UCMDB 9.x (deprecated) | Used for Populating and Federating data from a remote UCMDB 9.x server and for Pushing to a remote UCMDB 9.x | Integration |
UCMDB History Adapter [local instance only] | Used to federated data from the UCMDB's History | Integration |
UCMDB to SaaS | Used for Pushing CIs and Relationships from an on-premises UCMDB 2019.02(or later) to Micro Focus SaaS CMS | Integration |
Push Adapter DB Example | Push data into Oracle \ MSSQL database | Integration |
GenericDBAdapter | An example Adapter that uses the GDB-Framework | Integration |
IAM UI Push Adapter (deprecated) | Push IAM Universal Inventory data into MSSQL database on-premises or on cloud-based Azure. | Integration |
Java_Adapter_Template | Adapter Description | Integration |
Kafka Push Adapter 2019.05 (deprecated) | Push function for Kafka Push Adapter | Integration |
Pulsar Push Adapter | Push function for Pulsar Push Adapter | Integration |
Push Adapter | Push Adapter | Integration |
Remedyforce Push Integration | Remedyforce Push Integration | Integration |
System Center Configuration Manager | Uses the GDB-Framework to Populate and Federate data from a System Center Configuration Manager. The adapter is also backward compatible with the SMS DB | Integration |
Service Manager 9.41 | Discovery Pattern Description | Integration |
Service Manager Enhanced Generic Adapter | Push and Populate CI data between UCMDB and Service Manager | Integration |
ServiceNow Enhanced Generic Adapter | Push, Populate and Federation of CI data between UCMDB and ServiceNow | Integration |
UCMDB to XML | Export data into XML from UCMDB | Integration |
© Copyright 2018 Micro Focus or one of its affiliates