Skip to content
firepick1 (pixel) edited this page Jul 7, 2014 · 5 revisions

CVE Operation

Return/update JSON CVE mutable properties. Properties are added to the CVE FireSight pipeline as parameters available to all stages.

HTTP GET

  • MIME: application/json
  • status: 404 Cannot locate CVE or pipeline specification
  • status: 500 Internal application error

HTTP POST (if supported)

  • parameter:json Properties JSON
  • status: 405 Method not supported
  • status: 500 Internal application error

HTTP PUT (if supported)

  • parameter:json Updated properties JSON.
  • status: 405 Method not supported
  • status: 500 Internal application error

JSON Format

The JSON format of properties.json is a simple JSON object whose keys are the property names. A property value can be:

  • a number (e.g., 3 or 2.5)
  • a string (e.g., "red")
  • an array of numbers (e.g., [255,255,255])

See Also

Clone this wiki locally