Skip to main content

IO River API

Download OpenAPI specification:Download

IO River REST API Reference

Account Providers

Get all account providers

Returns the list of account providers of an account.

Authorizations:
API Key: IORiver authentication

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new account provider

Adds a new account provider to an account.

Authorizations:
API Key: IORiver authentication
Request Body schema: application/json
commitment_gb_per_month
number or null <double> >= 0
enable_commitment
boolean
provider
required
integer

Responses

Request samples

Content type
application/json
{
  • "commitment_gb_per_month": 0,
  • "enable_commitment": true,
  • "provider": 0
}

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "commitment_gb_per_month": 0,
  • "enable_commitment": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "provider": 0,
  • "provider_details": {
    },
  • "service_uids": "string"
}

Delete an existing account provider

Removes an existing account provider from an account.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>

Responses

Retrieve an account provider

Gets a specific account provider.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "commitment_gb_per_month": 0,
  • "enable_commitment": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "provider": 0,
  • "provider_details": {
    },
  • "service_uids": "string"
}

Update an existing account provider

Updates an existing account provider of an account.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
Request Body schema: application/json
commitment_gb_per_month
number or null <double> >= 0
enable_commitment
boolean
provider
required
integer

Responses

Request samples

Content type
application/json
{
  • "commitment_gb_per_month": 0,
  • "enable_commitment": true,
  • "provider": 0
}

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "commitment_gb_per_month": 0,
  • "enable_commitment": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "provider": 0,
  • "provider_details": {
    },
  • "service_uids": "string"
}

Certificates

Get all certificates

Returns the list of certificates of an account.

Authorizations:
API Key: IORiver authentication

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new certificate

Adds a new certificate to an account.

Authorizations:
API Key: IORiver authentication
Request Body schema: application/json
cn
string <= 8192 characters
name
required
string <= 255 characters
not_valid_after
string or null <date-time>
Array of objects (ProviderCertificate)
type
string <= 255 characters

Responses

Request samples

Content type
application/json
{
  • "cn": "string",
  • "name": "string",
  • "not_valid_after": "2019-08-24T14:15:22Z",
  • "providers_certificates": [
    ],
  • "type": "string"
}

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "challenges": "string",
  • "cn": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "not_valid_after": "2019-08-24T14:15:22Z",
  • "providers_certificates": [
    ],
  • "status": "string",
  • "type": "string"
}

Delete an existing certificate

Removes an existing certificate from an account.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>

Responses

Retrieve a certificate

Gets a specific certificate.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "challenges": "string",
  • "cn": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "not_valid_after": "2019-08-24T14:15:22Z",
  • "providers_certificates": [
    ],
  • "status": "string",
  • "type": "string"
}

Update an existing certificate

Updates an existing certificate of an account.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
Request Body schema: application/json
cn
string <= 8192 characters
name
required
string <= 255 characters
not_valid_after
string or null <date-time>
Array of objects (ProviderCertificate)
type
string <= 255 characters

Responses

Request samples

Content type
application/json
{
  • "cn": "string",
  • "name": "string",
  • "not_valid_after": "2019-08-24T14:15:22Z",
  • "providers_certificates": [
    ],
  • "type": "string"
}

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "challenges": "string",
  • "cn": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "not_valid_after": "2019-08-24T14:15:22Z",
  • "providers_certificates": [
    ],
  • "status": "string",
  • "type": "string"
}

Purge

get_all_purges

Authorizations:
API Key: IORiver Authentication
path Parameters
service_id
required
string <uuid>

IORiver service ID

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Purge by paths/patterns

Purge by paths/patterns

Authorizations:
API Key: IORiver Authentication
path Parameters
service_id
required
string
Request Body schema: application/json
patterns
required
Array of strings

Responses

Request samples

Content type
application/json
{
  • "patterns": [
    ]
}

Purge all

Purge all

Authorizations:
API Key: IORiver Authentication
path Parameters
service_id
required
string <uuid>

IORiver service ID

Responses

Services

Get all services

Returns the list of services of an account.

Authorizations:
API Key: IORiver authentication

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new service

Adds a new service to an account.

Authorizations:
API Key: IORiver authentication
Request Body schema: application/json
certificate
string <uuid>
description
string or null <= 255 characters

Some useful description

enable_extended_statistics
boolean
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$

A service name.

(ServiceTemplateEnum (string or null)) or (BlankEnum (any or null)) or (NullEnum (any or null))

Responses

Request samples

Content type
application/json
{
  • "certificate": "b7dc5fd8-9c23-4dd8-a5cb-7431da1854eb",
  • "description": "string",
  • "enable_extended_statistics": true,
  • "name": "string",
  • "service_template": "DEFAULT"
}

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "certificate": "b7dc5fd8-9c23-4dd8-a5cb-7431da1854eb",
  • "cname": "string",
  • "description": "string",
  • "enable_extended_statistics": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "read_only": true,
  • "service_template": "DEFAULT",
  • "service_uid": "string"
}

Delete an existing service

Removes an existing service from an account.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>

Responses

Retrieve a service

