get_resource_properties
Retrieve current configuration properties for a VMware resource, including power state, host, vCenter, CPU/memory, and extraConfig flags. Use for configuration facts rather than time-series metrics.
Instructions
[READ] Current property values Aria holds for one resource: power state, parent host and vCenter (summary|parentHost, summary|parentVcenter), configured CPU/memory, extraConfig flags such as config|extraConfig|mem_hotadd. Use this for configuration facts; use get_resource_metrics for time-series values.
Returns a paginated envelope of {name, value} rows sorted by name (value is a string, null when the property carries none), with next_offset — pass it back as offset until null. A failed or unrecognised read is an error, never an empty list; a missing resource is a 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-500 (default 100). Out-of-range is rejected. | |
| offset | No | Rows to skip; pass the previous response's next_offset. | |
| target | No | Aria target name from config; default when omitted. | |
| name_filter | No | Case-insensitive substring of the property name, e.g. "summary|". | |
| resource_id | Yes | Resource UUID (from list_resources). |