[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Create Super Metric
DescriptionCreate a SuperMetric with the given name, formula and description
Request
URLURL
https://localhost/suite-api/api/supermetrics
Request Body
Request Body
supermetric
of type(s) application/json, application/xml
Required
The SuperMetric to create
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
Supermetric
of type(s) application/json, application/xml
The created SuperMetric from the server
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"description":"string","formula":"string","id":"string","modificationTime":"string","name":"string"}' https://localhost/suite-api/api/supermetrics
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Super Metrics Operations
post
delete
get