HCP System Management Help


Verbose

The verbose query parameter tells HCP how much information to return in response to a GET request for information about a resource. Valid values for this parameter are true and false.

In most cases, with verbose=false, a request for information about a resource returns only the properties whose values you can modify. For example, you cannot change the type of authentication for a user account. So, when you use GET with verbose=false to retrieve information about a user account, the localAuthentication property is omitted from the response body.

To retrieve all the properties for a resource, you need to append verbose=true to the resource URL. If you omit the verbose parameter, HCP uses the default value false.

© 2017 Hitachi Vantara Corporation. All rights reserved.