There are many ways to find a model's attributes (such as through the OneClick interface, or via the vnmsh command line), however, these usually list out all the attributes of the one chosen model. The REST API can offer a more granular approach to finding the values of various model attributes.
How can the Spectrum REST API be used to specify individual or multiple attributes and get their values from targeted models?
Spectrum - All Releases
A RESTful POST request can be used to achieve this by creating an XML body with the desired requests targeting the individual Model_Handle (attribute 0x129fa) of each model you wish to get attributes from.. For example, to get attributes such as Network_Address (0x12d7f), Model_Name (0x1006e) or Modeltype_Name (0x10000), you would issue a POST request with the following body (where a separate "MODEL_HANDLE" value is specified for each model whose values are required:
Please reference the "Web Services API Reference" section of the documentation for more information.