Skip to content

List Network Interactions By Script.

GET
/api/shape/csd/namespaces/{namespace}/scripts/{id}/networkInteractions
curl --request GET \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/shape/csd/namespaces/example/scripts/example/networkInteractions \
--header 'Authorization: <Authorization>'

List all the network interactions for a script depending on start time and end time.

Examples of this operation.

namespace
required
string

Namespace Namespace.

id
required
string

ID script ID.

start_time
string

X-required format: unix epoch timestamp in seconds fetch network interactions whose timestamp >= start_time.

end_time
string

X-required format: unix epoch timestamp in seconds fetch network interactions whose timestamp <= end_time.

A successful response.

Media typeapplication/json
ListNetworkInteractionsByScriptResponse

Response to list network interactions by script.

object
network_interactions
network_interactions

List of network interactions depending upon time filter.

Array<object>
NetworkInteractionByScript

Network interaction information by script.

object
first_seen
first_seen

Format: unix epoch timestamp in milliseconds First seen time.

string
<= 1024 characters
last_seen
last_seen

Format: unix epoch timestamp in milliseconds Last seen time.

string
<= 1024 characters
name
name

Name of the domain.

string
>= 6 characters <= 1024 characters
risk_level
risk_level

Risk level of the script.

string
<= 1024 characters
status
status

Status of the domain.

string
>= 17 characters <= 1024 characters
total_size
total_size

Total size of scripts.

integer format: int32
Examplegenerated
{
"network_interactions": [
{
"first_seen": "example",
"last_seen": "example",
"name": "example",
"risk_level": "example",
"status": "example"
}
],
"total_size": 1
}

Returned when operation is not authorized.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when there is no permission to access resource.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when resource is not found.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation on resource is conflicting with current value.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation has been rejected as it is happening too frequently.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server encountered an error in processing API.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when service is unavailable temporarily.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server timed out processing request.

Media typeapplication/json
string format: string
Examplegenerated
example