Interface HostService.GetRequest

    • Method Detail

      • allContent

        HostService.GetRequest allContent​(Boolean allContent)
        Indicates if all of the attributes of the host should be included in the response. By default the following attributes are excluded: - `hosted_engine` For example, to retrieve the complete representation of host '123': .... GET /ovirt-engine/api/hosts/123?all_content=true .... NOTE: These attributes are not included by default because retrieving them impacts performance. They are seldom used and require additional queries to the database. Use this parameter with caution and only when specifically required.
      • filter

        HostService.GetRequest filter​(Boolean filter)
        Indicates if the results should be filtered according to the permissions of the user.
      • follow

        HostService.GetRequest follow​(String follow)
        Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.