Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
b789b8cf56bafb6b105f8816ee1526ce2ccf01ca
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
TopologyClustersDevices.json
blob: 6077d9d733a7534813e0e6455ffa8a2ddba45f9b [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"title"
:
"devices"
,
"required"
:
[
"devices"
],
"properties"
:
{
"devices"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"cluster"
,
"wrapped"
:
true
},
"items"
:
{
"type"
:
"string"
,
"title"
:
"device"
,
"example"
:
"of:0000000000000001"
}
}
}
}