These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.datamigration.listSqlMigrationServiceMonitoringData
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Retrieve the Monitoring Data. API Version: 2021-10-30-preview.
Using listSqlMigrationServiceMonitoringData
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 listSqlMigrationServiceMonitoringData(args: ListSqlMigrationServiceMonitoringDataArgs, opts?: InvokeOptions): Promise<ListSqlMigrationServiceMonitoringDataResult>
function listSqlMigrationServiceMonitoringDataOutput(args: ListSqlMigrationServiceMonitoringDataOutputArgs, opts?: InvokeOptions): Output<ListSqlMigrationServiceMonitoringDataResult>
def list_sql_migration_service_monitoring_data(resource_group_name: Optional[str] = None,
sql_migration_service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListSqlMigrationServiceMonitoringDataResult
def list_sql_migration_service_monitoring_data_output(resource_group_name: Optional[pulumi.Input[str]] = None,
sql_migration_service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListSqlMigrationServiceMonitoringDataResult]
func ListSqlMigrationServiceMonitoringData(ctx *Context, args *ListSqlMigrationServiceMonitoringDataArgs, opts ...InvokeOption) (*ListSqlMigrationServiceMonitoringDataResult, error)
func ListSqlMigrationServiceMonitoringDataOutput(ctx *Context, args *ListSqlMigrationServiceMonitoringDataOutputArgs, opts ...InvokeOption) ListSqlMigrationServiceMonitoringDataResultOutput
> Note: This function is named ListSqlMigrationServiceMonitoringData
in the Go SDK.
public static class ListSqlMigrationServiceMonitoringData
{
public static Task<ListSqlMigrationServiceMonitoringDataResult> InvokeAsync(ListSqlMigrationServiceMonitoringDataArgs args, InvokeOptions? opts = null)
public static Output<ListSqlMigrationServiceMonitoringDataResult> Invoke(ListSqlMigrationServiceMonitoringDataInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListSqlMigrationServiceMonitoringDataResult> listSqlMigrationServiceMonitoringData(ListSqlMigrationServiceMonitoringDataArgs args, InvokeOptions options)
public static Output<ListSqlMigrationServiceMonitoringDataResult> listSqlMigrationServiceMonitoringData(ListSqlMigrationServiceMonitoringDataArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:datamigration:listSqlMigrationServiceMonitoringData
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Sql
Migration Service Name This property is required. Changes to this property will trigger replacement.
- Name of the SQL Migration Service.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Sql
Migration Service Name This property is required. Changes to this property will trigger replacement.
- Name of the SQL Migration Service.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sql
Migration Service Name This property is required. Changes to this property will trigger replacement.
- Name of the SQL Migration Service.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sql
Migration Service Name This property is required. Changes to this property will trigger replacement.
- Name of the SQL Migration Service.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sql_
migration_ service_ name This property is required. Changes to this property will trigger replacement.
- Name of the SQL Migration Service.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sql
Migration Service Name This property is required. Changes to this property will trigger replacement.
- Name of the SQL Migration Service.
listSqlMigrationServiceMonitoringData Result
The following output properties are available:
- Name string
- The name of Integration Runtime.
- Nodes
List<Pulumi.
Azure Native. Data Migration. Outputs. Node Monitoring Data Response> - Integration Runtime node monitoring data.
- Name string
- The name of Integration Runtime.
- Nodes
[]Node
Monitoring Data Response - Integration Runtime node monitoring data.
- name String
- The name of Integration Runtime.
- nodes
List<Node
Monitoring Data Response> - Integration Runtime node monitoring data.
- name string
- The name of Integration Runtime.
- nodes
Node
Monitoring Data Response[] - Integration Runtime node monitoring data.
- name str
- The name of Integration Runtime.
- nodes
Sequence[Node
Monitoring Data Response] - Integration Runtime node monitoring data.
- name String
- The name of Integration Runtime.
- nodes List<Property Map>
- Integration Runtime node monitoring data.
Supporting Types
NodeMonitoringDataResponse
- Additional
Properties This property is required. Dictionary<string, object> - Unmatched properties from the message are deserialized in this collection.
- Available
Memory In MB This property is required. int - Available memory (MB) on the integration runtime node.
- Concurrent
Jobs Limit This property is required. int - Maximum concurrent jobs on the integration runtime node.
- Concurrent
Jobs Running This property is required. int - The number of jobs currently running on the integration runtime node.
- Cpu
Utilization This property is required. int - CPU percentage on the integration runtime node.
- Max
Concurrent Jobs This property is required. int - The maximum concurrent jobs in this integration runtime.
- Node
Name This property is required. string - Name of the integration runtime node.
- Received
Bytes This property is required. double - Received bytes on the integration runtime node.
- Sent
Bytes This property is required. double - Sent bytes on the integration runtime node.
- Additional
Properties This property is required. map[string]interface{} - Unmatched properties from the message are deserialized in this collection.
- Available
Memory In MB This property is required. int - Available memory (MB) on the integration runtime node.
- Concurrent
Jobs Limit This property is required. int - Maximum concurrent jobs on the integration runtime node.
- Concurrent
Jobs Running This property is required. int - The number of jobs currently running on the integration runtime node.
- Cpu
Utilization This property is required. int - CPU percentage on the integration runtime node.
- Max
Concurrent Jobs This property is required. int - The maximum concurrent jobs in this integration runtime.
- Node
Name This property is required. string - Name of the integration runtime node.
- Received
Bytes This property is required. float64 - Received bytes on the integration runtime node.
- Sent
Bytes This property is required. float64 - Sent bytes on the integration runtime node.
- additional
Properties This property is required. Map<String,Object> - Unmatched properties from the message are deserialized in this collection.
- available
Memory In MB This property is required. Integer - Available memory (MB) on the integration runtime node.
- concurrent
Jobs Limit This property is required. Integer - Maximum concurrent jobs on the integration runtime node.
- concurrent
Jobs Running This property is required. Integer - The number of jobs currently running on the integration runtime node.
- cpu
Utilization This property is required. Integer - CPU percentage on the integration runtime node.
- max
Concurrent Jobs This property is required. Integer - The maximum concurrent jobs in this integration runtime.
- node
Name This property is required. String - Name of the integration runtime node.
- received
Bytes This property is required. Double - Received bytes on the integration runtime node.
- sent
Bytes This property is required. Double - Sent bytes on the integration runtime node.
- additional
Properties This property is required. {[key: string]: any} - Unmatched properties from the message are deserialized in this collection.
- available
Memory In MB This property is required. number - Available memory (MB) on the integration runtime node.
- concurrent
Jobs Limit This property is required. number - Maximum concurrent jobs on the integration runtime node.
- concurrent
Jobs Running This property is required. number - The number of jobs currently running on the integration runtime node.
- cpu
Utilization This property is required. number - CPU percentage on the integration runtime node.
- max
Concurrent Jobs This property is required. number - The maximum concurrent jobs in this integration runtime.
- node
Name This property is required. string - Name of the integration runtime node.
- received
Bytes This property is required. number - Received bytes on the integration runtime node.
- sent
Bytes This property is required. number - Sent bytes on the integration runtime node.
- additional_
properties This property is required. Mapping[str, Any] - Unmatched properties from the message are deserialized in this collection.
- available_
memory_ in_ mb This property is required. int - Available memory (MB) on the integration runtime node.
- concurrent_
jobs_ limit This property is required. int - Maximum concurrent jobs on the integration runtime node.
- concurrent_
jobs_ running This property is required. int - The number of jobs currently running on the integration runtime node.
- cpu_
utilization This property is required. int - CPU percentage on the integration runtime node.
- max_
concurrent_ jobs This property is required. int - The maximum concurrent jobs in this integration runtime.
- node_
name This property is required. str - Name of the integration runtime node.
- received_
bytes This property is required. float - Received bytes on the integration runtime node.
- sent_
bytes This property is required. float - Sent bytes on the integration runtime node.
- additional
Properties This property is required. Map<Any> - Unmatched properties from the message are deserialized in this collection.
- available
Memory In MB This property is required. Number - Available memory (MB) on the integration runtime node.
- concurrent
Jobs Limit This property is required. Number - Maximum concurrent jobs on the integration runtime node.
- concurrent
Jobs Running This property is required. Number - The number of jobs currently running on the integration runtime node.
- cpu
Utilization This property is required. Number - CPU percentage on the integration runtime node.
- max
Concurrent Jobs This property is required. Number - The maximum concurrent jobs in this integration runtime.
- node
Name This property is required. String - Name of the integration runtime node.
- received
Bytes This property is required. Number - Received bytes on the integration runtime node.
- sent
Bytes This property is required. Number - Sent bytes on the integration runtime node.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi