This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.datamigration.listSqlMigrationServiceMonitoringData
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database Migration Service. Azure REST API version: 2022-03-30-preview.
Other available API versions: 2023-07-15-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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:datamigration:listSqlMigrationServiceMonitoringData
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - 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 stringService Name - Name of the SQL Migration Service.
- Resource
Group stringName - 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 stringService Name - Name of the SQL Migration Service.
- resource
Group StringName - 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 StringService Name - Name of the SQL Migration Service.
- resource
Group stringName - 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 stringService Name - Name of the SQL Migration Service.
- resource_
group_ strname - 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_ strservice_ name - Name of the SQL Migration Service.
- resource
Group StringName - 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 StringService Name - 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 Dictionary<string, object> - Unmatched properties from the message are deserialized in this collection.
- Available
Memory intIn MB - Available memory (MB) on the integration runtime node.
- Concurrent
Jobs intLimit - Maximum concurrent jobs on the integration runtime node.
- Concurrent
Jobs intRunning - The number of jobs currently running on the integration runtime node.
- Cpu
Utilization int - CPU percentage on the integration runtime node.
- Max
Concurrent intJobs - The maximum concurrent jobs in this integration runtime.
- Node
Name string - Name of the integration runtime node.
- Received
Bytes double - Received bytes on the integration runtime node.
- Sent
Bytes double - Sent bytes on the integration runtime node.
- Additional
Properties map[string]interface{} - Unmatched properties from the message are deserialized in this collection.
- Available
Memory intIn MB - Available memory (MB) on the integration runtime node.
- Concurrent
Jobs intLimit - Maximum concurrent jobs on the integration runtime node.
- Concurrent
Jobs intRunning - The number of jobs currently running on the integration runtime node.
- Cpu
Utilization int - CPU percentage on the integration runtime node.
- Max
Concurrent intJobs - The maximum concurrent jobs in this integration runtime.
- Node
Name string - Name of the integration runtime node.
- Received
Bytes float64 - Received bytes on the integration runtime node.
- Sent
Bytes float64 - Sent bytes on the integration runtime node.
- additional
Properties Map<String,Object> - Unmatched properties from the message are deserialized in this collection.
- available
Memory IntegerIn MB - Available memory (MB) on the integration runtime node.
- concurrent
Jobs IntegerLimit - Maximum concurrent jobs on the integration runtime node.
- concurrent
Jobs IntegerRunning - The number of jobs currently running on the integration runtime node.
- cpu
Utilization Integer - CPU percentage on the integration runtime node.
- max
Concurrent IntegerJobs - The maximum concurrent jobs in this integration runtime.
- node
Name String - Name of the integration runtime node.
- received
Bytes Double - Received bytes on the integration runtime node.
- sent
Bytes Double - Sent bytes on the integration runtime node.
- additional
Properties {[key: string]: any} - Unmatched properties from the message are deserialized in this collection.
- available
Memory numberIn MB - Available memory (MB) on the integration runtime node.
- concurrent
Jobs numberLimit - Maximum concurrent jobs on the integration runtime node.
- concurrent
Jobs numberRunning - The number of jobs currently running on the integration runtime node.
- cpu
Utilization number - CPU percentage on the integration runtime node.
- max
Concurrent numberJobs - The maximum concurrent jobs in this integration runtime.
- node
Name string - Name of the integration runtime node.
- received
Bytes number - Received bytes on the integration runtime node.
- sent
Bytes number - Sent bytes on the integration runtime node.
- additional_
properties Mapping[str, Any] - Unmatched properties from the message are deserialized in this collection.
- available_
memory_ intin_ mb - Available memory (MB) on the integration runtime node.
- concurrent_
jobs_ intlimit - Maximum concurrent jobs on the integration runtime node.
- concurrent_
jobs_ intrunning - The number of jobs currently running on the integration runtime node.
- cpu_
utilization int - CPU percentage on the integration runtime node.
- max_
concurrent_ intjobs - The maximum concurrent jobs in this integration runtime.
- node_
name str - Name of the integration runtime node.
- received_
bytes float - Received bytes on the integration runtime node.
- sent_
bytes float - Sent bytes on the integration runtime node.
- additional
Properties Map<Any> - Unmatched properties from the message are deserialized in this collection.
- available
Memory NumberIn MB - Available memory (MB) on the integration runtime node.
- concurrent
Jobs NumberLimit - Maximum concurrent jobs on the integration runtime node.
- concurrent
Jobs NumberRunning - The number of jobs currently running on the integration runtime node.
- cpu
Utilization Number - CPU percentage on the integration runtime node.
- max
Concurrent NumberJobs - The maximum concurrent jobs in this integration runtime.
- node
Name String - Name of the integration runtime node.
- received
Bytes Number - Received bytes on the integration runtime node.
- sent
Bytes Number - Sent bytes on the integration runtime node.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi