List repositories
GET {{baseUrl}}/container-security/api/v1/repositories?offset=18528013&limit=18528013
Deprecated! Tenable.io Container Security API v1 is deprecated. Use the GET /container-security/api/v2/repositories endpoint instead. Returns a list of repositories.
Requires BASIC [16] user permissions. See Permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | The number of items Tenable.io Container Security skips before starting to collect the result set. | |
limit | number | The maximum number of items to return. |
RESPONSES
status: OK
{"offset":"integer","limit":"integer","total":"integer","items":[{"name":"string","description":"string","pullCount":"integer","pushCount":"integer"}]}