show service order network resources
Syntax
show service order network resources service-instance
Description
Display all network resources for the specified service instance.
Options
|
service-instance |
Display the network resources used by the specified service instance in the JSON format. |
Sample Output
show service order network resources
root@6e0385b1eca> show service order network resources test-1_l3vpn-1
{
"bandwidth": [
{
"poolpath": [
{
"name": "LAX",
"type": "pop"
},
{
"name": "LAX1",
"type": "pe"
}
],
<output snipped>
"poolpath": [
{
"name": "ethernet",
"type": "ifType"
},
{
"name": "40000",
"type": "ifSpeed"
},
{
"name": "ce4",
"type": "ce"
},
{
"name": "LAX",
"type": "pop"
},
{
"name": "LAX2",
"type": "pe"
},
{
"name": "ge-0/0/2",
"type": "port"
}
],
]
}
]
}Release Information
Command introduced in Juniper Paragon Automation Release 2.3.0.