- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- ConfigurationRevision
- Try it!
List configuration revisions that meet the filter criteria.
HTTP request
GET https://threatintelligence.googleapis.com/v1beta/{parent=projects/*/configurations/*}/revisions The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The name of the Configuration to retrieve Revisions for |
Query parameters
| Parameters | |
|---|---|
filter |
Optional. An AIP-160 filter string |
orderBy |
Optional. Specify ordering of response |
pageSize |
Optional. Page Size |
pageToken |
Optional. A page token provided by the API |
Request body
The request body must be empty.
Response body
Response message for revisions.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"revisions": [
{
object ( |
| Fields | |
|---|---|
revisions[] |
The Configuration Revisions associated with the specified Configuration |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
ConfigurationRevision
A ConfigurationRevision is a snapshot of a Configuration at a point in time. It is immutable.
| JSON representation |
|---|
{
"name": string,
"snapshot": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The name of the ConfigurationRevision Format: projects/ |
snapshot |
The snapshot of the configuration |
createTime |
Output only. The time the Revision was created Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |