Skip to content

Customer access.

GET
/api/infraprotect/namespaces/system/infraprotect/access
curl --request GET \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/infraprotect/namespaces/system/infraprotect/access \
--header 'Authorization: <Authorization>'

RPC to GET customer access and availability info.

Examples of this operation.

A successful response.

Media typeapplication/json
Response to get customer access flags

Infraprotect and L3/L4 DDoS accessibility and availability flags response.

object
l3l4
object
data_expected_ts
Data expected

If set then it indicates the date when we expect the customer to have data present.

string format: date-time
<= 1024 characters
data_present
Data present

If true then the customer has some data available, otherwise no data available.

boolean format: boolean
enabled
Enabled

If true then the customer has this feature enabled.

boolean format: boolean
Examplegenerated
{
"l3l4": {
"data_expected_ts": "2026-04-15T12:00:00Z",
"data_present": true,
"enabled": true
}
}

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