Entity Tags for Entity Group

Request

URI

POST /api/v1/properties/query

Payload

[
    {
        "entityGroup": "nur-entities-name",
        "type": "$entity_tags",
        "startDate": "now - 1 * DAY",
        "endDate": "now",
    }
]

Response

[
    {
        "type": "$entity_tags",
        "entity": "nurswgvml003",
        "key": {},
        "tags": {
            "app": "Shared NFS/CIFS disk, ntp server",
            "app-test": "1",
            "ip": "192.0.2.2",
            "os": "Linux"
        },
        "date": "2018-09-08T09:37:13Z"
    },
    {
        "type": "$entity_tags",
        "entity": "nurswgvml006",
        "key": {},
        "tags": {
            "app": "Hadoop/HBase",
            "ip": "192.0.2.5",
            "os": "Linux"
        },
        "date": "2018-09-08T09:37:13Z"
    },
    {
        "type": "$entity_tags",
        "entity": "nurswgvml007",
        "key": {},
        "tags": {
            "alias": "007",
            "app": "ATSD",
            "ip": "192.0.2.6",
            "loc_area": "dc2",
            "loc_code": "nur,nur",
            "os": "Linux"
        },
        "date": "2018-09-08T09:37:13Z"
    }
]