You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param filter_asset_name [String] The name of the asset for the SBOM request.
1763
1763
# @param opts [Hash] the optional parameters
1764
1764
# @option opts [String] :filter_repo_digest The container image `repo_digest` for the SBOM request. When the requested asset type is 'Image', this filter is mandatory.
1765
+
# @option opts [SBOMFormat] :ext_format The standard of the SBOM.
1765
1766
# @return [Array<(GetSBOMResponse, Integer, Hash)>] GetSBOMResponse data, response status code and response headers
# If the page `number` is invalid, a `400` response will be returned.
3427
3435
#
3436
+
# The returned `token` remains valid for every request in the pagination sequence. You may send paginated requests in parallel by re-using this `token` and varying only the `page[number]` parameter.
3437
+
#
3428
3438
# ### Filtering
3429
3439
#
3430
3440
# The request can include some filter parameters to filter the data to be retrieved. The format of the filter parameters follows the [JSON:API format](https://jsonapi.org/format/#fetching-filtering): `filter[$prop_name]`, where `prop_name` is the property name in the entity being filtered by.
# The request in some cases can include extensions to update behavior of the endpoint requested. The format of the filter parameters follows the [JSON:API format](https://jsonapi.org/extensions/#extensions): `ext:$extension_name`, where `extension_name` is the name of the modifier that is being applied.
3472
+
#
3473
+
# Extensions can only include one value at the moment: `ext:modifier=value`.
3459
3474
#
3460
3475
# @param opts [Hash] the optional parameters
3461
3476
# @option opts [String] :page_token Its value must come from the `links` section of the response of the first request. Do not manually edit it.
0 commit comments