Traffic Sources VPCs
Return a list of all Cloud Sources. Supports filtering by flowtype, flowresource, traffictype, and logtype (all together or separate).
Filter by flow type (e.g., aws, azure, gcp, etc.)
Filter by flow resource (e.g., s3, kinesis, etc.)
Filter by traffic type (e.g., dns, flow)
Filter by log type (e.g., gcp-dns-query-log, etc.)
List of VPCs Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Create a VPC from the supplied object. Do NOT submit an ID. IDs are auto generated and immutable.
List of VPCs Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific VPC by the name supplied in the path.
The name of the VPC to fetch.
Object of a VPCs Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific VPC from the ID supplied in the path.
Numeric ID of the VPC to get
Object of a VPCs Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Update a VPC given the provided object. This does not do a diff. You must send the complete object.
The ID of the VPC to be updated
List of VPCs Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Deletes the VPC and shuts down the kinesis feed.
The ID of the VPC to be retrieved
An empty array
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Enables flow polling for the indicated VPC
Numeric ID of the VPC to get
List of VPCs Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Disables flow polling for the indicated VPC
Numeric ID of the VPC to get
List of VPCs Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Returns an array of vpc status objects.
List of VPC States.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific VPC from the ID supplied in the path.
The ID of the vpc to be returned.
List of VPC States.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Return all regions for each provider.
An object which contains response metadata information and a data object containing the region array.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Returns VPC regions for a specific provider/flowtype.
Flow Type to filter the VPC regions list by
An object which contains response metadata information and a data object containing the region array.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Last updated