Created
January 7, 2025 02:24
-
-
Save allenrobel/158ff4c93b4fe007c5c8b7ec90362f61 to your computer and use it in GitHub Desktop.
ND 4.0 output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```json | |
{ | |
"status": "success", | |
"data": { | |
"name": "", | |
"version": 11, | |
"features": { | |
"eventmgr-data": { | |
"name": "Syslog Trap On Data", | |
"description": "Event Management on Data Network", | |
"ui": false, | |
"hidden": true, | |
"spec": "", | |
"service_network": "Data", | |
"admin_state": "disabled", | |
"oper_state": "stopped", | |
"kind": "feature", | |
"oob_nw_mode": "Data", | |
"featureset": null | |
}, | |
"eventmgr-mgmt": { | |
"name": "Syslog Trap On Management", | |
"description": "Event Management on Managemnt Network", | |
"ui": false, | |
"hidden": true, | |
"spec": "", | |
"service_network": "Management", | |
"service_ip": "172.22.150.249", | |
"admin_state": "enabled", | |
"oper_state": "started", | |
"installed": "2025-01-06 21:43:26.601410035 +0000 UTC", | |
"kind": "feature", | |
"oob_nw_mode": "Management", | |
"featureset": null | |
}, | |
"ficon": { | |
"name": "FICON", | |
"description": "FICON feature for SAN fabric", | |
"ui": false, | |
"spec": "", | |
"admin_state": "disabled", | |
"oper_state": "", | |
"kind": "featurette", | |
"featureset": null | |
}, | |
"nxcloud": { | |
"name": "Nexus Cloud Connector", | |
"description": "Nexus Cloud Connector", | |
"ui": false, | |
"hidden": true, | |
"spec": "", | |
"admin_state": "disabled", | |
"oper_state": "", | |
"kind": "feature", | |
"featureset": null | |
}, | |
"pmn-telemetry-mgmt": { | |
"name": "IP Fabric for Media", | |
"description": "Media Controller for IP Fabrics", | |
"ui": false, | |
"hidden": true, | |
"spec": "", | |
"service_network": "Management", | |
"service_ip": "172.22.150.254", | |
"admin_state": "enabled", | |
"oper_state": "started", | |
"installed": "2025-01-06 21:43:31.51277947 +0000 UTC", | |
"kind": "feature", | |
"oob_nw_mode": "Management", | |
"featureset": null, | |
"requires": [ | |
"pmn-telemetry-mgmt-worker" | |
] | |
}, | |
"poap-data": { | |
"name": "POAP Service On Data", | |
"description": "POAP service on Data Network", | |
"ui": false, | |
"hidden": true, | |
"spec": "", | |
"service_network": "Data", | |
"admin_state": "disabled", | |
"oper_state": "stopped", | |
"kind": "feature", | |
"oob_nw_mode": "Data", | |
"featureset": null | |
}, | |
"poap-mgmt": { | |
"name": "POAP Service On Management", | |
"description": "POAP service on Managemnt Network", | |
"ui": false, | |
"hidden": true, | |
"spec": "", | |
"service_network": "Management", | |
"service_ip": "172.22.150.253", | |
"admin_state": "enabled", | |
"oper_state": "started", | |
"installed": "2025-01-06 21:43:29.008666871 +0000 UTC", | |
"kind": "feature", | |
"oob_nw_mode": "Management", | |
"featureset": null | |
}, | |
"san-insight": { | |
"name": "SAN Insights", | |
"description": "SAN Analytics Visualization", | |
"ui": false, | |
"spec": "", | |
"admin_state": "disabled", | |
"oper_state": "", | |
"kind": "feature", | |
"featureset": null, | |
"requires": [ | |
"san-insights-pp-worker", | |
"san-insights-rc-worker" | |
] | |
} | |
} | |
} | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment