Implementing Automation for Cisco Security Solutions (SAUTO) — Question 53
Which step is required by Cisco pxGrid providers to expose functionality to consumer applications that are written in Python?
Answer options
- A. Look up the existing service using the /pxgrid/control/ServiceLookup endpoint.
- B. Register the service using the /pxgrid/control/ServiceRegister endpoint.
- C. Configure the service using the /pxgrid/ise/config/profiler endpoint.
- D. Expose the service using the /pxgrid/ise/pubsub endpoint.
Correct answer: D
Explanation
The correct answer is D because exposing the service using the /pxgrid/ise/pubsub endpoint is essential for making functionalities accessible to consumer applications. The other options relate to service discovery, registration, and configuration, which do not directly facilitate the exposure of the service to applications.