Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 48
The UCS Python SDK includes modules for Service Profile template creation.
Which two UCS Service Profile template types are supported? (Choose two.)
Answer options
- A. initial-template
- B. updating-template
- C. abstract-template
- D. attached-template
- E. base-template
Correct answer: A, B
Explanation
The correct answers are A and B because the UCS Python SDK specifically supports 'initial-template' for creating new profiles and 'updating-template' for modifying existing ones. The other options, C, D, and E, are not recognized as valid template types within the SDK.