Gets a specific service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "certificate": "b7dc5fd8-9c23-4dd8-a5cb-7431da1854eb",
  • "cname": "string",
  • "description": "string",
  • "enable_extended_statistics": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "read_only": true,
  • "service_template": "DEFAULT",
  • "service_uid": "string"
}

Update an existing service

Updates an existing service of an account.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
Request Body schema: application/json
description
string or null <= 255 characters

Some useful description

Responses

Request samples

Content type
application/json
{
  • "description": "string"
}

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "certificate": "b7dc5fd8-9c23-4dd8-a5cb-7431da1854eb",
  • "cname": "string",
  • "description": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "read_only": true,
  • "service_uid": "string"
}

Provider Exists

Check if given CDN provider already has a service matching given domain

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string
query Parameters
account_provider_id
required
string <uuid>

Account provider ID

Responses

Response samples

Content type
application/json
{
  • "exists": true,
  • "service_name": "string"
}

services

services_modify_extended_stats_update

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string
Request Body schema: application/json
certificate
string <uuid>
description
string or null <= 255 characters

Some useful description

enable_extended_statistics
boolean
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$

A service name.

(ServiceTemplateEnum (string or null)) or (BlankEnum (any or null)) or (NullEnum (any or null))

Responses

Request samples

Content type
application/json
{
  • "certificate": "b7dc5fd8-9c23-4dd8-a5cb-7431da1854eb",
  • "description": "string",
  • "enable_extended_statistics": true,
  • "name": "string",
  • "service_template": "DEFAULT"
}

Response samples

Content type
application/json
{
  • "account": "f5b54a51-a98c-44cf-bb68-a676332e7d12",
  • "certificate": "b7dc5fd8-9c23-4dd8-a5cb-7431da1854eb",
  • "cname": "string",
  • "description": "string",
  • "enable_extended_statistics": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "read_only": true,
  • "service_template": "DEFAULT",
  • "service_uid": "string"
}

Behaviors

Get all behaviors

Returns the list of behaviors of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new behavior

Adds a new behavior to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
required
Array of objects (BehaviorAction)
is_default
boolean
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
path_pattern
required
string <= 1024 characters
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "behavior_actions": [
    ],
  • "is_default": true,
  • "name": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "behavior_actions": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_default": true,
  • "name": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Reset default behavior

Reset default behavior

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string
Request Body schema: application/json
required
Array of objects (BehaviorAction)
is_default
boolean
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
path_pattern
required
string <= 1024 characters
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "behavior_actions": [
    ],
  • "is_default": true,
  • "name": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "behavior_actions": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_default": true,
  • "name": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Delete an existing behavior

Removes an existing behavior from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a behavior

Gets a specific behavior.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "behavior_actions": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_default": true,
  • "name": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Update an existing behavior

Updates an existing behavior of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
required
Array of objects (BehaviorAction)
is_default
boolean
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
path_pattern
required
string <= 1024 characters
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "behavior_actions": [
    ],
  • "is_default": true,
  • "name": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "behavior_actions": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_default": true,
  • "name": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Computes

Get all compute functions

Returns the list of compute functions of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new compute function

