Create Super Metric Using POST
Create a SuperMetric with the given name, formula and description
The SuperMetric to create
Show optional properties
{
"formula": "string",
"name": "string"
}
{
"description": "string",
"formula": "string",
"id": "string",
"modificationTime": "string",
"name": "string"
}
The description of the SuperMetric
The formula expression of the SuperMetric
The unique ID of the SuperMetric. This will be null when creating a SuperMetric, but it is required when updating an existing SuperMetric.
Last modification time of the SuperMetric
The name of the SuperMetric
The created SuperMetric from the server
{
"description": "string",
"formula": "string",
"id": "string",
"modificationTime": "string",
"name": "string"
}
The description of the SuperMetric
The formula expression of the SuperMetric
The unique ID of the SuperMetric. This will be null when creating a SuperMetric, but it is required when updating an existing SuperMetric.
Last modification time of the SuperMetric
The name of the SuperMetric