Connectors
...
Actions
Get Attribute by Id
4 min
description retrieve details for a specific attribute in misp by providing the unique attribute id endpoint url attributes/view/{{attributeid}} method get inputs path parameters (object) – required attributeid (string) – required headers (object) – required accept (string) – required content type (string) – required output example \[ { "attribute" { "id" "12345", "event id" "12345", "object id" "12345", "object relation" "sensor", "category" "internal reference", "type" "md5", "value" "127 0 0 1", "to ids" true, "uuid" "c99506a6 1255 4b71 afa5 7b8ba48c3b1b", "timestamp" "1617875568", "distribution" "0", "sharing group id" "1", "comment" "logged source ip", "deleted" false, "disable correlation" false, "first seen" "1581984000000000", "last seen" "1581984000000000" } } ] output parameters attribute (object) id (string) event id (string) object id (string) object relation (string) category (string) type (string) value (string) to ids (boolean) uuid (string) timestamp (string) distribution (string) sharing group id (string) comment (string) deleted (boolean) disable correlation (boolean) first seen (string) last seen (string)