Summary
Query NSO version
Description
This task will retrive the versions for remote NSO and Itential_tools
Route
No Northbound API Available
Roles
admin
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
This method has no parameters |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
array |
- |
Copied to Clipboard
[
{
"NSO": "quis occaecat Excepteur cupidatat"
},
{
"Itential-Tools": "ipsum culpa quis in"
}
]
Copied to Clipboard
{
"type": "array",
"items": [
{
"type": "object",
"title": "NSO Version",
"properties": {
"NSO": {
"title": "Version",
"type": "string"
}
},
"required": [
"NSO"
]
},
{
"type": "object",
"title": "Itential Tools Version",
"properties": {
"Itential-Tools": {
"title": "Version",
"type": "string"
}
},
"required": [
"Itential-Tools"
]
}
]
}