Practice – devcor_350-901_Cisco_Platforms

Strength:
0%
Answered: 0 • Correct: 0 • Incorrect: 0

Logged in as Guest

Fill in the environment variables used to configure the AppDynamics controller and account.

Drag the correct code snippets from the options panel into the placeholders in the code window.

import os controller = os.getenv({{1}}) account = os.getenv({{2}}) print(controller, account)

Drag a snippet from the right into each blank box in the code.

Available snippets

"APPD_LICENSE"
"APPD_TENANT"
"APPD_APP_NAME"
"APPD_CONTROLLER_URL"
"APPD_TOKEN"
"APPD_USER"
"APPD_ACCOUNT_NAME"
"APPD_CONTROLLER_HOST"