Adds a new compute function to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
required
Array of objects (ComputeRoute)
name
required
string <= 255 characters ^(?=[a-zA-Z_])(?=\S)([a-zA-Z]|[a-zA-Z][a-zA-Z...
request_code
string or null <= 1048576 characters
response_code
string or null <= 1048576 characters
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "compute_routes": [
    ],
  • "name": "string",
  • "request_code": "string",
  • "response_code": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "compute_routes": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "request_code": "string",
  • "response_code": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Delete an existing compute function

Removes an existing compute function from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a compute function

Gets a specific compute function.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "compute_routes": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "request_code": "string",
  • "response_code": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Update an existing compute function

Updates an existing compute function of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
required
Array of objects (ComputeRoute)
name
required
string <= 255 characters ^(?=[a-zA-Z_])(?=\S)([a-zA-Z]|[a-zA-Z][a-zA-Z...
request_code
string or null <= 1048576 characters
response_code
string or null <= 1048576 characters
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "compute_routes": [
    ],
  • "name": "string",
  • "request_code": "string",
  • "response_code": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "compute_routes": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "request_code": "string",
  • "response_code": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Domain Mappings

Get all domain mappings

Returns the list of domain mappings of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new domain mapping

Adds a new domain mapping to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
domain
required
string <= 255 characters
load_balancer
string or null <uuid>
origin
string or null <uuid>
path_pattern
string or null <= 1024 characters
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "domain": "string",
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "origin": "25c01b72-1ac4-4529-8608-f700e1b2b431",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "domain": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "load_balancer_object": "string",
  • "origin": "25c01b72-1ac4-4529-8608-f700e1b2b431",
  • "origin_object": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Delete an existing domain mapping

Removes an existing domain mapping from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a domain mapping

Gets a specific domain mapping.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "domain": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "load_balancer_object": "string",
  • "origin": "25c01b72-1ac4-4529-8608-f700e1b2b431",
  • "origin_object": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Update an existing domain mapping

Updates an existing domain mapping of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
domain
required
string <= 255 characters
load_balancer
string or null <uuid>
origin
string or null <uuid>
path_pattern
string or null <= 1024 characters
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "domain": "string",
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "origin": "25c01b72-1ac4-4529-8608-f700e1b2b431",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "domain": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "load_balancer_object": "string",
  • "origin": "25c01b72-1ac4-4529-8608-f700e1b2b431",
  • "origin_object": "string",
  • "path_pattern": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Geo Restrictions

Get all geo restrictions

Returns the list of geo restrictions of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new geo restriction

Adds a new geo restriction to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
required
Array of objects (GeoRestrictionCountry)
service
required
string <uuid>
type
required
string (GeoRestrictionTypeEnum)
Enum: "allow" "deny"
  • allow - Allow
  • deny - Deny

Responses

Request samples

Content type
application/json
{
  • "countries": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "allow"
}

Response samples

Content type
application/json
{
  • "countries": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "allow"
}

Delete an existing geo restriction

Removes an existing geo restriction from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a geo restriction

Gets a specific geo restriction.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "countries": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "allow"
}

Update an existing geo restriction

Updates an existing geo restriction of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
required
Array of objects (GeoRestrictionCountry)
service
required
string <uuid>
type
required
string (GeoRestrictionTypeEnum)
Enum: "allow" "deny"
  • allow - Allow
  • deny - Deny

Responses

Request samples

Content type
application/json
{
  • "countries": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "allow"
}

Response samples

Content type
application/json
{
  • "countries": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "allow"
}

Health Checks

Get all health-checks

Returns the list of health-checks of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new health-check

Adds a new health-check to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
enabled
boolean
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
service
required
string <uuid>
url
required
string <= 1024 characters

Responses

Request samples

Content type
application/json
{
  • "enabled": true,
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Response samples

Content type
application/json
{
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Delete an existing health-check

Removes an existing health-check from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a health-check

Gets a specific health-check.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Update an existing health-check

Updates an existing health-check of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
enabled
boolean
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
service
required
string <uuid>
url
required
string <= 1024 characters

Responses

Request samples

Content type
application/json
{
  • "enabled": true,
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Response samples

Content type
application/json
{
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Load Balancers

Get all load-balancers

Returns the list of load-balancers of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new load-balancer

Adds a new load-balancer to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
required
Array of objects (LoadBalancerOriginSet)
service
required
string <uuid>
type
required
string (LoadBalancerTypeEnum)
Value: "weighted"
  • weighted - Weighted

Responses

Request samples

Content type
application/json
{
  • "name": "string",
  • "origin_sets": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "weighted"
}

Response samples

Content type
application/json
{
  • "custom_rules": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "origin_sets": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "weighted"
}

Delete an existing load-balancer

Removes an existing load-balancer from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a load-balancer

Gets a specific load-balancer.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "custom_rules": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "origin_sets": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "weighted"
}

Update an existing load-balancer

Updates an existing load-balancer of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
required
Array of objects (LoadBalancerOriginSet)
service
required
string <uuid>
type
required
string (LoadBalancerTypeEnum)
Value: "weighted"
  • weighted - Weighted

Responses

Request samples

Content type
application/json
{
  • "name": "string",
  • "origin_sets": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "weighted"
}

Response samples

Content type
application/json
{
  • "custom_rules": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "origin_sets": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "weighted"
}

Load Balancer Custom Rules

Get all load-balancer custom rules

Returns the list of load-balancer custom rules of a load-balancer.

Authorizations:
API Key: IORiver authentication
path Parameters
load_balancer_id
required
string
service_id
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new load-balancer custom rule

Adds a new load-balancer custom rule to a load-balancer.

Authorizations:
API Key: IORiver authentication
path Parameters
load_balancer_id
required
string
service_id
required
string
Request Body schema: application/json
load_balancer
required
string <uuid>
matching_rule
required
any
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
origin_set
required
string <uuid>
priority
integer or null <int64> [ -9223372036854776000 .. 9223372036854776000 ]

Responses

Request samples

Content type
application/json
{
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "matching_rule": null,
  • "name": "string",
  • "origin_set": "ef7a9ba9-aa71-439d-ba74-768e986e8c01",
  • "priority": -9223372036854776000
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "matching_rule": null,
  • "name": "string",
  • "origin_set": "ef7a9ba9-aa71-439d-ba74-768e986e8c01",
  • "origin_set_name": "string",
  • "priority": -9223372036854776000
}

Delete an existing load-balancer custom rule

Removes an existing load-balancer custom rule from a load-balancer.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
load_balancer_id
required
string
service_id
required
string

Responses

Retrieve a load-balancer custom rule

Gets a specific load-balancer custom rule.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
load_balancer_id
required
string
service_id
required
string

Responses

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "matching_rule": null,
  • "name": "string",
  • "origin_set": "ef7a9ba9-aa71-439d-ba74-768e986e8c01",
  • "origin_set_name": "string",
  • "priority": -9223372036854776000
}

Update an existing load-balancer custom rule

Updates an existing load-balancer custom rule of a load-balancer.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
load_balancer_id
required
string
service_id
required
string
Request Body schema: application/json
load_balancer
required
string <uuid>
matching_rule
required
any
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
origin_set
required
string <uuid>
priority
integer or null <int64> [ -9223372036854776000 .. 9223372036854776000 ]

Responses

Request samples

Content type
application/json
{
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "matching_rule": null,
  • "name": "string",
  • "origin_set": "ef7a9ba9-aa71-439d-ba74-768e986e8c01",
  • "priority": -9223372036854776000
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "load_balancer": "8047d617-fd88-4d96-bc7a-f7af422a4684",
  • "matching_rule": null,
  • "name": "string",
  • "origin_set": "ef7a9ba9-aa71-439d-ba74-768e986e8c01",
  • "origin_set_name": "string",
  • "priority": -9223372036854776000
}

Logs Destinations

Get all loggings

Returns the list of loggings of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new logging

Adds a new logging to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
credentials
string
name
string
s3_bucket
required
string
s3_domain
string <= 1024 characters
s3_path
string <= 1024 characters
s3_region
string <= 1024 characters
service
required
string <uuid>
type
string (UnifiedLogDestinationTypeEnum)
Enum: "S3" "S3_COMPATIBLE"
  • S3 - S3
  • S3_COMPATIBLE - S3 Compatible

Responses

Request samples

Content type
application/json
{
  • "credentials": "string",
  • "name": "string",
  • "s3_bucket": "string",
  • "s3_domain": "string",
  • "s3_path": "string",
  • "s3_region": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "S3"
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "s3_bucket": "string",
  • "s3_domain": "string",
  • "s3_path": "string",
  • "s3_region": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "S3"
}

Delete an existing logging

Removes an existing logging from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a logging

Gets a specific logging.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "s3_bucket": "string",
  • "s3_domain": "string",
  • "s3_path": "string",
  • "s3_region": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "S3"
}

Update an existing logging

Updates an existing logging of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
credentials
string
name
string
s3_bucket
required
string
s3_domain
string <= 1024 characters
s3_path
string <= 1024 characters
s3_region
string <= 1024 characters
service
required
string <uuid>
type
string (UnifiedLogDestinationTypeEnum)
Enum: "S3" "S3_COMPATIBLE"
  • S3 - S3
  • S3_COMPATIBLE - S3 Compatible

Responses

Request samples

Content type
application/json
{
  • "credentials": "string",
  • "name": "string",
  • "s3_bucket": "string",
  • "s3_domain": "string",
  • "s3_path": "string",
  • "s3_region": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "S3"
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "s3_bucket": "string",
  • "s3_domain": "string",
  • "s3_path": "string",
  • "s3_region": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "S3"
}

Origin Sets

Get all origin-sets

Returns the list of origin-sets of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new origin-set

Adds a new origin-set to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
required
Array of objects (OriginSetMember)
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "name": "string",
  • "origins": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "origins": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Delete an existing origin-set

Removes an existing origin-set from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve an origin-set

Gets a specific origin-set.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "origins": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Update an existing origin-set

Updates an existing origin-set of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
required
Array of objects (OriginSetMember)
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "name": "string",
  • "origins": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "origins": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Origins

Get all origins

Returns the list of origins of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new origin

Adds a new origin to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
host
required
string <= 255 characters (^(?=.{1,253}\.)[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-...
is_private_s3
boolean
is_s3
boolean
path
string
port
required
integer [ 0 .. 65535 ]
protocol
string (ProtocolEnum)
Enum: "HTTP" "HTTPS" "HTTP & HTTPS"
  • HTTP - Http
  • HTTPS - Https
  • HTTP & HTTPS - Both
s3_aws_region
string or null
s3_bucket_name
string or null
service
required
string <uuid>
object or null
shield_location
any or null
Array of objects (OriginShieldProvider)
timeout_ms
integer or null [ -2147483648 .. 2147483647 ]
type
string (OriginTypeEnum)
Enum: "CUSTOM" "SERVICE_PROVIDER"
  • CUSTOM - Custom
  • SERVICE_PROVIDER - Service Provider

Responses

Request samples

Content type
application/json
{
  • "host": "string",
  • "is_private_s3": true,
  • "is_s3": true,
  • "path": "string",
  • "port": 65535,
  • "protocol": "HTTP",
  • "s3_aws_region": "string",
  • "s3_bucket_name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "service_provider": {
    },
  • "shield_location": null,
  • "shield_providers": [
    ],
  • "timeout_ms": -2147483648,
  • "type": "CUSTOM"
}

Response samples

Content type
application/json
{
  • "host": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_private_s3": true,
  • "is_s3": true,
  • "path": "string",
  • "port": 65535,
  • "protocol": "HTTP",
  • "s3_aws_region": "string",
  • "s3_bucket_name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "service_provider": {
    },
  • "shield_location": null,
  • "shield_providers": [
    ],
  • "timeout_ms": -2147483648,
  • "type": "CUSTOM"
}

Delete an existing origin

Removes an existing origin from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve an origin

Gets a specific origin.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "host": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_private_s3": true,
  • "is_s3": true,
  • "path": "string",
  • "port": 65535,
  • "protocol": "HTTP",
  • "s3_aws_region": "string",
  • "s3_bucket_name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "service_provider": {
    },
  • "shield_location": null,
  • "shield_providers": [
    ],
  • "timeout_ms": -2147483648,
  • "type": "CUSTOM"
}

Update an existing origin

Updates an existing origin of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
host
required
string <= 255 characters (^(?=.{1,253}\.)[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-...
is_private_s3
boolean
is_s3
boolean
path
string
port
required
integer [ 0 .. 65535 ]
protocol
string (ProtocolEnum)
Enum: "HTTP" "HTTPS" "HTTP & HTTPS"
  • HTTP - Http
  • HTTPS - Https
  • HTTP & HTTPS - Both
s3_aws_region
string or null
s3_bucket_name
string or null
service
required
string <uuid>
object or null
shield_location
any or null
Array of objects (OriginShieldProvider)
timeout_ms
integer or null [ -2147483648 .. 2147483647 ]
type
string (OriginTypeEnum)
Enum: "CUSTOM" "SERVICE_PROVIDER"
  • CUSTOM - Custom
  • SERVICE_PROVIDER - Service Provider

Responses

Request samples

Content type
application/json
{
  • "host": "string",
  • "is_private_s3": true,
  • "is_s3": true,
  • "path": "string",
  • "port": 65535,
  • "protocol": "HTTP",
  • "s3_aws_region": "string",
  • "s3_bucket_name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "service_provider": {
    },
  • "shield_location": null,
  • "shield_providers": [
    ],
  • "timeout_ms": -2147483648,
  • "type": "CUSTOM"
}

Response samples

Content type
application/json
{
  • "host": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_private_s3": true,
  • "is_s3": true,
  • "path": "string",
  • "port": 65535,
  • "protocol": "HTTP",
  • "s3_aws_region": "string",
  • "s3_bucket_name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "service_provider": {
    },
  • "shield_location": null,
  • "shield_providers": [
    ],
  • "timeout_ms": -2147483648,
  • "type": "CUSTOM"
}

Performance Checks

Get all performance-checks

Returns the list of performance-checks of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new performance-check

Adds a new performance-check to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
enabled
boolean
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
service
required
string <uuid>
url
required
string <= 1024 characters

Responses

Request samples

Content type
application/json
{
  • "enabled": true,
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Response samples

Content type
application/json
{
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Delete an existing performance-check

Removes an existing performance-check from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a performance-check

Gets a specific performance-check.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Update an existing performance-check

Updates an existing performance-check of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
enabled
boolean
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
service
required
string <uuid>
url
required
string <= 1024 characters

Responses

Request samples

Content type
application/json
{
  • "enabled": true,
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Response samples

Content type
application/json
{
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "url": "string"
}

Protocol Configs

Get all protocol configs

Returns the list of protocol configs of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new protocol config

Adds a new protocol config to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
http2_enabled
boolean

Allow HTTP/2

http3_enabled
boolean

Allow HTTP/3

ipv6_enabled
boolean

Enable IPv6

service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "http2_enabled": true,
  • "http3_enabled": true,
  • "ipv6_enabled": true,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "http2_enabled": true,
  • "http3_enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "ipv6_enabled": true,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Delete an existing protocol config

Removes an existing protocol config from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a protocol config

Gets a specific protocol config.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "http2_enabled": true,
  • "http3_enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "ipv6_enabled": true,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Update an existing protocol config

Updates an existing protocol config of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
http2_enabled
boolean

Allow HTTP/2

http3_enabled
boolean

Allow HTTP/3

ipv6_enabled
boolean

Enable IPv6

service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "http2_enabled": true,
  • "http3_enabled": true,
  • "ipv6_enabled": true,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "http2_enabled": true,
  • "http3_enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "ipv6_enabled": true,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

ServiceProviders

Get all service-providers

Returns the list of service-providers of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new service-provider

Adds a new service-provider to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
account_provider
string <uuid>
akamai_amd_stream
string or null
cname
string or null <= 255 characters
display_name
string or null <= 255 characters
is_unmanaged
boolean
Default: false
service
required
string <uuid>
use_akamai_media_services
boolean

Responses

Request samples

Content type
application/json
{
  • "account_provider": "47bf4c54-d188-4d3d-9806-5f87b0246c21",
  • "akamai_amd_stream": "string",
  • "cname": "string",
  • "display_name": "string",
  • "is_unmanaged": false,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "use_akamai_media_services": true
}

Response samples

Content type
application/json
{
  • "account_provider": "47bf4c54-d188-4d3d-9806-5f87b0246c21",
  • "akamai_amd_stream": "string",
  • "cname": "string",
  • "display_name": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "restored": true,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "status": "string",
  • "status_details": "string",
  • "use_akamai_media_services": true
}

Delete an existing service-provider

Removes an existing service-provider from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a service-provider

Gets a specific service-provider.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "account_provider": "47bf4c54-d188-4d3d-9806-5f87b0246c21",
  • "akamai_amd_stream": "string",
  • "cname": "string",
  • "display_name": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "restored": true,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "status": "string",
  • "status_details": "string",
  • "use_akamai_media_services": true
}

Update an existing service-provider

Updates an existing service-provider of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
account_provider
string <uuid>
akamai_amd_stream
string or null
cname
string or null <= 255 characters
display_name
string or null <= 255 characters
is_unmanaged
boolean
Default: false
service
required
string <uuid>
use_akamai_media_services
boolean

Responses

Request samples

Content type
application/json
{
  • "account_provider": "47bf4c54-d188-4d3d-9806-5f87b0246c21",
  • "akamai_amd_stream": "string",
  • "cname": "string",
  • "display_name": "string",
  • "is_unmanaged": false,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "use_akamai_media_services": true
}

Response samples

Content type
application/json
{
  • "account_provider": "47bf4c54-d188-4d3d-9806-5f87b0246c21",
  • "akamai_amd_stream": "string",
  • "cname": "string",
  • "display_name": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "restored": true,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "status": "string",
  • "status_details": "string",
  • "use_akamai_media_services": true
}

Request Logs

Get all request-loggings

Returns the list of request-loggings of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new request-logging

Adds a new request-logging to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
bucket_name
required
string <= 1024 characters
credentials
required
string <= 4096 characters
domain
string <= 1024 characters
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
path
string <= 1024 characters
service
required
string <uuid>
type
required
string (Type565Enum)
Value: "AWS_S3"
  • AWS_S3 - Aws S3

Responses

Request samples

Content type
application/json
{
  • "bucket_name": "string",
  • "credentials": "string",
  • "domain": "string",
  • "name": "string",
  • "path": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "AWS_S3"
}

Response samples

Content type
application/json
{
  • "bucket_name": "string",
  • "domain": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "path": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "AWS_S3"
}

Delete an existing request-logging

Removes an existing request-logging from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a request-logging

Gets a specific request-logging.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "bucket_name": "string",
  • "domain": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "path": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "AWS_S3"
}

Update an existing request-logging

Updates an existing request-logging of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
bucket_name
required
string <= 1024 characters
credentials
required
string <= 4096 characters
domain
string <= 1024 characters
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
path
string <= 1024 characters
service
required
string <uuid>
type
required
string (Type565Enum)
Value: "AWS_S3"
  • AWS_S3 - Aws S3

Responses

Request samples

Content type
application/json
{
  • "bucket_name": "string",
  • "credentials": "string",
  • "domain": "string",
  • "name": "string",
  • "path": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "AWS_S3"
}

Response samples

Content type
application/json
{
  • "bucket_name": "string",
  • "domain": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "path": "string",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "AWS_S3"
}

Request Log Rules

Get all request-logging rules

Returns the list of request-logging rules of a request-logging.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new request-logging rule

Adds a new request-logging rule to a request-logging.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string
Request Body schema: application/json
destination
required
string <uuid>
log_body
boolean
methods
required
string <= 100 characters
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
path_pattern
required
string <= 1024 characters
sampling_rate
required
integer [ 0 .. 100 ]
service
required
string <uuid>
stage
string (StageEnum)
Value: "origin-request"
  • origin-request - Origin Request

Responses

Request samples

Content type
application/json
{
  • "destination": "5332a938-399a-405c-8866-445d97d52324",
  • "log_body": true,
  • "methods": "string",
  • "name": "string",
  • "path_pattern": "string",
  • "sampling_rate": 100,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "stage": "origin-request"
}

Response samples

Content type
application/json
{
  • "destination": "5332a938-399a-405c-8866-445d97d52324",
  • "destination_name": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "log_body": true,
  • "methods": "string",
  • "name": "string",
  • "path_pattern": "string",
  • "sampling_rate": 100,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "stage": "origin-request"
}

Delete an existing request-logging rule

Removes an existing request-logging rule from a request-logging.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string

Responses

Retrieve a request-logging rule

Gets a specific request-logging rule.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string

Responses

Response samples

Content type
application/json
{
  • "destination": "5332a938-399a-405c-8866-445d97d52324",
  • "destination_name": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "log_body": true,
  • "methods": "string",
  • "name": "string",
  • "path_pattern": "string",
  • "sampling_rate": 100,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "stage": "origin-request"
}

Update an existing request-logging rule

Updates an existing request-logging rule of a request-logging.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string
Request Body schema: application/json
destination
required
string <uuid>
log_body
boolean
methods
required
string <= 100 characters
name
required
string <= 255 characters ^[a-zA-Z0-9_\-\s]*$
path_pattern
required
string <= 1024 characters
sampling_rate
required
integer [ 0 .. 100 ]
service
required
string <uuid>
stage
string (StageEnum)
Value: "origin-request"
  • origin-request - Origin Request

Responses

Request samples

Content type
application/json
{
  • "destination": "5332a938-399a-405c-8866-445d97d52324",
  • "log_body": true,
  • "methods": "string",
  • "name": "string",
  • "path_pattern": "string",
  • "sampling_rate": 100,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "stage": "origin-request"
}

Response samples

Content type
application/json
{
  • "destination": "5332a938-399a-405c-8866-445d97d52324",
  • "destination_name": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "log_body": true,
  • "methods": "string",
  • "name": "string",
  • "path_pattern": "string",
  • "sampling_rate": 100,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "stage": "origin-request"
}

Traffic Policies

Get all traffic policies

Returns the list of traffic policies of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new traffic policy

Adds a new traffic policy to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
enable_performance_penalty
boolean or null
failover
boolean
required
Array of objects (TrafficPolicyGeo)
required
Array of objects (TrafficPolicyHealthCheck)
is_default
boolean
required
Array of objects (TrafficPolicyPerformanceCheck)
performance_penalty
integer or null [ 10 .. 300 ]
required
Array of objects (TrafficPolicyProvider)
service
required
string <uuid>
type
required
string (TrafficPolicyTypeEnum)
Enum: "Static" "Dynamic" "Cost based"
  • Static - Static
  • Dynamic - Dynamic
  • Cost based - Cost Based

Responses

Request samples

Content type
application/json
{
  • "enable_performance_penalty": true,
  • "failover": true,
  • "geos": [
    ],
  • "health_checks": [
    ],
  • "is_default": true,
  • "performance_checks": [
    ],
  • "performance_penalty": 10,
  • "providers": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "Static"
}

Response samples

Content type
application/json
{
  • "enable_performance_penalty": true,
  • "failover": true,
  • "geos": [
    ],
  • "health_checks": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_default": true,
  • "performance_checks": [
    ],
  • "performance_penalty": 10,
  • "providers": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "Static"
}

Delete an existing traffic policy

Removes an existing traffic policy from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a traffic policy

Gets a specific traffic policy.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "enable_performance_penalty": true,
  • "failover": true,
  • "geos": [
    ],
  • "health_checks": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_default": true,
  • "performance_checks": [
    ],
  • "performance_penalty": 10,
  • "providers": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "Static"
}

Update an existing traffic policy

Updates an existing traffic policy of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
enable_performance_penalty
boolean or null
failover
boolean
required
Array of objects (TrafficPolicyGeo)
required
Array of objects (TrafficPolicyHealthCheck)
is_default
boolean
required
Array of objects (TrafficPolicyPerformanceCheck)
performance_penalty
integer or null [ 10 .. 300 ]
required
Array of objects (TrafficPolicyProvider)
service
required
string <uuid>
type
required
string (TrafficPolicyTypeEnum)
Enum: "Static" "Dynamic" "Cost based"
  • Static - Static
  • Dynamic - Dynamic
  • Cost based - Cost Based

Responses

Request samples

Content type
application/json
{
  • "enable_performance_penalty": true,
  • "failover": true,
  • "geos": [
    ],
  • "health_checks": [
    ],
  • "is_default": true,
  • "performance_checks": [
    ],
  • "performance_penalty": 10,
  • "providers": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "Static"
}

Response samples

Content type
application/json
{
  • "enable_performance_penalty": true,
  • "failover": true,
  • "geos": [
    ],
  • "health_checks": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_default": true,
  • "performance_checks": [
    ],
  • "performance_penalty": 10,
  • "providers": [
    ],
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd",
  • "type": "Static"
}

WAF Custom Rules

Get all waf custom rules

Returns the list of waf custom rules of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new waf custom rule

Adds a new waf custom rule to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
action
string <= 50 characters
required
Array of objects (WAFCustomRuleConditionGroup)
duration_seconds
integer or null [ -2147483648 .. 2147483647 ]
enabled
boolean
internal_id
integer or null [ -2147483648 .. 2147483647 ]
name
required
string <= 255 characters
num_of_requests
integer or null [ -2147483648 .. 2147483647 ]
priority
integer or null <int64> [ -9223372036854776000 .. 9223372036854776000 ]
time_window_seconds
integer or null [ -2147483648 .. 2147483647 ]
type
string
waf
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "action": "string",
  • "condition_groups": [
    ],
  • "duration_seconds": -2147483648,
  • "enabled": true,
  • "internal_id": -2147483648,
  • "name": "string",
  • "num_of_requests": -2147483648,
  • "priority": -9223372036854776000,
  • "time_window_seconds": -2147483648,
  • "type": "string",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Response samples

Content type
application/json
{
  • "action": "string",
  • "condition_groups": [
    ],
  • "duration_seconds": -2147483648,
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "internal_id": -2147483648,
  • "name": "string",
  • "num_of_requests": -2147483648,
  • "priority": -9223372036854776000,
  • "service_uid": "string",
  • "time_window_seconds": -2147483648,
  • "type": "string",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Delete an existing waf custom rule

Removes an existing waf custom rule from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a waf custom rule

Gets a specific waf custom rule.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "action": "string",
  • "condition_groups": [
    ],
  • "duration_seconds": -2147483648,
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "internal_id": -2147483648,
  • "name": "string",
  • "num_of_requests": -2147483648,
  • "priority": -9223372036854776000,
  • "service_uid": "string",
  • "time_window_seconds": -2147483648,
  • "type": "string",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Update an existing waf custom rule

Updates an existing waf custom rule of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
action
string <= 50 characters
required
Array of objects (WAFCustomRuleConditionGroup)
duration_seconds
integer or null [ -2147483648 .. 2147483647 ]
enabled
boolean
internal_id
integer or null [ -2147483648 .. 2147483647 ]
name
required
string <= 255 characters
num_of_requests
integer or null [ -2147483648 .. 2147483647 ]
priority
integer or null <int64> [ -9223372036854776000 .. 9223372036854776000 ]
time_window_seconds
integer or null [ -2147483648 .. 2147483647 ]
type
string
waf
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "action": "string",
  • "condition_groups": [
    ],
  • "duration_seconds": -2147483648,
  • "enabled": true,
  • "internal_id": -2147483648,
  • "name": "string",
  • "num_of_requests": -2147483648,
  • "priority": -9223372036854776000,
  • "time_window_seconds": -2147483648,
  • "type": "string",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Response samples

Content type
application/json
{
  • "action": "string",
  • "condition_groups": [
    ],
  • "duration_seconds": -2147483648,
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "internal_id": -2147483648,
  • "name": "string",
  • "num_of_requests": -2147483648,
  • "priority": -9223372036854776000,
  • "service_uid": "string",
  • "time_window_seconds": -2147483648,
  • "type": "string",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

WAF Loggings

Get all waf loggings

Returns the list of waf loggings of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create a new waf logging

Adds a new waf logging to a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>
Request Body schema: application/json
bucket_name
required
string <= 1024 characters
credentials
required
string <= 4096 characters
domain
string <= 1024 characters
enabled
boolean
path
string <= 1024 characters
type
required
string (Type565Enum)
Value: "AWS_S3"
  • AWS_S3 - Aws S3
waf
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "bucket_name": "string",
  • "credentials": "string",
  • "domain": "string",
  • "enabled": true,
  • "path": "string",
  • "type": "AWS_S3",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Response samples

Content type
application/json
{
  • "bucket_name": "string",
  • "domain": "string",
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "path": "string",
  • "type": "AWS_S3",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Delete an existing waf logging

Removes an existing waf logging from a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Retrieve a waf logging

Gets a specific waf logging.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "bucket_name": "string",
  • "domain": "string",
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "path": "string",
  • "type": "AWS_S3",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Update an existing waf logging

Updates an existing waf logging of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
bucket_name
required
string <= 1024 characters
credentials
required
string <= 4096 characters
domain
string <= 1024 characters
enabled
boolean
path
string <= 1024 characters
type
required
string (Type565Enum)
Value: "AWS_S3"
  • AWS_S3 - Aws S3
waf
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "bucket_name": "string",
  • "credentials": "string",
  • "domain": "string",
  • "enabled": true,
  • "path": "string",
  • "type": "AWS_S3",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Response samples

Content type
application/json
{
  • "bucket_name": "string",
  • "domain": "string",
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "path": "string",
  • "type": "AWS_S3",
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

WAF Managed Rule Sets

Get all WAF managed rule sets

Returns the list of WAF managed rule sets of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Retrieve a WAF managed rule set

Gets a specific WAF managed rule set.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "anomaly_threshold": 1,
  • "block": true,
  • "display_name": "string",
  • "enabled": true,
  • "groups": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "overrides": [
    ],
  • "paranoia_level": 1,
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Update an existing WAF managed rule set

Updates an existing WAF managed rule set of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
id
required
string <uuid>
service_id
required
string <uuid>
Request Body schema: application/json
anomaly_threshold
integer [ 1 .. 2147483647 ]
block
boolean
display_name
required
string <= 255 characters
enabled
boolean
required
Array of objects (WAFManagedRuleGroup)
name
required
string <= 50 characters
required
Array of objects (WAFOverrideManagedRule)
paranoia_level
integer [ 1 .. 4 ]
waf
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "anomaly_threshold": 1,
  • "block": true,
  • "display_name": "string",
  • "enabled": true,
  • "groups": [
    ],
  • "name": "string",
  • "overrides": [
    ],
  • "paranoia_level": 1,
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

Response samples

Content type
application/json
{
  • "anomaly_threshold": 1,
  • "block": true,
  • "display_name": "string",
  • "enabled": true,
  • "groups": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "overrides": [
    ],
  • "paranoia_level": 1,
  • "waf": "be821be9-8275-4bac-ad93-c8b47b26afea"
}

WAF

Retrieve WAF settings

Get WAF settings of a service.

Authorizations:
API Key: IORiver authentication
path Parameters
service
required
string

Responses

Response samples

Content type
application/json
{
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Update WAF settings

Authorizations:
API Key: IORiver authentication
path Parameters
service
required
string
Request Body schema: application/json
enabled
boolean
service
required
string <uuid>

Responses

Request samples

Content type
application/json
{
  • "enabled": true,
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Response samples

Content type
application/json
{
  • "enabled": true,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "service": "cd8c5e52-093e-43db-9c42-184f00e681dd"
}

Traffic Statistics

Get Traffic Overtime

Get Traffic Overtime

Authorizations:
API Key: IORiver Authentication
path Parameters
service_ids
required
string

Comma separated list of service IDs

query Parameters
startTime
required
integer
endTime
required
integer
granularity
string
Enum: "MINUTE" "HOUR" "DAY"

Responses

Response samples

Content type
application/json
{
  • "granularity": "MINUTE",
  • "serviceStats": [
    ]
}