Skip to content

Commit

Permalink
update collection script with latest queries
Browse files Browse the repository at this point in the history
  • Loading branch information
brightpuddle committed Feb 12, 2024
1 parent 40d7a17 commit 3ac6699
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions vetr-collector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ icurl -kG https://localhost/api/class/eqptFlash.json > /tmp/vetr-collector/eqptF
icurl -kG https://localhost/api/class/topSystem.json > /tmp/vetr-collector/topSystem.json
icurl -kG https://localhost/api/class/isisDomPol.json > /tmp/vetr-collector/isisDomPol.json
icurl -kG https://localhost/api/class/fabricSetupP.json > /tmp/vetr-collector/fabricSetupP.json
icurl -kG https://localhost/api/class/fabricNode.json > /tmp/vetr-collector/fabricNode.json
icurl -kG https://localhost/api/class/eqptStorage.json > /tmp/vetr-collector/eqptStorage.json
icurl -kG https://localhost/api/class/pkiExportEncryptionKey.json > /tmp/vetr-collector/pkiExportEncryptionKey.json
icurl -kG https://localhost/api/class/fvCtx.json > /tmp/vetr-collector/fvCtx.json
icurl -kG https://localhost/api/class/fabricNode.json > /tmp/vetr-collector/fabricNode.json
icurl -kG https://localhost/api/class/fabricLink.json > /tmp/vetr-collector/fabricLink.json
icurl -kG https://localhost/api/class/infraRsVlanNs.json > /tmp/vetr-collector/infraRsVlanNs.json
icurl -kG https://localhost/api/class/l2extDomP.json > /tmp/vetr-collector/l2extDomP.json
icurl -kG https://localhost/api/class/l3extDomP.json > /tmp/vetr-collector/l3extDomP.json
icurl -kG https://localhost/api/class/physDomP.json > /tmp/vetr-collector/physDomP.json
icurl -kG https://localhost/api/class/l2extRsL2DomAtt.json > /tmp/vetr-collector/l2extRsL2DomAtt.json
icurl -kG https://localhost/api/class/l3extRsL3DomAtt.json > /tmp/vetr-collector/l3extRsL3DomAtt.json
icurl -kG https://localhost/api/class/fvRsDomAtt.json > /tmp/vetr-collector/fvRsDomAtt.json
icurl -kG https://localhost/api/class/maintMaintGrp.json > /tmp/vetr-collector/maintMaintGrp.json
icurl -kG https://localhost/api/class/maintRsMgrpp.json > /tmp/vetr-collector/maintRsMgrpp.json
icurl -kG https://localhost/api/class/maintMaintP.json > /tmp/vetr-collector/maintMaintP.json
Expand All @@ -42,23 +45,23 @@ icurl -kG https://localhost/api/class/fvRsBd.json > /tmp/vetr-collector/fvRsBd.j
icurl -kG https://localhost/api/class/l3extRsPathL3OutAtt.json > /tmp/vetr-collector/l3extRsPathL3OutAtt.json
icurl -kG https://localhost/api/class/ipv4Addr.json > /tmp/vetr-collector/ipv4Addr.json
icurl -kG https://localhost/api/class/ipv6Addr.json > /tmp/vetr-collector/ipv6Addr.json
icurl -kG https://localhost/api/class/eqptExtCh.json > /tmp/vetr-collector/eqptExtCh.json
icurl -kG https://localhost/api/class/coopPol.json > /tmp/vetr-collector/coopPol.json
icurl -kG https://localhost/api/class/mcpInstPol.json > /tmp/vetr-collector/mcpInstPol.json
icurl -kG https://localhost/api/class/l3extLNodeP.json > /tmp/vetr-collector/l3extLNodeP.json
icurl -kG https://localhost/api/class/l3extRsNodeL3OutAtt.json > /tmp/vetr-collector/l3extRsNodeL3OutAtt.json
icurl -kG https://localhost/api/class/eqptExtCh.json > /tmp/vetr-collector/eqptExtCh.json
icurl -kG https://localhost/api/class/fvnsVlanInstP.json > /tmp/vetr-collector/fvnsVlanInstP.json
icurl -kG https://localhost/api/class/fvnsEncapBlk.json > /tmp/vetr-collector/fvnsEncapBlk.json
icurl -kG https://localhost/api/class/infraAttEntityP.json > /tmp/vetr-collector/infraAttEntityP.json
icurl -kG https://localhost/api/class/infraRsDomP.json > /tmp/vetr-collector/infraRsDomP.json
icurl -kG https://localhost/api/class/fvRsDomAtt.json > /tmp/vetr-collector/fvRsDomAtt.json
icurl -kG https://localhost/api/class/infraRsFuncToEpg.json > /tmp/vetr-collector/infraRsFuncToEpg.json
icurl -kG https://localhost/api/class/infraPortTrackPol.json > /tmp/vetr-collector/infraPortTrackPol.json
icurl -kG https://localhost/api/class/fabricRsTimePol.json > /tmp/vetr-collector/fabricRsTimePol.json
icurl -kG https://localhost/api/class/datetimePol.json > /tmp/vetr-collector/datetimePol.json
icurl -kG https://localhost/api/class/datetimeNtpProv.json > /tmp/vetr-collector/datetimeNtpProv.json
icurl -kG https://localhost/api/class/fcDomP.json > /tmp/vetr-collector/fcDomP.json
icurl -kG https://localhost/api/class/vmmDomP.json > /tmp/vetr-collector/vmmDomP.json
icurl -kG https://localhost/api/class/infraRsAttEntP.json > /tmp/vetr-collector/infraRsAttEntP.json
icurl -kG https://localhost/api/class/apPlugin.json > /tmp/vetr-collector/apPlugin.json
icurl -kG https://localhost/api/class/l3IfPol.json > /tmp/vetr-collector/l3IfPol.json
icurl -kG https://localhost/api/class/fabricExplicitGEp.json > /tmp/vetr-collector/fabricExplicitGEp.json
Expand Down

0 comments on commit 3ac6699

Please sign in to comment.