Exam 2V0-17.25 Topic 3 Question 54 Discussion
Actual exam question for VMware's 2V0-17.25 exam
Question #: 54
Topic #: 3
Question #: 54
Topic #: 3
An administrator has been tasked with ensuring that all new Kubernetes deployments within VMWare Cloud Foundation (VCF) Automation are automatically registered with an external configuration management database (CMDB). The CMDB is accessible via API through the corporate network. Which two VCF Automation components should the administrator use to satisfy the requirement? (Choose two.)
Suggested Answer: B,D Vote an answer
To integrate VCF Automation with an external CMDB (such as ServiceNow) for compliance and tracking of Kubernetes or VM resources, the system utilizes a specific extensibility framework. According to the VCF 9.0 documentation on "Integrating VCF Automation for ITSM with ServiceNow":
Event Subscriptions (D): These act as the trigger mechanism within the VCF Automation Event Broker Service. When a resource (such as a Kubernetes cluster or deployment) is provisioned, an event is published. An administrator creates a subscription to listen for these specific lifecycle events (e.g., Compute.PostProvision or Kubernetes-specific topics) to initiate the registration process.
VCF Operations orchestrator (B): This is the orchestration engine (formerly known as VMware Aria Automation Orchestrator or vRO). Documentation specifies that for CMDB and ITSM compliance, VCF Automation is integrated with VCF Operations orchestrator workflows. These workflows contain the complex technical logic required to:
Separate objects and feed inputs into technical integration tasks.
Handle API tokens and authentication for the external CMDB.
Execute the REST API calls to the CMDB (e.g., to the cmdb_ci_vmware_instance table).
Update custom properties (like serviceNowSysId) back into the deployment for future decommissioning lifecycle events.
Extract from VCF 9.0 Documentation:
"Enterprise users commonly integrate their Cloud Management Platform with an IT Service Management (ITSM) and Configuration Management Database (CMDB) platform for compliance. Following this example, you can integrate VCF Automation with ServiceNow for CMDB and ITSM using VCF Operations Orchestrator Client... This integration uses Event Subscriptions to trigger VCF Operations Orchestrator workflows." Reference:
VCF Automation 9.0 Administration: Creating and Managing Event Subscriptions for External System Integration.
Event Subscriptions (D): These act as the trigger mechanism within the VCF Automation Event Broker Service. When a resource (such as a Kubernetes cluster or deployment) is provisioned, an event is published. An administrator creates a subscription to listen for these specific lifecycle events (e.g., Compute.PostProvision or Kubernetes-specific topics) to initiate the registration process.
VCF Operations orchestrator (B): This is the orchestration engine (formerly known as VMware Aria Automation Orchestrator or vRO). Documentation specifies that for CMDB and ITSM compliance, VCF Automation is integrated with VCF Operations orchestrator workflows. These workflows contain the complex technical logic required to:
Separate objects and feed inputs into technical integration tasks.
Handle API tokens and authentication for the external CMDB.
Execute the REST API calls to the CMDB (e.g., to the cmdb_ci_vmware_instance table).
Update custom properties (like serviceNowSysId) back into the deployment for future decommissioning lifecycle events.
Extract from VCF 9.0 Documentation:
"Enterprise users commonly integrate their Cloud Management Platform with an IT Service Management (ITSM) and Configuration Management Database (CMDB) platform for compliance. Following this example, you can integrate VCF Automation with ServiceNow for CMDB and ITSM using VCF Operations Orchestrator Client... This integration uses Event Subscriptions to trigger VCF Operations Orchestrator workflows." Reference:
VCF Automation 9.0 Administration: Creating and Managing Event Subscriptions for External System Integration.
by Kenneth at Jun 15, 2026, 04:06 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).