admin_schemav2
Creates, updates, deletes, gets or lists a admin_schemav2
resource.
Overview
Name | admin_schemav2 |
Type | Resource |
Id | google.apigee.admin_schemav2 |
Fields
Name | Datatype | Description |
---|---|---|
dimensions | array | List of schema fields grouped as dimensions. |
meta | array | Additional metadata associated with schema. This is a legacy field and usually consists of an empty array of strings. |
metrics | array | List of schema fields grouped as dimensions that can be used with an aggregate function such as sum , avg , min , and max . |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
organizations_environments_analytics_admin_get_schemav2 | SELECT | environmentsId, organizationsId | Gets a list of metrics and dimensions that can be used to create analytics queries and reports. Each schema element contains the name of the field, its associated type, and a flag indicating whether it is a standard or custom field. |
SELECT
examples
Gets a list of metrics and dimensions that can be used to create analytics queries and reports. Each schema element contains the name of the field, its associated type, and a flag indicating whether it is a standard or custom field.
SELECT
dimensions,
meta,
metrics
FROM google.apigee.admin_schemav2
WHERE environmentsId = '{{ environmentsId }}'
AND organizationsId = '{{ organizationsId }}';