GET
/
billing
/
v1
/
report_features
Report features
curl --request GET \
  --url https://api.gcore.com/billing/v1/report_features \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "next": "https://api.gcore.com/billing/v1/report_features?offset=30&limit=10",
  "previous": "https://api.gcore.com/billing/v1/report_features?offset=10&limit=10",
  "results": [
    {
      "id": 1,
      "name_en": "CDN consumption",
      "product_id": 1,
      "product_name_en": "CDN",
      "report_statistics_unit_id": 1,
      "report_statistics_unit_name_en": "GB"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

limit
integer

Number of results to return per page.

metric_int_name
string

Specify a metric's internal name.

name_en
string

Specify a feature's name.

offset
integer

The initial index from which to return the results.

ordering
enum<string>[]

Ordering * id - Id * -id - Id (descending) * name_en - Name en * -name_en - Name en (descending) * product_name - Product name * -product_name - Product name (descending) * product_internal_name - Product internal name * -product_internal_name - Product internal name (descending)

product_internal_name
enum<string>

Specify a product's internal name. Possible values:

IDNameInternal Name
1CDNCDN
2Object StorageSTORAGE
3Web SecurityDDOS
4StreamingSTREAMING
5CloudCLOUD
6Colocation ServicesCONNECT
9DDoS ProtectionINFRASTRUCTURE_PROTECTION
10Managed DNSDNS
11Other ServicesOTHER_SERVICES
12Premium SupportPREMIUM_SUPPORT
13ConnectivityCONNECTIVITY
14Hosting (G-Hosting)GHOST
15Managed ServicesMANAGED_SERVICES
16RentRENT
17Software developmentSOFTWARE_DEVELOPMENT
18VM WareVMWARE
19LaaSLAAS
20AWS CloudAWS_CLOUD
21Fast EdgeFAST_EDGE
22Technical SupportTECHNICAL_SUPPORT
Available options:
CDN,
STORAGE,
DDOS,
STREAMING,
CLOUD,
CONNECT,
INFRASTRUCTURE_PROTECTION,
DNS,
OTHER_SERVICES,
PREMIUM_SUPPORT,
CONNECTIVITY,
GHOST,
MANAGED_SERVICES,
RENT,
SOFTWARE_DEVELOPMENT,
VMWARE,
LAAS,
AWS_CLOUD,
FAST_EDGE,
TECHNICAL_SUPPORT
product_name
enum<string>

Specify a product's name. Possible values:

IDNameInternal Name
1CDNCDN
2Object StorageSTORAGE
3Web SecurityDDOS
4StreamingSTREAMING
5CloudCLOUD
6Colocation ServicesCONNECT
9DDoS ProtectionINFRASTRUCTURE_PROTECTION
10Managed DNSDNS
11Other ServicesOTHER_SERVICES
12Premium SupportPREMIUM_SUPPORT
13ConnectivityCONNECTIVITY
14Hosting (G-Hosting)GHOST
15Managed ServicesMANAGED_SERVICES
16RentRENT
17Software developmentSOFTWARE_DEVELOPMENT
18VM WareVMWARE
19LaaSLAAS
20AWS CloudAWS_CLOUD
21Fast EdgeFAST_EDGE
22Technical SupportTECHNICAL_SUPPORT
Available options:
CDN,
Object Storage,
Web Security,
Streaming,
Cloud,
Colocation Services,
DDoS Protection,
Managed DNS,
Other Services,
Premium Support,
Connectivity,
Hosting (G-Hosting),
Managed Services,
Rent,
Software development,
VM Ware,
LaaS,
AWS Cloud,
Fast Edge,
Technical Support

Response

200 - application/json

The response is of type object.