Skip to content

Instantly share code, notes, and snippets.

@ganeshrn
Created October 12, 2020 13:56
Show Gist options
  • Save ganeshrn/55eb9be6b1623853ceadf746066898da to your computer and use it in GitHub Desktop.
Save ganeshrn/55eb9be6b1623853ceadf746066898da to your computer and use it in GitHub Desktop.
show_interface_schema_iosxr
{
"type" : "object",
"patternProperties": {
"^[a-zA-Z]+$": {
"type": "object",
"properties": {
"auto_negotiate": {
"type": "boolean"
},
"enabled": {
"type": "number"
},
"bandwidth": {
"type": "number"
},
"bandwidth_max": {
"type": "number"
},
"carrier_delay_up": {
"type": "number"
},
"type": "object",
"properties": {
"in_errors": {
"type": "number"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment