Skip to main content

monitors_marketplace_saas_resource_details

Creates, updates, deletes, gets or lists a monitors_marketplace_saas_resource_details resource.

Overview

Namemonitors_marketplace_saas_resource_details
TypeResource
Idazure_isv.dynatrace.monitors_marketplace_saas_resource_details

Fields

NameDatatypeDescription
marketplaceSaaSResourceIdstringId of the Marketplace SaaS Resource
marketplaceSubscriptionStatusstringFlag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
planIdstringId of the plan

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionId, data__tenantIdGet Marketplace SaaS resource details of a tenant under a specific subscription

SELECT examples

Get Marketplace SaaS resource details of a tenant under a specific subscription

SELECT
marketplaceSaaSResourceId,
marketplaceSubscriptionStatus,
planId
FROM azure_isv.dynatrace.monitors_marketplace_saas_resource_details
WHERE subscriptionId = '{{ subscriptionId }}'
AND data__tenantId = '{{ data__tenantId }}';