Hi,
i can create an application with the command:
$applicationId = (Invoke-SwisVerb $SiwsConnection "Orion.APM.Application" "CreateApplication" @(
# Node ID
$nodeId,
# Application Template ID
$applicationTemplateId,
# Credential Set ID
$credentialSetId,
# Skip if duplicate (in lowercase)
"false"
)).InnerText
and than the "Application Monitor Name" is the same like the template name.
But i need to create it with an different Application Monitor Name.
Can i create the application with an specific name or change afterwards the "Application Monitor Name"?