ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 57 - NCP-MCA discussion

Report
Export

What is the correct syntax for using a macro within a Calm blueprint?

A.
@@{calm.object}(@@
Answers
A.
@@{calm.object}(@@
B.
%calm.object%
Answers
B.
%calm.object%
C.
{{calm.object}}
Answers
C.
{{calm.object}}
D.
$_calm.object_$
Answers
D.
$_calm.object_$
Suggested answer: A

Explanation:

A macro is a placeholder for a value that is resolved at runtime. Macros can be used to reference various Calm objects, such as variables, secrets, credentials, tasks, and services. The correct syntax for using a macro within a Calm blueprint is @@{calm.object}(@@, where calm.object is the name of the object to be referenced. For example, @@{username}(@@ would resolve to the value of the username variable at runtime. The other options are incorrect syntaxes for macros and would not be resolved by Calm.Reference:Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5,Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6 Exam,Nutanix Certified Professional - Multicloud Automation

asked 23/09/2024
Henry R L Thom
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first