TenantSummary Models
Datos de métricas
Endpoints
Retrieve by ID
GET https://dev.v3manager.com/api/model/metricData/[id]
Retrieve many
GET https://dev.v3manager.com/api/model/metricData
Create
POST https://dev.v3manager.com/api/model/metricData
Update
POST https://dev.v3manager.com/api/model/metricData/[id]
Delete
DELETE https://dev.v3manager.com/api/model/metricData/[id]
Fields
| Name |
Label |
Type |
Required |
Readonly |
| id |
Referencia |
int |
no |
yes |
| metric |
métrica |
string |
yes |
no |
| tenant |
Tenant |
string |
yes |
no |
| result |
Resultado |
string |
yes |
no |
| created |
Fecha de creación |
datetime |
no |
yes |
| createUser |
Creado por |
int |
no |
yes |
| updated |
Fecha de actualización |
datetime |
no |
yes |
| updateUser |
Actualizado por |
int |
no |
yes |
| deleted |
Eliminado |
bool |
no |
yes |