swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector MonitorsResource API schemes: - https tags: - name: MonitorsResource paths: /providers/Microsoft.Datadog/operations: get: tags: - MonitorsResource summary: Microsoft Azure List All Operations Provided By Microsoft Datadog For The 2020 02 01 Preview Api Version operationId: microsoftAzureOperationsList produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/OperationListResult' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: Operations_List: $ref: ./examples/Operations_List.json description: Needs a more full description created. /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/monitors: get: tags: - MonitorsResource summary: Microsoft Azure List All Monitors Under The Specified Subscription operationId: microsoftAzureMonitorsList produces: - application/json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/DatadogMonitorResourceListResponse' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: Monitors_List: $ref: ./examples/Monitors_List.json description: Needs a more full description created. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors: get: tags: - MonitorsResource summary: Microsoft Azure List All Monitors Under The Specified Resource Group operationId: microsoftAzureMonitorsListbyresourcegroup produces: - application/json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/DatadogMonitorResourceListResponse' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: Monitors_ListByResourceGroup: $ref: ./examples/Monitors_ListByResourceGroup.json description: Needs a more full description created. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}: get: tags: - MonitorsResource summary: Microsoft Azure Get The Properties Of A Specific Monitor Resource operationId: microsoftAzureMonitorsGet produces: - application/json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/MonitorNameParameter' - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/DatadogMonitorResource' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-examples: Monitors_Get: $ref: ./examples/Monitors_Get.json description: Needs a more full description created. put: tags: - MonitorsResource summary: Microsoft Azure Create A Monitor Resource operationId: microsoftAzureMonitorsCreate consumes: - application/json produces: - application/json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/MonitorNameParameter' - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter - in: body name: body schema: $ref: '#/definitions/DatadogMonitorResource' responses: '200': description: Success schema: $ref: '#/definitions/DatadogMonitorResource' '201': description: Success schema: $ref: '#/definitions/DatadogMonitorResource' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-examples: Monitors_Create: $ref: ./examples/Monitors_Create.json description: Needs a more full description created. patch: tags: - MonitorsResource summary: Microsoft Azure Update A Monitor Resource operationId: microsoftAzureMonitorsUpdate consumes: - application/json produces: - application/json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/MonitorNameParameter' - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter - in: body name: body schema: $ref: '#/definitions/DatadogMonitorResourceUpdateParameters' responses: '200': description: Success schema: $ref: '#/definitions/DatadogMonitorResource' '201': description: Success schema: $ref: '#/definitions/DatadogMonitorResource' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-long-running-operation: true x-ms-examples: Monitors_Update: $ref: ./examples/Monitors_Update.json description: Needs a more full description created. delete: tags: - MonitorsResource summary: Microsoft Azure Delete A Monitor Resource operationId: microsoftAzureMonitorsDelete produces: - application/json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/MonitorNameParameter' - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter responses: '200': description: Success '202': description: Success '204': description: Success default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-long-running-operation: true x-ms-examples: Monitors_Delete: $ref: ./examples/Monitors_Delete.json description: Needs a more full description created. /providers/Microsoft.Elastic/operations: get: tags: - MonitorsResource summary: Microsoft Azure List All Operations Provided By Microsoft Elastic operationId: microsoftAzureOperationsList produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/OperationListResult_2' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse_2' x-ms-pageable: nextLinkName: nextLink x-ms-examples: Operations_List: $ref: ./examples/Operations_List.json description: Needs a more full description created. /subscriptions/{subscriptionId}/providers/Microsoft.Elastic/monitors: get: tags: - MonitorsResource summary: Microsoft Azure List All Monitors Under The Specified Subscription operationId: microsoftAzureMonitorsList produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter responses: '200': description: Success schema: $ref: '#/definitions/ElasticMonitorResourceListResponse' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse_2' x-ms-pageable: nextLinkName: nextLink x-ms-examples: Monitors_List: $ref: ./examples/Monitors_List.json description: Needs a more full description created. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors: get: tags: - MonitorsResource summary: Microsoft Azure List All Monitors Under The Specified Resource Group operationId: microsoftAzureMonitorsListbyresourcegroup produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter responses: '200': description: Success schema: $ref: '#/definitions/ElasticMonitorResourceListResponse' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse_2' x-ms-pageable: nextLinkName: nextLink x-ms-examples: Monitors_ListByResourceGroup: $ref: ./examples/Monitors_ListByResourceGroup.json description: Needs a more full description created. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}: get: tags: - MonitorsResource summary: Microsoft Azure Get The Properties Of A Specific Monitor Resource operationId: microsoftAzureMonitorsGet produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' responses: '200': description: Success schema: $ref: '#/definitions/ElasticMonitorResource' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse_2' x-ms-examples: Monitors_Get: $ref: ./examples/Monitors_Get.json description: Needs a more full description created. put: tags: - MonitorsResource summary: Microsoft Azure Create A Monitor Resource operationId: microsoftAzureMonitorsCreate consumes: - application/json produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' - in: body name: body description: Elastic monitor resource model schema: $ref: '#/definitions/ElasticMonitorResource' responses: '200': description: Success schema: $ref: '#/definitions/ElasticMonitorResource' '201': description: Success schema: $ref: '#/definitions/ElasticMonitorResource' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse_2' x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-examples: Monitors_Create: $ref: ./examples/Monitors_Create.json description: Needs a more full description created. patch: tags: - MonitorsResource summary: Microsoft Azure Update A Monitor Resource operationId: microsoftAzureMonitorsUpdate consumes: - application/json produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' - in: body name: body description: Elastic resource model update parameters. schema: $ref: '#/definitions/ElasticMonitorResourceUpdateParameters' responses: '200': description: Success schema: $ref: '#/definitions/ElasticMonitorResource' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse_2' x-ms-examples: Monitors_Update: $ref: ./examples/Monitors_Update.json description: Needs a more full description created. delete: tags: - MonitorsResource summary: Microsoft Azure Delete A Monitor Resource operationId: microsoftAzureMonitorsDelete produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' responses: '200': description: Success '202': description: Success '204': description: Success default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse_2' x-ms-long-running-operation: true x-ms-examples: Monitors_Delete: $ref: ./examples/Monitors_Delete.json description: Needs a more full description created. definitions: MonitoringStatus: description: Flag specifying if the resource monitoring is enabled or disabled. enum: - Enabled - Disabled default: Enabled type: string x-ms-enum: modelAsString: true name: MonitoringStatus DatadogOrganizationProperties: description: Datadog organization properties type: object properties: name: description: Name of the Datadog organization. type: string readOnly: true id: description: Id of the Datadog organization. type: string readOnly: true linkingAuthCode: description: The auth code used to linking to an existing datadog organization. type: string x-ms-mutability: - create x-ms-secret: true linkingClientId: description: The client_id from an existing in exchange for an auth token to link organization. type: string x-ms-mutability: - create x-ms-secret: true redirectUri: description: The redirect uri for linking. type: string x-ms-mutability: - create apiKey: description: Api key associated to the Datadog organization. type: string x-ms-mutability: - create x-ms-secret: true applicationKey: description: Application key associated to the Datadog organization. type: string x-ms-mutability: - create x-ms-secret: true enterpriseAppId: description: The Id of the Enterprise App used for Single sign on. type: string x-ms-mutability: - create DatadogMonitorResource: required: - location type: object x-ms-azure-resource: true properties: id: description: ARM id of the monitor resource. type: string readOnly: true name: description: Name of the monitor resource. type: string readOnly: true type: description: The type of the monitor resource. type: string readOnly: true sku: $ref: '#/definitions/ResourceSku' properties: $ref: '#/definitions/MonitorProperties' identity: $ref: '#/definitions/IdentityProperties' tags: type: object additionalProperties: type: string location: type: string OperationListResult: description: Result of GET request to list the Microsoft.Datadog operations. type: object properties: value: description: List of operations supported by the Microsoft.Datadog provider. type: array items: $ref: '#/definitions/OperationResult' nextLink: description: URL to get the next set of operation list results if there are any. type: string OperationDisplay_2: description: The object that represents the operation. type: object properties: provider: description: Service provider, i.e., Microsoft.Elastic. type: string resource: description: Type on which the operation is performed, e.g., 'monitors'. type: string operation: description: Operation type, e.g., read, write, delete, etc. type: string description: description: Description of the operation, e.g., 'Write monitors'. type: string ProvisioningState_2: enum: - Accepted - Creating - Updating - Deleting - Succeeded - Failed - Canceled - Deleted - NotSpecified type: string description: Provisioning state of Elastic resource. title: ProvisioningState x-ms-enum: modelAsString: true name: ProvisioningState ErrorResponseBody_2: description: Error response body. title: ErrorResponseBody type: object properties: code: description: Error code. type: string message: description: Error message. type: string target: description: Error target. type: string details: description: Error details. type: array x-ms-identifiers: [] items: $ref: '#/definitions/ErrorResponseBody_2' UserInfo_2: description: User Information to be passed to partners. type: object properties: firstName: description: First name of the user maxLength: 50 type: string lastName: description: Last name of the user maxLength: 50 type: string companyName: description: Company name of the user maxLength: 64 type: string emailAddress: description: Email of the user used by Elastic for contacting them if needed pattern: ^([^<>()\[\]\.,;:\s@"]+(\.[^<>()\[\]\.,;:\s@"]+)*)@(([a-zA-Z-_0-9]+\.)+[a-zA-Z]{2,})$ type: string companyInfo: description: Company information of the user to be passed to partners. $ref: '#/definitions/CompanyInfo' ResourceSku: required: - name type: object properties: name: description: Name of the SKU. type: string OperationResult_2: description: A Microsoft.Elastic REST API operation. type: object properties: name: description: Operation name, i.e., {provider}/{resource}/{operation}. type: string isDataAction: description: Indicates whether the operation is a data action type: boolean display: description: The object that represents the operation. $ref: '#/definitions/OperationDisplay_2' origin: description: Origin of the operation type: string MarketplaceSubscriptionStatus: description: Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. enum: - Provisioning - Active - Suspended - Unsubscribed type: string x-ms-enum: modelAsString: true name: MarketplaceSubscriptionStatus readOnly: true MonitorProperties_2: description: Properties specific to the monitor resource. type: object properties: provisioningState: description: Provisioning state of the monitor resource. $ref: '#/definitions/ProvisioningState_2' monitoringStatus: description: Flag specifying if the resource monitoring is enabled or disabled. $ref: '#/definitions/MonitoringStatus_2' elasticProperties: description: Elastic cloud properties. $ref: '#/definitions/ElasticProperties' userInfo: description: User information. $ref: '#/definitions/UserInfo_2' x-ms-mutability: - create planDetails: description: Plan details of the monitor resource. $ref: '#/definitions/PlanDetails' version: description: Version of elastic of the monitor resource type: string subscriptionState: description: State of the Azure Subscription containing the monitor resource type: string saaSAzureSubscriptionStatus: description: Status of Azure Subscription where Marketplace SaaS is located. type: string sourceCampaignName: description: Name of the marketing campaign. type: string sourceCampaignId: description: A unique identifier associated with the campaign. type: string liftrResourceCategory: $ref: '#/definitions/LiftrResourceCategories' liftrResourcePreference: description: The priority of the resource. format: int32 type: integer readOnly: true generateApiKey: description: Flag to determine if User API Key has to be generated and shared. type: boolean ManagedIdentityTypes_2: enum: - SystemAssigned type: string description: Managed Identity types. x-ms-enum: modelAsString: true name: ManagedIdentityTypes ElasticMonitorResource: description: Monitor resource. required: - location type: object x-ms-azure-resource: true properties: id: description: ARM id of the monitor resource. type: string readOnly: true name: description: Name of the monitor resource. type: string readOnly: true type: description: The type of the monitor resource. type: string readOnly: true sku: description: SKU of the monitor resource. $ref: '#/definitions/ResourceSku_2' properties: description: Properties of the monitor resource. $ref: '#/definitions/MonitorProperties_2' x-ms-client-flatten: false identity: description: Identity properties of the monitor resource. $ref: '#/definitions/IdentityProperties_2' tags: description: The tags of the monitor resource. type: object additionalProperties: type: string location: description: The location of the monitor resource type: string x-ms-mutability: - read - create systemData: readOnly: true description: The system metadata relating to this resource $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/systemData ElasticMonitorResourceUpdateParameters: description: Monitor resource update parameters. type: object properties: tags: description: elastic monitor resource tags. type: object additionalProperties: type: string MonitorProperties: description: Properties specific to the monitor resource. type: object properties: provisioningState: $ref: '#/definitions/ProvisioningState' monitoringStatus: $ref: '#/definitions/MonitoringStatus' marketplaceSubscriptionStatus: $ref: '#/definitions/MarketplaceSubscriptionStatus' datadogOrganizationProperties: $ref: '#/definitions/DatadogOrganizationProperties' userInfo: $ref: '#/definitions/UserInfo' liftrResourceCategory: $ref: '#/definitions/LiftrResourceCategories' liftrResourcePreference: description: The priority of the resource. format: int32 type: integer readOnly: true ResourceProviderDefaultErrorResponse_2: description: RP default error response. type: object properties: error: description: Response body of Error readOnly: true $ref: '#/definitions/ErrorResponseBody_2' ResourceSku_2: description: Microsoft.Elastic SKU. required: - name type: object properties: name: description: Name of the SKU. type: string ElasticProperties: description: Elastic Resource Properties. type: object properties: elasticCloudUser: description: Details of the user's elastic account. $ref: '#/definitions/ElasticCloudUser' elasticCloudDeployment: description: Details of the elastic cloud deployment. $ref: '#/definitions/ElasticCloudDeployment' CompanyInfo: description: Company information of the user to be passed to partners. type: object properties: domain: description: Domain of the company maxLength: 250 type: string business: description: Business of the company maxLength: 64 type: string employeesNumber: description: Number of employees in the company maxLength: 20 type: string state: description: State of the company location. maxLength: 64 type: string country: description: Country of the company location. maxLength: 64 type: string MonitorUpdateProperties: description: The set of properties that can be update in a PATCH request to a monitor resource. type: object properties: monitoringStatus: $ref: '#/definitions/MonitoringStatus' IdentityProperties_2: description: Identity properties. type: object properties: principalId: description: The identity ID. type: string readOnly: true tenantId: description: The tenant ID of resource. type: string readOnly: true type: description: Managed identity type. $ref: '#/definitions/ManagedIdentityTypes_2' DatadogMonitorResourceListResponse: description: Response of a list operation. type: object properties: value: description: Results of a list operation. type: array items: $ref: '#/definitions/DatadogMonitorResource' nextLink: description: Link to the next set of results, if any. type: string PlanDetails: description: Plan details of the monitor resource. type: object properties: offerID: description: Offer ID of the plan type: string publisherID: description: Publisher ID of the plan type: string termID: description: Term ID of the plan type: string planID: description: Plan ID type: string planName: description: Plan Name type: string ManagedIdentityTypes: enum: - SystemAssigned - UserAssigned type: string description: Identity type x-ms-enum: modelAsString: true name: ManagedIdentityTypes ElasticMonitorResourceListResponse: description: Response of a list operation. type: object properties: value: description: Results of a list operation. type: array x-ms-identifiers: [] items: $ref: '#/definitions/ElasticMonitorResource' nextLink: description: Link to the next set of results, if any. type: string IdentityProperties: type: object properties: principalId: description: The identity ID. type: string readOnly: true tenantId: description: The tenant ID of resource. type: string readOnly: true type: $ref: '#/definitions/ManagedIdentityTypes' ErrorResponseBody: type: object properties: code: type: string message: type: string target: type: string details: type: array items: $ref: '#/definitions/ErrorResponseBody' DatadogMonitorResourceUpdateParameters: description: The parameters for a PATCH request to a monitor resource. type: object properties: properties: $ref: '#/definitions/MonitorUpdateProperties' tags: description: The new tags of the monitor resource. type: object additionalProperties: type: string sku: $ref: '#/definitions/ResourceSku' MonitoringStatus_2: description: Flag specifying if the resource monitoring is enabled or disabled. enum: - Enabled - Disabled type: string x-ms-enum: modelAsString: true name: MonitoringStatus ElasticCloudUser: description: Details of the user's elastic account. type: object properties: emailAddress: description: Email of the Elastic User Account. type: string readOnly: true id: description: User Id of the elastic account of the User. type: string readOnly: true elasticCloudSsoDefaultUrl: description: Elastic cloud default dashboard sso URL of the Elastic user account. type: string readOnly: true OperationResult: description: A Microsoft.Datadog REST API operation. type: object properties: name: description: Operation name, i.e., {provider}/{resource}/{operation}. type: string display: $ref: '#/definitions/OperationDisplay' isDataAction: description: Indicates whether the operation is a data action type: boolean OperationDisplay: description: The object that represents the operation. type: object properties: provider: description: Service provider, i.e., Microsoft.Datadog. type: string resource: description: Type on which the operation is performed, e.g., 'monitors'. type: string operation: description: Operation type, e.g., read, write, delete, etc. type: string description: description: Description of the operation, e.g., 'Write monitors'. type: string ProvisioningState: enum: - Accepted - Creating - Updating - Deleting - Succeeded - Failed - Canceled - Deleted - NotSpecified type: string x-ms-enum: modelAsString: true name: ProvisioningState readOnly: true UserInfo: description: User info type: object properties: name: description: Name of the user maxLength: 50 type: string emailAddress: description: Email of the user used by Datadog for contacting them if needed pattern: ^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\.)+[A-Za-z]{2,}$ type: string phoneNumber: description: Phone number of the user used by Datadog for contacting them if needed maxLength: 40 type: string x-ms-secret: true ResourceProviderDefaultErrorResponse: type: object properties: error: $ref: '#/definitions/ErrorResponseBody' ElasticCloudDeployment: description: Details of the user's elastic deployment associated with the monitor resource. type: object properties: name: description: Elastic deployment name type: string readOnly: true deploymentId: description: Elastic deployment Id type: string readOnly: true azureSubscriptionId: description: Associated Azure subscription Id for the elastic deployment. type: string readOnly: true elasticsearchRegion: description: Region where Deployment at Elastic side took place. type: string readOnly: true elasticsearchServiceUrl: description: Elasticsearch ingestion endpoint of the Elastic deployment. type: string readOnly: true kibanaServiceUrl: description: Kibana endpoint of the Elastic deployment. type: string readOnly: true kibanaSsoUrl: description: Kibana dashboard sso URL of the Elastic deployment. type: string readOnly: true OperationListResult_2: description: Result of GET request to list the Microsoft.Elastic operations. type: object properties: value: description: List of operations supported by the Microsoft.Elastic provider. type: array x-ms-identifiers: [] items: $ref: '#/definitions/OperationResult_2' nextLink: description: URL to get the next set of operation list results if there are any. type: string LiftrResourceCategories: enum: - Unknown - MonitorLogs type: string x-ms-enum: modelAsString: true name: LiftrResourceCategories readOnly: true parameters: MonitorNameParameter: in: path name: monitorName description: Monitor resource name required: true type: string x-ms-parameter-location: method ResourceGroupNameParameter: name: resourceGroupName in: path description: The name of the resource group to which the Datadog resource belongs. required: true type: string x-ms-parameter-location: method SubscriptionIdParameter: name: subscriptionId in: path description: The Microsoft Azure subscription ID. required: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'