In case of a need to take advantage of the full summary report flags, you can use a json structure to define the rest of the flags the vAPI supports.
The following structure addresses the flags relevant for the metrics part only (for more information, check the full vAPI electronic docs on the web):
{
"depth": 4,
"instances": true,
"types": true,
"extended": true,
"path": "string",
"scope": "string"
}

depth: integer ($int32) (Metrics tree level depth. Default value is the whole tree)
scope: string (Metrics verification scope)
path: string (Full Path to entity in Metrics tree.)
instances: boolean (Specify if vPlan entity is in the instances hierarchy)
types: boolean (Specify if vPlan entity is in the types hierarchy)
extended: boolean (Enables or disables extended metrics report, if not specified the report would be extended according to metrics configuration)

None of the fields are mandatory to exclude "depth".