monitors_marketplace_saas_resource_details
Creates, updates, deletes, gets or lists a monitors_marketplace_saas_resource_details
resource.
Overview
Name | monitors_marketplace_saas_resource_details |
Type | Resource |
Id | azure_isv.dynatrace.monitors_marketplace_saas_resource_details |
Fields
Name | Datatype | Description |
---|---|---|
marketplaceSaaSResourceId | string | Id of the Marketplace SaaS Resource |
marketplaceSubscriptionStatus | string | Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. |
planId | string | Id of the plan |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId, data__tenantId | Get 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 }}';