Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
System Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
system
System Manager
Commits
65e37b4b
Commit
65e37b4b
authored
1 month ago
by
Amin Ben Romdhane
Browse files
Options
Downloads
Patches
Plain Diff
Update Data Model Description file
parent
15d05506
Loading
Loading
1 merge request
!32
Update Data Model Description file
Pipeline
#204943
passed
1 month ago
Stage: static_code_analysis
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/datamodel_description.json
+121
-0
121 additions, 0 deletions
src/datamodel_description.json
with
121 additions
and
0 deletions
src/datamodel_description.json
+
121
−
0
View file @
65e37b4b
...
...
@@ -36,6 +36,127 @@
""
,
"([0-9A-Fa-f][0-9A-Fa-f]:){5}([0-9A-Fa-f][0-9A-Fa-f])"
]
},
"Device.DeviceInfo.NetworkProperties."
:
{
"type"
:
"object"
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"This object defines the parameters that describe how the device handles network traffic."
,
"access"
:
false
,
"array"
:
false
,
"{BBF_VENDOR_PREFIX}ActiveConnections"
:
{
"type"
:
"int"
,
"read"
:
true
,
"write"
:
false
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"Number of currently active network connections."
,
"datatype"
:
"int"
},
"{BBF_VENDOR_PREFIX}MaxConnections"
:
{
"type"
:
"int"
,
"read"
:
true
,
"write"
:
false
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"Maximum number of simultaneous network connections supported."
,
"datatype"
:
"int"
}
},
"Device.DeviceInfo.ProcessStatus."
:
{
"type"
:
"object"
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"Status of the processes on the device."
,
"access"
:
false
,
"array"
:
false
,
"{BBF_VENDOR_PREFIX}MaxProcessEntries"
:
{
"type"
:
"int"
,
"read"
:
true
,
"write"
:
false
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"Maximum number of process entries that can be reported by the device."
,
"default"
:
"-1"
,
"datatype"
:
"int"
,
"range"
:
[
{
"min"
:
-1
,
"max"
:
255
}
]
},
"{BBF_VENDOR_PREFIX}ProcessCurrentSortingMethod"
:
{
"type"
:
"string"
,
"read"
:
true
,
"write"
:
true
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"Current sorting method used for listing process entries (e.g., PID, Memory, CPU_Time)."
,
"datatype"
:
"string"
},
"{BBF_VENDOR_PREFIX}ProcessSupportedSortingMethods"
:
{
"type"
:
"string"
,
"read"
:
true
,
"write"
:
false
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"<<list>> List items indicate the supported process sorting methods."
,
"list"
:
{
"datatype"
:
"string"
,
"enumerations"
:
[
"PID"
,
"Memory"
,
"CPU_Time"
]
}
}
},
"Device.DeviceInfo.{BBF_VENDOR_PREFIX}FileDescriptors."
:
{
"type"
:
"object"
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"Object providing file descriptor usage statistics."
,
"access"
:
false
,
"array"
:
false
,
"MaxAllowed"
:
{
"type"
:
"int"
,
"read"
:
true
,
"write"
:
false
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"Maximum number of file descriptors allowed by the system."
,
"datatype"
:
"int"
},
"Used"
:
{
"type"
:
"int"
,
"read"
:
true
,
"write"
:
false
,
"protocols"
:
[
"cwmp"
,
"usp"
],
"description"
:
"Number of file descriptors currently in use."
,
"datatype"
:
"int"
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment