summaryrefslogtreecommitdiffstats
path: root/integrations/schemas
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-07-25 12:59:36 -0400
committerGitHub <noreply@github.com>2023-07-25 22:29:36 +0530
commit00aa11bbfb077b9a1478dbd306aea5baf82c328d (patch)
tree6ef0df7f9503dc15ce5cef9ba1af6bb1d45f9b08 /integrations/schemas
parentfd1edfb699ea2572046a8f7189b6f389a3e22840 (diff)
Add quick_start key to deploy schema. (#15522)
Merging this one as well.
Diffstat (limited to 'integrations/schemas')
-rw-r--r--integrations/schemas/deploy.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/integrations/schemas/deploy.json b/integrations/schemas/deploy.json
index cda40fffee..fc07c6a334 100644
--- a/integrations/schemas/deploy.json
+++ b/integrations/schemas/deploy.json
@@ -91,6 +91,10 @@
"group",
"distro"
]
+ },
+ "quick_start": {
+ "type": "integer",
+ "description": "Indicates where the deploy integration should appear in the add nodes dialogue. A value less than 0 indicates that it should not appear on this dialogue."
}
},
"required": [
@@ -101,7 +105,8 @@
"methods",
"additional_info",
"related_resources",
- "platform_info"
+ "platform_info",
+ "quick_start"
]
}
}