dt-app
Version:
The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.
15 lines (14 loc) • 623 B
TypeScript
/**
* Enum containing all Dynatrace documentation short URLs
*/
export declare enum ShortUrls {
QUICKSTART_APP_TOOLKIT = "https://dt-url.net/bm034a8",
APP_TOOLKIT_CONFIGURATION = "https://dt-url.net/qw024j8",
SDKS_ADHOC_UTILS = "https://dt-url.net/1f424qv",
TROUBLESHOOT_CONNECTIVITY = "https://dt-url.net/c4jp0s12",
PLAN_APP_SHELL = "https://dt-url.net/q52359j",
SECURITY_CONFIGURE_CSP_RULES = "https://dt-url.net/w5224cp",
SECURITY_PERMISSION_SCOPES = "https://dt-url.net/43024xh",
DEVELOP_SDKS = "https://dt-url.net/091h0ue3",
IAM_POLICY_STATEMENTS = "https://dt-url.net/en43niz"
}