Analytics

Analytics Overview Historical

post
Authorizations
Body

Request Historical

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
typestring · enumRequired

Stat Type

Possible values:
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
calc_typeany ofOptionalDefault: request_number
string · enumOptionalPossible values:
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/overview_report/historical HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 147

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "type": "hit",
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "calc_type": "request_number"
}

No content

Analytics Overview Top Resources

post
Authorizations
Body

Request Limit

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
limitany ofOptional

Limit

integerOptional
or
nullOptional
pageany ofOptionalDefault: 1
integerOptional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/overview_report/top_resources HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 124

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "limit": 1,
  "page": 1
}

No content

Analytics Overview Errors

post
Authorizations
Body

Request Limit

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
limitany ofOptional

Limit

integerOptional
or
nullOptional
pageany ofOptionalDefault: 1
integerOptional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/overview_report/errors HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 124

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "limit": 1,
  "page": 1
}

No content

Analytics Overview Visitors Countries

post
Authorizations
Body

Request Limit

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
limitany ofOptional

Limit

integerOptional
or
nullOptional
pageany ofOptionalDefault: 1
integerOptional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/overview_report/visitors_countries HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 124

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "limit": 1,
  "page": 1
}

No content

Analytics Overview Active Hit Traffic

post
Authorizations
Path parameters
typeanyRequired

This parameter “traffic, hit, requests, hit_ratio, bandwidth, gpu_transaction, storage “ values.

Body

Request Histogram

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
intervalany ofOptional

Indicates the time range of the data to be retrieved.

stringOptional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/overview_report/active_{type} HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 123

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "interval": "text"
}

No content

Analytics Cache Histogram Traffic

post
Authorizations
Path parameters
cache_typeanyRequired
Body

Request Histogram

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
intervalany ofOptional

Indicates the time range of the data to be retrieved.

stringOptional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/{cache_type}_traffic_report/graph HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 123

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "interval": "text"
}

No content

Analytics Histogram Traffic

post
Authorizations
Path parameters
typeanyRequired

This parameter “traffic, hit, requests, hit_ratio, bandwidth, gpu_transaction, storage “ values.

Body

Request Histogram

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
intervalany ofOptional

Indicates the time range of the data to be retrieved.

stringOptional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/{type}_report/graph HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 123

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "interval": "text"
}

No content

Analytics Histogram Status.2Xx

post
Authorizations
Path parameters
status_codeanyRequired
Body

Request Histogram

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
intervalany ofOptional

Indicates the time range of the data to be retrieved.

stringOptional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/status_report/graph/{status_code} HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 123

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "interval": "text"
}

No content

Analytics Overview Historical

post
Authorizations
Body

Request objects

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/traffic_report/detail HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 105

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59"
}

No content

Analytics Overview Historical

post
Authorizations
Body

Request objects

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/requests_report/detail HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 105

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59"
}

No content

Analytics Error List

post
Authorizations
Query parameters
pageintegerOptional

Page number

Default: 1
Body
organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
page_sizeany ofOptional

Page Size

integerOptional
or
nullOptional
statusCodesinteger[]Optional

List of status codes

Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/error_logs/status_codes HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 137

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "page_size": 1,
  "statusCodes": [
    1
  ]
}

No content

Analytics Status Code

post
Authorizations
Body

Request objects

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/error_report/status_codes HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 105

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59"
}

No content

Analytics Overview Historical

post
Body

Request Historical

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
typestring · enumRequired

Stat Type

Possible values:
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
calc_typeany ofOptionalDefault: request_number
string · enumOptionalPossible values:
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/local/billing/analytic HTTP/1.1
Host: cloud.medianova.com
Content-Type: application/json
Accept: */*
Content-Length: 147

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "type": "hit",
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "calc_type": "request_number"
}

No content

Analytics Overview Region

post
Authorizations
Body

Request objects

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/overview_report/region HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 105

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59"
}

No content

Analytics Overview Region Billing

post
Authorizations
Body

Request objects

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/overview_report/region_billing HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 105

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59"
}

No content

GPU Stat Details

post
Authorizations
Body

Format Filter

organization_uuidstringRequired
resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
agg_typestring · enumOptionalDefault: formatPossible values:
io_process_filterany ofOptional

Image Optimization Process Filter

Default: all
stringOptional
or
string[]Optional
or
nullOptional
format_filterany ofOptional

Format Filter

Default: all
stringOptional
or
string[]Optional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/overview_report/gpu_stat_details HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 173

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "agg_type": "format",
  "io_process_filter": "all",
  "format_filter": "all"
}

No content

GPU Histogram Details

post
Authorizations
Body

Request Histogram

organization_uuidstringRequired

The unique identifier of the organization.

resourcesany ofOptional

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources.

string[]Optional
or
nullOptional
fromstring · date-timeRequired

It is considered the starting point in a specific date range.

Example: 2024-11-12 00:00:00
tostring · date-timeRequired

It is considered the last point in a given date range.

Example: 2024-11-12 23:59:59
intervalany ofOptional

Indicates the time range of the data to be retrieved.

stringOptional
or
nullOptional
Responses
200
Successful Response
application/json
Responseany
post
POST /api/v1/overview_report/gpu_histogram_details HTTP/1.1
Host: cloud.medianova.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 123

{
  "organization_uuid": "text",
  "resources": [
    "text"
  ],
  "from": "2024-11-12 00:00:00",
  "to": "2024-11-12 23:59:59",
  "interval": "text"
}

No content

Last updated

Was this helpful?