File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
alsdkdefs/apis/remediations Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -422,6 +422,7 @@ paths:
422422 - $ref : ' parameters.yaml#/ParamReturnCount'
423423 - $ref : ' parameters.yaml#/ParamReduce'
424424 - $ref : ' parameters.yaml#/ParamQFields'
425+ - $ref : ' parameters.yaml#/ParamSummarizeAssets'
425426 - $ref : ' parameters.yaml#/ParamFilter'
426427 - $ref : ' parameters.yaml#/ParamFilterRelationship'
427428 - $ref : ' parameters.yaml#/ParamRelatedProperties'
@@ -620,6 +621,7 @@ paths:
620621 - $ref : ' parameters.yaml#/ParamReturnCount'
621622 - $ref : ' parameters.yaml#/ParamReduce'
622623 - $ref : ' parameters.yaml#/ParamQFields'
624+ - $ref : ' parameters.yaml#/ParamSummarizeAssets'
623625 - $ref : ' parameters.yaml#/ParamFilter'
624626 - $ref : ' parameters.yaml#/ParamFilterRelationship'
625627 - $ref : ' parameters.yaml#/ParamRelatedProperties'
Original file line number Diff line number Diff line change @@ -96,9 +96,17 @@ ParamQFields:
9696 in : query
9797 name : qfields
9898 description : |-
99- Optional comma-separated list of fields to be returned as part of the objects. `key`, `type`
100- and `deployment_id` are always returned. Both `&qfields=object.field` and `&qfields=field`
101- are acceptable; in the latter case all objects will be filtered.
99+ Optional comma-separated list of fields to be returned as part of the objects. When qfields is used,
100+ All objects will always and only return `key`, `type` and `deployment_id` unless additional fields are
101+ specified. To request a field, Both `&qfields=object.field` and `&qfields=field` are acceptable; in
102+ the latter case all objects will be filtered with the requested field.
103+ ParamSummarizeAssets :
104+ schema :
105+ type : boolean
106+ in : query
107+ name : summarize_assets
108+ description : |-
109+ Callers should pass summarize_assets=true to pass back the asset type's summary properties. Can be used in combination with qfields.
102110ParamFilter :
103111 schema :
104112 type : object
You can’t perform that action at this time.
0 commit comments