Fields

Ops Center Protector REST API User Guide

Version
7.6.x
Audience
anonymous
Part Number
MK-99PRT005-06

When retrieving a resource or list of resources it is possible to request a subset of properties from the resources using the “fields” parameter within the URL. Multiple fields can be specified by comma separating the field names.

For example, retrieving only the name of all nodes:

https://localhost/API/:version/master/NodeManager/objects/Nodes/?fields=name

Note: Not all handlers allow retrieving specific resources properties from either a list or individual item requests. Please refer to the API Reference Guide for further information.