Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos.toolbox
Commits
53bfe1fe
Commit
53bfe1fe
authored
Mar 20, 2018
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
monitor: add json schema for instance state file
parent
2d7be8cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
190 additions
and
0 deletions
+190
-0
slapos/monitor/doc/monitor_instance.schema.json
slapos/monitor/doc/monitor_instance.schema.json
+190
-0
No files found.
slapos/monitor/doc/monitor_instance.schema.json
0 → 100644
View file @
53bfe1fe
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"description"
:
"Monitor Instance global information."
,
"additionalProperties"
:
false
,
"properties"
:{
"title"
:{
"description"
:
"Title of the monitor instance."
,
"type"
:
"string"
},
"specialise_title"
:{
"description"
:
"Title of the root instance or parent instance"
,
"type"
:
"string"
},
"portal_type"
:{
"description"
:
"Portal type of the document."
,
"type"
:
"string"
},
"date"
:{
"description"
:
"Date of the instance status."
,
"format"
:
"date-time"
,
"type"
:
"string"
},
"status"
:{
"description"
:
"instance status."
,
"type"
:
"string"
,
"enum"
:[
"ERROR"
,
"OK"
]
},
"state"
:{
"description"
:
"Success and failure count"
,
"properties"
:{
"error"
:{
"description"
:
"Number of promise failure."
,
"type"
:
"integer"
},
"success"
:{
"description"
:
"Number of promise OK."
,
"type"
:
"integer"
}
},
"type"
:
"object"
},
"type"
:{
"description"
:
"Type of the document."
,
"type"
:
"string"
},
"aggregate_reference"
:{
"description"
:
"Computer Reference linked to this instance."
,
"type"
:
"string"
},
"ipv4"
:{
"description"
:
"IPv4 of the computer partition."
,
"type"
:
"string"
},
"ipv6"
:{
"description"
:
"IPv6 of the computer partition."
,
"type"
:
"string"
},
"software_release"
:{
"description"
:
"URL of the software release deployed."
,
"type"
:
"string"
},
"software_type"
:{
"description"
:
"Software type deployed."
,
"type"
:
"string"
},
"partition_id"
:{
"description"
:
"Computer Partition Reference of this instance."
,
"type"
:
"string"
},
"_links"
:{
"description"
:
"List of URLs"
,
"properties"
:{
"rss_url"
:{
"description"
:
"URL of Instance RSS"
,
"properties"
:{
"href"
:{
"description"
:
"URL link"
,
"type"
:
"string"
,
"format"
:
"uri"
}
},
"type"
:
"object"
},
"public_url"
:{
"description"
:
"URL of Instance public folder"
,
"properties"
:{
"href"
:{
"description"
:
"URL link"
,
"type"
:
"string"
,
"format"
:
"uri"
}
},
"type"
:
"object"
},
"private_url"
:{
"description"
:
"URL of Instance private folder"
,
"properties"
:{
"href"
:{
"description"
:
"URL link"
,
"type"
:
"string"
,
"format"
:
"uri"
}
},
"type"
:
"object"
},
"related_monitor"
:{
"description"
:
"list of URL of sub monitor instances"
,
"items"
:{
"description"
:
"Dictionary containing monitor URLs."
,
"properties"
:{
"href"
:{
"description"
:
"URL link"
,
"type"
:
"string"
,
"format"
:
"uri"
}
},
"type"
:
"object"
},
"type"
:
"array"
,
"default"
:[
]
}
},
"type"
:
"object"
},
"data"
:{
"description"
:
"Generated data documents name"
,
"properties"
:{
"state"
:{
"description"
:
"Data file for monitor promise state."
,
"type"
:
"string"
,
"default"
:
""
},
"process_state"
:{
"description"
:
"Data file for processes consumption history."
,
"type"
:
"string"
,
"default"
:
""
},
"process_resource"
:{
"description"
:
"Data file for detailed processes resource consumption."
,
"type"
:
"string"
,
"default"
:
""
},
"memory_resource"
:{
"description"
:
"Data file for memory resource consumption history."
,
"type"
:
"string"
,
"default"
:
""
},
"io_resource"
:{
"description"
:
"Data file for IO resource consumption history."
,
"type"
:
"string"
,
"default"
:
""
},
"monitor_process_state"
:{
"description"
:
"Data file for global processes consumption."
,
"type"
:
"string"
,
"default"
:
""
}
},
"type"
:
"object"
},
"parameters"
:
{
"description"
:
"Instance parameters or info to show on monitor"
,
"items"
:
{
"properties"
:
{
"key"
:{
"description"
:
"Parameter key."
,
"type"
:
"string"
,
"default"
:
""
},
"value"
:{
"description"
:
"Parameter value."
,
"type"
:
"string"
},
"title"
:{
"description"
:
"Parameter title to show in monitor."
,
"type"
:
"string"
}
}
},
"type"
:
"array"
,
"default"
:
[]
}
},
"type"
:
"object"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment