SetLinks Custom Query Option (setLinks)
In this article
The setLinks Custom Query Option defines whether links to related resources must be present in a response. The default value for the setLinks query parameter is true. Excluding links by specifying the false value allows for faster response generation.
For example, to return a collection of all backup server licenses without links to resources of related backup servers, send the following request:
GET https://<Availability-Console>:1281/v2/licensing/backupserverLicenses?setLinks=false |