350-901 · Question #66
The UCS Python SDK includes modules for Service Profile template creation. Which two UCS Service Profile template types are supported? (Choose two.)
The correct answer is A. initial-template. The UCS Python SDK supports two Service Profile template types: initial-template, which creates a static binding, and updating-template, which keeps bound profiles synchronized with template changes.
Question
Exhibit
Options
- Ainitial-template
- Bupdating-template
- Cabstract-template
- Dattached-template
- Ebase-template
How the community answered
(38 responses)- A95% (36)
- C3% (1)
- D3% (1)
Why each option
The UCS Python SDK supports two Service Profile template types: initial-template, which creates a static binding, and updating-template, which keeps bound profiles synchronized with template changes.
The 'initial-template' type creates a Service Profile from the template at binding time but does not propagate future template changes to the bound profiles, making it suitable for one-time provisioning scenarios.
While 'updating-template' is also a valid UCS SP template type, the question as presented only marks A as correct; updating-template dynamically pushes changes from the template to all bound Service Profiles.
'abstract-template' is not a recognized UCS Manager Service Profile template type.
'attached-template' is not a recognized UCS Manager Service Profile template type.
'base-template' is not a recognized UCS Manager Service Profile template type.
Concept tested: UCS Service Profile template types initial vs updating
Source: https://developer.cisco.com/docs/ucs-dev-center/ucs-python-sdk/
Topics
Community Discussion
No community discussion yet for this question.
