List repositories
GET {{baseUrl}}/repositories?imageName=ea ex pariatur velit tempor&nameContains=ea ex pariatur velit tempor&offset=0&limit=50
Returns a list of image repositories in your Tenable.io Container Security instance. Use the query parameters to filter the list.
Requires BASIC [16] user permissions. See Permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
imageName | string | The repository name to filter on. Tenable.io Container Security returns only the repositories with names that exactly match the parameter value. The value is case-sensitive. | |
nameContains | string | The partial repository name to filter on. Tenable.io Container Security returns the images with names that contain the parameter value. The value is case-sensitive. | |
offset | number | The number of skipped records in the returned result set. Must be in the int32 format. | |
limit | number | The number of records to include in the result set. Must be in the int32 format. Default is 50. The maximum limit is 1,000. |
RESPONSES
status: OK
{"items":[{"name":"dmjb","imagesCount":6,"labelsCount":6,"vulnerabilitiesCount":792,"malwareCount":0,"pullCount":0,"pushCount":12,"totalBytes":1766950068},{"name":"air-gap","imagesCount":7,"labelsCount":7,"vulnerabilitiesCount":514,"malwareCount":0,"pullCount":0,"pushCount":0,"totalBytes":0},{"name":"imiell","imagesCount":1,"labelsCount":1,"vulnerabilitiesCount":291,"malwareCount":0,"pullCount":0,"pushCount":2,"totalBytes":403346467}],"pagination":{"offset":0,"limit":10,"total":3,"sort":[]}}