@Pavan Kumar Chakilam - Thanks for the question and using MS Q&A platform.
Answer provided by Amira Bedhiafi doesn't gives you the integration runtime monitoring data using powershell.
Get-AzDataFactoryV2IntegrationRuntime cmdlet does not provide the queue length of a self-hosted integration runtime (SHIR) in Azure Data Factory (ADF). Here is the output of the cmdlet which doesn't provide details about the queue length.
To get the queue length and queue details of a SHIR, you can use the Azure Management REST API. Here's an example REST API that you can use:
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/monitoringData?api-version=2018-06-01
Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.
For more details, refer to Integration Runtimes - Get Monitoring Data.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.