nerdexam
Cisco

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.

Cisco Platforms and Development

Question

The UCS Python SDK includes modules for Service Profile template creation. Which two UCS Service Profile template types are supported? (Choose two.)

Exhibit

350-901 question #66 exhibit

Options

  • Ainitial-template
  • Bupdating-template
  • Cabstract-template
  • Dattached-template
  • Ebase-template

How the community answered

(38 responses)
  • A
    95% (36)
  • C
    3% (1)
  • D
    3% (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.

Ainitial-templateCorrect

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.

Bupdating-template

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.

Cabstract-template

'abstract-template' is not a recognized UCS Manager Service Profile template type.

Dattached-template

'attached-template' is not a recognized UCS Manager Service Profile template type.

Ebase-template

'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

#Cisco UCS#Service Profiles#Python SDK#Automation

Community Discussion

No community discussion yet for this question.

Full 350-901 Practice