method to collect WindowRegistry from Sdk? #2021
-
Hi I am trying to collect the Aws:WindowRegistry entity from Sdk as explained here https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-schema.html
But I can't see any method in the AmazonEC2Client or AmazonSimpleSystemsManagementClient classes having related method. Could you please point me out what package/classes might have it avaiable. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@Hotjava You should be able to use AmazonSimpleSystemsManagementClient.GetInventoryAsync(), which invokes GetInventory API operation, which also has the example JSON response. Based on the request parameters, it returns list of |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@Hotjava You should be able to use AmazonSimpleSystemsManagementClient.GetInventoryAsync(), which invokes GetInventory API operation, which also has the example JSON response. Based on the request parameters, it returns list of
Entities
in GetInventoryResponse.