Azure Native
getMonitor
Monitor resource. API Version: 2020-07-01.
Using getMonitor
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMonitor(args: GetMonitorArgs, opts?: InvokeOptions): Promise<GetMonitorResult>
function getMonitorOutput(args: GetMonitorOutputArgs, opts?: InvokeOptions): Output<GetMonitorResult>
def get_monitor(monitor_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMonitorResult
def get_monitor_output(monitor_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMonitorResult]
func LookupMonitor(ctx *Context, args *LookupMonitorArgs, opts ...InvokeOption) (*LookupMonitorResult, error)
func LookupMonitorOutput(ctx *Context, args *LookupMonitorOutputArgs, opts ...InvokeOption) LookupMonitorResultOutput
> Note: This function is named LookupMonitor
in the Go SDK.
public static class GetMonitor
{
public static Task<GetMonitorResult> InvokeAsync(GetMonitorArgs args, InvokeOptions? opts = null)
public static Output<GetMonitorResult> Invoke(GetMonitorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMonitorResult> getMonitor(GetMonitorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:elastic:getMonitor
Arguments:
# Arguments dictionary
The following arguments are supported:
- Monitor
Name string Monitor resource name
- Resource
Group stringName The name of the resource group to which the Elastic resource belongs.
- Monitor
Name string Monitor resource name
- Resource
Group stringName The name of the resource group to which the Elastic resource belongs.
- monitor
Name String Monitor resource name
- resource
Group StringName The name of the resource group to which the Elastic resource belongs.
- monitor
Name string Monitor resource name
- resource
Group stringName The name of the resource group to which the Elastic resource belongs.
- monitor_
name str Monitor resource name
- resource_
group_ strname The name of the resource group to which the Elastic resource belongs.
- monitor
Name String Monitor resource name
- resource
Group StringName The name of the resource group to which the Elastic resource belongs.
getMonitor Result
The following output properties are available:
- Id string
ARM id of the monitor resource.
- Location string
The location of the monitor resource
- Name string
Name of the monitor resource.
- Properties
Pulumi.
Azure Native. Elastic. Outputs. Monitor Properties Response Properties of the monitor resource.
- System
Data Pulumi.Azure Native. Elastic. Outputs. System Data Response The system metadata relating to this resource
- Type string
The type of the monitor resource.
- Identity
Pulumi.
Azure Native. Elastic. Outputs. Identity Properties Response Identity properties of the monitor resource.
- Sku
Pulumi.
Azure Native. Elastic. Outputs. Resource Sku Response SKU of the monitor resource.
- Dictionary<string, string>
The tags of the monitor resource.
- Id string
ARM id of the monitor resource.
- Location string
The location of the monitor resource
- Name string
Name of the monitor resource.
- Properties
Monitor
Properties Response Properties of the monitor resource.
- System
Data SystemData Response The system metadata relating to this resource
- Type string
The type of the monitor resource.
- Identity
Identity
Properties Response Identity properties of the monitor resource.
- Sku
Resource
Sku Response SKU of the monitor resource.
- map[string]string
The tags of the monitor resource.
- id String
ARM id of the monitor resource.
- location String
The location of the monitor resource
- name String
Name of the monitor resource.
- properties
Monitor
Properties Response Properties of the monitor resource.
- system
Data SystemData Response The system metadata relating to this resource
- type String
The type of the monitor resource.
- identity
Identity
Properties Response Identity properties of the monitor resource.
- sku
Resource
Sku Response SKU of the monitor resource.
- Map<String,String>
The tags of the monitor resource.
- id string
ARM id of the monitor resource.
- location string
The location of the monitor resource
- name string
Name of the monitor resource.
- properties
Monitor
Properties Response Properties of the monitor resource.
- system
Data SystemData Response The system metadata relating to this resource
- type string
The type of the monitor resource.
- identity
Identity
Properties Response Identity properties of the monitor resource.
- sku
Resource
Sku Response SKU of the monitor resource.
- {[key: string]: string}
The tags of the monitor resource.
- id str
ARM id of the monitor resource.
- location str
The location of the monitor resource
- name str
Name of the monitor resource.
- properties
Monitor
Properties Response Properties of the monitor resource.
- system_
data SystemData Response The system metadata relating to this resource
- type str
The type of the monitor resource.
- identity
Identity
Properties Response Identity properties of the monitor resource.
- sku
Resource
Sku Response SKU of the monitor resource.
- Mapping[str, str]
The tags of the monitor resource.
- id String
ARM id of the monitor resource.
- location String
The location of the monitor resource
- name String
Name of the monitor resource.
- properties Property Map
Properties of the monitor resource.
- system
Data Property Map The system metadata relating to this resource
- type String
The type of the monitor resource.
- identity Property Map
Identity properties of the monitor resource.
- sku Property Map
SKU of the monitor resource.
- Map<String>
The tags of the monitor resource.
Supporting Types
ElasticCloudDeploymentResponse
- Azure
Subscription stringId Associated Azure subscription Id for the elastic deployment.
- Deployment
Id string Elastic deployment Id
- Elasticsearch
Region string Region where Deployment at Elastic side took place.
- Elasticsearch
Service stringUrl Elasticsearch ingestion endpoint of the Elastic deployment.
- Kibana
Service stringUrl Kibana endpoint of the Elastic deployment.
- Kibana
Sso stringUrl Kibana dashboard sso URL of the Elastic deployment.
- Name string
Elastic deployment name
- Azure
Subscription stringId Associated Azure subscription Id for the elastic deployment.
- Deployment
Id string Elastic deployment Id
- Elasticsearch
Region string Region where Deployment at Elastic side took place.
- Elasticsearch
Service stringUrl Elasticsearch ingestion endpoint of the Elastic deployment.
- Kibana
Service stringUrl Kibana endpoint of the Elastic deployment.
- Kibana
Sso stringUrl Kibana dashboard sso URL of the Elastic deployment.
- Name string
Elastic deployment name
- azure
Subscription StringId Associated Azure subscription Id for the elastic deployment.
- deployment
Id String Elastic deployment Id
- elasticsearch
Region String Region where Deployment at Elastic side took place.
- elasticsearch
Service StringUrl Elasticsearch ingestion endpoint of the Elastic deployment.
- kibana
Service StringUrl Kibana endpoint of the Elastic deployment.
- kibana
Sso StringUrl Kibana dashboard sso URL of the Elastic deployment.
- name String
Elastic deployment name
- azure
Subscription stringId Associated Azure subscription Id for the elastic deployment.
- deployment
Id string Elastic deployment Id
- elasticsearch
Region string Region where Deployment at Elastic side took place.
- elasticsearch
Service stringUrl Elasticsearch ingestion endpoint of the Elastic deployment.
- kibana
Service stringUrl Kibana endpoint of the Elastic deployment.
- kibana
Sso stringUrl Kibana dashboard sso URL of the Elastic deployment.
- name string
Elastic deployment name
- azure_
subscription_ strid Associated Azure subscription Id for the elastic deployment.
- deployment_
id str Elastic deployment Id
- elasticsearch_
region str Region where Deployment at Elastic side took place.
- elasticsearch_
service_ strurl Elasticsearch ingestion endpoint of the Elastic deployment.
- kibana_
service_ strurl Kibana endpoint of the Elastic deployment.
- kibana_
sso_ strurl Kibana dashboard sso URL of the Elastic deployment.
- name str
Elastic deployment name
- azure
Subscription StringId Associated Azure subscription Id for the elastic deployment.
- deployment
Id String Elastic deployment Id
- elasticsearch
Region String Region where Deployment at Elastic side took place.
- elasticsearch
Service StringUrl Elasticsearch ingestion endpoint of the Elastic deployment.
- kibana
Service StringUrl Kibana endpoint of the Elastic deployment.
- kibana
Sso StringUrl Kibana dashboard sso URL of the Elastic deployment.
- name String
Elastic deployment name
ElasticCloudUserResponse
- Elastic
Cloud stringSso Default Url Elastic cloud default dashboard sso URL of the Elastic user account.
- Email
Address string Email of the Elastic User Account.
- Id string
User Id of the elastic account of the User.
- Elastic
Cloud stringSso Default Url Elastic cloud default dashboard sso URL of the Elastic user account.
- Email
Address string Email of the Elastic User Account.
- Id string
User Id of the elastic account of the User.
- elastic
Cloud StringSso Default Url Elastic cloud default dashboard sso URL of the Elastic user account.
- email
Address String Email of the Elastic User Account.
- id String
User Id of the elastic account of the User.
- elastic
Cloud stringSso Default Url Elastic cloud default dashboard sso URL of the Elastic user account.
- email
Address string Email of the Elastic User Account.
- id string
User Id of the elastic account of the User.
- elastic_
cloud_ strsso_ default_ url Elastic cloud default dashboard sso URL of the Elastic user account.
- email_
address str Email of the Elastic User Account.
- id str
User Id of the elastic account of the User.
- elastic
Cloud StringSso Default Url Elastic cloud default dashboard sso URL of the Elastic user account.
- email
Address String Email of the Elastic User Account.
- id String
User Id of the elastic account of the User.
ElasticPropertiesResponse
- Elastic
Cloud Pulumi.Deployment Azure Native. Elastic. Inputs. Elastic Cloud Deployment Response Details of the elastic cloud deployment.
- Elastic
Cloud Pulumi.User Azure Native. Elastic. Inputs. Elastic Cloud User Response Details of the user's elastic account.
- Elastic
Cloud ElasticDeployment Cloud Deployment Response Details of the elastic cloud deployment.
- Elastic
Cloud ElasticUser Cloud User Response Details of the user's elastic account.
- elastic
Cloud ElasticDeployment Cloud Deployment Response Details of the elastic cloud deployment.
- elastic
Cloud ElasticUser Cloud User Response Details of the user's elastic account.
- elastic
Cloud ElasticDeployment Cloud Deployment Response Details of the elastic cloud deployment.
- elastic
Cloud ElasticUser Cloud User Response Details of the user's elastic account.
- elastic_
cloud_ Elasticdeployment Cloud Deployment Response Details of the elastic cloud deployment.
- elastic_
cloud_ Elasticuser Cloud User Response Details of the user's elastic account.
- elastic
Cloud Property MapDeployment Details of the elastic cloud deployment.
- elastic
Cloud Property MapUser Details of the user's elastic account.
IdentityPropertiesResponse
- Principal
Id string The identity ID.
- Tenant
Id string The tenant ID of resource.
- Type string
Managed identity type.
- Principal
Id string The identity ID.
- Tenant
Id string The tenant ID of resource.
- Type string
Managed identity type.
- principal
Id String The identity ID.
- tenant
Id String The tenant ID of resource.
- type String
Managed identity type.
- principal
Id string The identity ID.
- tenant
Id string The tenant ID of resource.
- type string
Managed identity type.
- principal_
id str The identity ID.
- tenant_
id str The tenant ID of resource.
- type str
Managed identity type.
- principal
Id String The identity ID.
- tenant
Id String The tenant ID of resource.
- type String
Managed identity type.
MonitorPropertiesResponse
- Liftr
Resource stringCategory - Liftr
Resource intPreference The priority of the resource.
- Elastic
Properties Pulumi.Azure Native. Elastic. Inputs. Elastic Properties Response Elastic cloud properties.
- Monitoring
Status string Flag specifying if the resource monitoring is enabled or disabled.
- Provisioning
State string Provisioning state of the monitor resource.
- Liftr
Resource stringCategory - Liftr
Resource intPreference The priority of the resource.
- Elastic
Properties ElasticProperties Response Elastic cloud properties.
- Monitoring
Status string Flag specifying if the resource monitoring is enabled or disabled.
- Provisioning
State string Provisioning state of the monitor resource.
- liftr
Resource StringCategory - liftr
Resource IntegerPreference The priority of the resource.
- elastic
Properties ElasticProperties Response Elastic cloud properties.
- monitoring
Status String Flag specifying if the resource monitoring is enabled or disabled.
- provisioning
State String Provisioning state of the monitor resource.
- liftr
Resource stringCategory - liftr
Resource numberPreference The priority of the resource.
- elastic
Properties ElasticProperties Response Elastic cloud properties.
- monitoring
Status string Flag specifying if the resource monitoring is enabled or disabled.
- provisioning
State string Provisioning state of the monitor resource.
- liftr_
resource_ strcategory - liftr_
resource_ intpreference The priority of the resource.
- elastic_
properties ElasticProperties Response Elastic cloud properties.
- monitoring_
status str Flag specifying if the resource monitoring is enabled or disabled.
- provisioning_
state str Provisioning state of the monitor resource.
- liftr
Resource StringCategory - liftr
Resource NumberPreference The priority of the resource.
- elastic
Properties Property Map Elastic cloud properties.
- monitoring
Status String Flag specifying if the resource monitoring is enabled or disabled.
- provisioning
State String Provisioning state of the monitor resource.
ResourceSkuResponse
- Name string
Name of the SKU.
- Name string
Name of the SKU.
- name String
Name of the SKU.
- name string
Name of the SKU.
- name str
Name of the SKU.
- name String
Name of the SKU.
SystemDataResponse
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource last modification (UTC)
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource last modification (UTC)
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource last modification (UTC)
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The timestamp of resource last modification (UTC)
- last
Modified stringBy The identity that last modified the resource.
- last
Modified stringBy Type The type of identity that last modified the resource.
- created_
at str The timestamp of resource creation (UTC).
- created_
by str The identity that created the resource.
- created_
by_ strtype The type of identity that created the resource.
- last_
modified_ strat The timestamp of resource last modification (UTC)
- last_
modified_ strby The identity that last modified the resource.
- last_
modified_ strby_ type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource last modification (UTC)
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0