v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Dimension

Get a Dimension

Get Dimension.

get/v1/dimensions/item/{dimension_definition_id}

Response

Fetched successfully

sysIdstring

Identifier of the definition

createdOnstring date-time

Definition created on

updatedOnstring date-time

Definition updated on

ownerstring

Owner of the dimension definition

is_activeboolean required

States if the Dimension Definition is active or not

namestring required

Name of the Dimension Definition

descriptionstring

Description of Dimension Definition

master_account_idstring

Master account ID

source'Billing' required

Source of Dimension Definition

dimension_type'AccountGroup' | 'Custom' | 'Lens' | 'Service' | 'VirtualTags' required

Type of Dimension Definition

dimension_template_type'Custom' | 'Default' | 'Global' required

Type of Dimension Definition Template Used

is_cost_anomaly_detection_enabledboolean

If True, Cost Anomaly Detection will be enabled for all grouping rules under this Dimension

Example response

{
  "source": "Billing",
  "dimension_type": "AccountGroup",
  "dimension_template_type": "Custom"
}