-
Notifications
You must be signed in to change notification settings - Fork 2
properties.json
firepick1 (pixel) edited this page Jul 7, 2014
·
5 revisions
Return/update JSON CVE mutable properties. Properties are added to the CVE FireSight pipeline as parameters available to all stages.
- MIME: application/json
- status: 404 Cannot locate CVE or pipeline specification
- status: 500 Internal application error
- parameter:json Properties JSON
- status: 405 Method not supported
- status: 500 Internal application error
- parameter:json Updated properties JSON.
- status: 405 Method not supported
- status: 500 Internal application error
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
or2.5
) - a string (e.g., "red")
- an array of numbers (e.g., [255,255,255])