Marketplace Stats
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/marketplace-stats/component_usages/ |
Return component usages for current month |
| GET | /api/marketplace-stats/component_usages_per_month/ |
Return component usages per month |
| GET | /api/marketplace-stats/component_usages_per_project/ |
Return component usages per project |
| GET | /api/marketplace-stats/count_active_resources_grouped_by_offering_country/ |
Count active resources grouped by offering country |
| GET | /api/marketplace-stats/count_active_resources_grouped_by_offering/ |
Count active resources grouped by offering |
| GET | /api/marketplace-stats/count_active_resources_grouped_by_organization_group/ |
Count active resources grouped by organization group |
| GET | /api/marketplace-stats/count_projects_grouped_by_provider_and_industry_flag/ |
Count projects grouped by provider and industry flag |
| GET | /api/marketplace-stats/count_projects_grouped_by_provider_and_oecd/ |
Count projects grouped by provider and OECD code |
| GET | /api/marketplace-stats/count_projects_of_service_providers_grouped_by_oecd/ |
Count projects of service providers grouped by OECD |
| GET | /api/marketplace-stats/count_projects_of_service_providers/ |
Count projects of service providers |
| GET | /api/marketplace-stats/count_unique_users_connected_with_active_resources_of_service_provider/ |
Count unique users connected with active resources of service provider |
| GET | /api/marketplace-stats/count_users_of_service_providers/ |
Count users of service providers |
| GET | /api/marketplace-stats/customer_member_count/ |
Return count of customer members |
| GET | /api/marketplace-stats/offerings_counter_stats/ |
Offerings counter stats |
| GET | /api/marketplace-stats/organization_project_count/ |
Return project count per organization |
| GET | /api/marketplace-stats/organization_resource_count/ |
Return resource count per organization |
| GET | /api/marketplace-stats/projects_limits_grouped_by_industry_flag/ |
Group project limits by industry flag |
| GET | /api/marketplace-stats/projects_limits_grouped_by_oecd/ |
Group project limits by OECD code |
| GET | /api/marketplace-stats/projects_usages_grouped_by_industry_flag/ |
Group project usages by industry flag |
| GET | /api/marketplace-stats/projects_usages_grouped_by_oecd/ |
Group project usages by OECD code |
| GET | /api/marketplace-stats/resource_provisioning_stats/ |
Get resource provisioning statistics |
| GET | /api/marketplace-stats/resources_limits/ |
Return resources limits per offering |
| GET | /api/marketplace-stats/total_cost_of_active_resources_per_offering/ |
Total cost of active resources per offering |
| GET | /api/marketplace-stats/user_affiliation_count/ |
Return user count grouped by affiliation |
| GET | /api/marketplace-stats/user_auth_method_count/ |
Return user count grouped by authentication method |
| GET | /api/marketplace-stats/user_identity_source_count/ |
Return user count grouped by identity source |
| GET | /api/marketplace-stats/user_organization_count/ |
Return user count grouped by organization |
Return component usages for current month
Return component usages for current month.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_stats_component_usages_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
usage |
string (decimal) | Total usage amount |
offering_uuid |
string (uuid) | UUID of the offering |
component_type |
string | Type of the component |
offering_country |
string | Country of the offering |
organization_group_name |
string | Name of the organization group |
organization_group_uuid |
string | UUID of the organization group |
Return component usages per month
Return component usages per month.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
usage |
string (decimal) | Total usage amount |
offering_uuid |
string (uuid) | UUID of the offering |
component_type |
string | Type of the component |
offering_country |
string | Country of the offering |
organization_group_name |
string | Name of the organization group |
organization_group_uuid |
string | UUID of the organization group |
month |
integer | Month of the billing period |
year |
integer | Year of the billing period |
Return component usages per project
Return component usages per project.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
project_uuid |
string (uuid) | UUID of the project |
component_type |
string | Type of the component |
usage |
integer | Total usage for the component |
Count active resources grouped by offering country
Count active resources grouped by offering country.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
country |
string | Country code of the offering |
count |
integer | Number of offerings in this country |
Count active resources grouped by offering
Count active resources grouped by offering.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
count |
integer | Number of resources for the offering |
name |
string | Name of the offering |
uuid |
string | UUID of the offering |
country |
string | Country of the offering |
Count active resources grouped by organization group
Count active resources grouped by organization group.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
name |
string | Name from the record |
uuid |
string | UUID from the record |
count |
integer | Count value from the record |
Count projects grouped by provider and industry flag
Count projects grouped by provider and industry flag
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
name |
string | Name from the record |
uuid |
string | UUID from the record |
count |
integer | Count value from the record |
abbreviation |
string | Customer abbreviation from the record |
is_industry |
string | Industry classification flag |
Count projects grouped by provider and OECD code
Count projects grouped by provider and OECD code
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
name |
string | Name from the record |
uuid |
string | UUID from the record |
count |
integer | Count value from the record |
abbreviation |
string | Customer abbreviation from the record |
oecd |
string |
Count projects of service providers grouped by OECD
Count projects of service providers grouped by OECD.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
service_provider_uuid |
string (uuid) | UUID of the service provider |
customer_uuid |
string (uuid) | UUID of the customer |
customer_name |
string | Name of the customer |
customer_organization_group_uuid |
string | UUID of the customer's organization group |
customer_organization_group_name |
string | Name of the customer's organization group |
count |
integer | Count value |
oecd_fos_2007_name |
string |
Count projects of service providers
Count projects of service providers.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
service_provider_uuid |
string (uuid) | UUID of the service provider |
customer_uuid |
string (uuid) | UUID of the customer |
customer_name |
string | Name of the customer |
customer_organization_group_uuid |
string | UUID of the customer's organization group |
customer_organization_group_name |
string | Name of the customer's organization group |
count |
integer | Count value |
Count unique users connected with active resources of service provider
Count unique users connected with active resources of service provider.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
customer_uuid |
string (uuid) | UUID of the customer |
customer_name |
string | Name of the customer |
count_users |
integer | Number of unique users |
Count users of service providers
Count users of service providers.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
service_provider_uuid |
string (uuid) | UUID of the service provider |
customer_uuid |
string (uuid) | UUID of the customer |
customer_name |
string | Name of the customer |
customer_organization_group_uuid |
string | UUID of the customer's organization group |
customer_organization_group_name |
string | Name of the customer's organization group |
count |
integer | Count value |
Return count of customer members
Return count of customer members.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_stats_customer_member_count_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | UUID of the customer |
name |
string | Name of the customer |
abbreviation |
string | Abbreviation of the customer |
count |
integer | Number of members |
has_resources |
boolean | Whether the customer has resources |
Offerings counter stats
Retrieve statistics about the number of offerings, grouped by category and service provider.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_stats_offerings_counter_stats_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
category_uuid |
string (uuid) | UUID of the category |
category_title |
string | Title of the category |
service_provider_name |
string | Name of the service provider |
service_provider_uuid |
string (uuid) | UUID of the service provider |
count |
integer | Number of offerings |
Return project count per organization
Return project count per organization.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
name |
string | Name from the record |
uuid |
string | UUID from the record |
count |
integer | Count value from the record |
abbreviation |
string | Customer abbreviation from the record |
Return resource count per organization
Return resource count per organization.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
name |
string | Name from the record |
uuid |
string | UUID from the record |
count |
integer | Count value from the record |
abbreviation |
string | Customer abbreviation from the record |
Group project limits by industry flag
Group project limits by industry flag.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 | |
200 -
| Field | Type | Description |
|---|---|---|
limits |
object (free-form) | Nested dictionary of resource limits by category and component type |
Group project limits by OECD code
Group project limits by OECD code.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 | |
200 -
| Field | Type | Description |
|---|---|---|
limits |
object (free-form) | Nested dictionary of resource limits by category and component type |
Group project usages by industry flag
Group project usages by industry flag.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 | |
200 -
| Field | Type | Description |
|---|---|---|
usages |
object (free-form) | Nested dictionary of usage values by category and component type |
Group project usages by OECD code
Group project usages by OECD code.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 | |
200 -
| Field | Type | Description |
|---|---|---|
usages |
object (free-form) | Nested dictionary of usage values by category and component type |
Get resource provisioning statistics
Get resource provisioning statistics.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
last_minutes |
integer | Filter by last N minutes. Default is 60. |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
offering_uuid |
string (uuid) | UUID of the offering |
offering_name |
string | Name of the offering |
service_provider_uuid |
string (uuid) | UUID of the service provider |
service_provider_name |
string | Name of the service provider |
provisioning_count |
integer | Total finished provisioning attempts (DONE + ERRED) |
provisioning_success_count |
integer | Total successful provisioning attempts (DONE) |
provisioning_error_count |
integer | Total failed provisioning attempts (ERRED) |
provisioning_in_progress_count |
integer | Total currently in-progress provisioning attempts |
provisioning_success_rate |
number (double) | Rate of successful provisioning (0.0 to 1.0) |
avg_provisioning_duration |
number (double) | Average duration in seconds from Executing to Terminal state |
avg_pending_duration |
number (double) | Average duration in seconds from Creation to Executing state |
Return resources limits per offering
Return resources limits per offering.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_stats_resources_limits_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
offering_uuid |
string (uuid) | UUID of the offering |
name |
string | Name of the limit |
value |
integer | Limit value |
offering_country |
string | Country of the offering |
organization_group_name |
string | Name of the organization group |
organization_group_uuid |
string | UUID of the organization group |
Total cost of active resources per offering
Total cost of active resources per offering.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
offering_uuid |
string (uuid) | UUID of the offering |
offering_name |
string | Name of the offering |
cost |
number (double) | Total cost for the offering |
Return user count grouped by affiliation
Return user count grouped by affiliation.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_stats_user_affiliation_count_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
affiliation |
string | Affiliation name |
count |
integer | Number of users |
Return user count grouped by authentication method
Return user count grouped by authentication method.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_stats_user_auth_method_count_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
method |
string | Authentication method |
count |
integer | Number of users |
Return user count grouped by identity source
Return user count grouped by identity source.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
identity_source |
string | Identity source |
count |
integer | Number of users |
Return user count grouped by organization
Return user count grouped by organization.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_stats_user_organization_count_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
organization |
string | Organization name |
count |
integer | Number of users |