From 613a1d65369ec8761866ceddd19851837acb37b8 Mon Sep 17 00:00:00 2001 From: Koen Van Impe Date: Sat, 7 Mar 2020 08:59:09 +0100 Subject: [PATCH] Taxonomy to describe desired actions for Cytomic Orion --- cytomic_orion/machinetag.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 cytomic_orion/machinetag.json diff --git a/cytomic_orion/machinetag.json b/cytomic_orion/machinetag.json new file mode 100644 index 0000000..de1e036 --- /dev/null +++ b/cytomic_orion/machinetag.json @@ -0,0 +1,31 @@ +{ + "namespace": "cytomic-orion", + "description": "Taxonomy to describe desired actions for Cytomic Orion", + "version": 1, + "expanded": "cytomic-orion", + "predicates": [ + { + "value": "action", + "expanded": "API action", + "description": "Desired action of background jobs with the API", + "exclusive": true + } + ], + "values": [ + { + "predicate": "action", + "entry": [ + { + "value": "upload", + "expanded": "upload", + "description": "Upload IOC to Cytomic Orion" + }, + { + "value": "delete", + "expanded": "delete", + "description": "Delete IOC from Cytomic Orion" + } + ] + } + ] +}