Get the stored object representation
get/alertMetadata/storedObject
Returns the stored object representation for the Alerts table.
1{2 "name": "alerts",3 "dataStoreName": "ALERT_STORE",4 "tableName": "tdc_alert",5 "readOnly": true,6 "systemReserved": true,7 "historyEnabled": false,8 "validFromFieldName": "created_dttm",9 "fields": [10 {11 "name": "alert_id",12 "columnName": "alert_id",13 "dataType": "STRING",14 "displayIndex": 0,15 "length": 36,16 "primaryKeyField": true,17 "unique": true,18 "autoGenerated": false,19 "required": false,20 "primaryKeySeqNo": 0,21 "readOnly": false,22 "systemReserved": false,23 "localizedLabels": [24 {25 "localeCd": "en-US",26 "label": "Alert ID"27 }28 ],29 "autoGenStartValue": 0,30 "archived": false31 },32 {33 "name": "actionable_entity_type_nm",34 "columnName": "actionable_entity_type_nm",35 "dataType": "STRING",36 "displayIndex": 0,37 "length": 100,38 "primaryKeyField": false,39 "unique": false,40 "autoGenerated": false,41 "required": false,42 "primaryKeySeqNo": 0,43 "readOnly": false,44 "systemReserved": false,45 "localizedLabels": [46 {47 "localeCd": "en-US",48 "label": "Actionable entity type"49 }50 ],51 "autoGenStartValue": 0,52 "archived": false53 }54 ]55}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |