Skip to main content
GET
/
v1
/
reviewConfigs
{
  "reviewConfigs": [
    {
      "name": "<string>",
      "title": "<string>",
      "enabled": true,
      "rules": [
        {
          "type": "<string>",
          "level": "LEVEL_UNSPECIFIED",
          "payload": "<string>",
          "engine": "ENGINE_UNSPECIFIED",
          "comment": "<string>"
        }
      ],
      "resources": [
        "<string>"
      ]
    }
  ],
  "nextPageToken": "<string>"
}

Query Parameters

pageSize
integer

Pagination is not currently implemented. This field is reserved for future use. The maximum number of SQL review configs to return. The service may return fewer than this value. If unspecified, at most 10 SQL review configs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken
string

Pagination is not currently implemented. This field is reserved for future use. A page token, provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListReviewConfigs must match the call that provided the page token.

Response

OK

reviewConfigs
object[]

The SQL review configs from the specified request.

nextPageToken
string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.