Junos RPC YANG module for cloud-analytics command(s)
Version: 2019-01-01
module junos-qfx-rpc-cloud-analytics { yang-version 1; namespace "http://yang.juniper.net/junos-qfx/rpc/cloud-analytics"; prefix cloud-analytics; import junos-common-types { prefix jt; revision-date "2019-01-01"; } organization "Juniper Networks, Inc."; contact "yang-support@juniper.net"; description "Junos RPC YANG module for cloud-analytics command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-cloud-analytics-lc { description "Show linecard connection status"; output { choice output_c { leaf output { type string; } anyxml get-cloud-analytics-lc { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-lc rpc get-cloud-analytics-streaming-policies { description "Show configured streaming policies"; output { choice output_c { leaf output { type string; } anyxml cloud-analytics-streaming-policies { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-streaming-policies rpc get-cloud-analytics-connections { description "Show Network Device Agent connections"; input { leaf instance { type string; description "Show connection information for this agent"; } } output { choice output_c { leaf output { type string; } anyxml cloud-analytics-connections { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-connections rpc get-cloud-analytics-resources-sampling { description "Show all configured sampling interval attached to attributes"; output { choice output_c { leaf output { type string; } anyxml cloud-analytics-resources-sampling { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-resources-sampling rpc get-cloud-analytics-resources-summary { description "Show summary of configured resources"; output { choice output_c { leaf output { type string; } anyxml cloud-analytics-resources-summary { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-resources-summary rpc get-cloud-analytics-resources { description "Show configured resources and their attributes"; input { leaf resource-name { type string; description "Name of resource"; } leaf resource-type { type string; description "Type of resource"; } leaf level { type enumeration { enum "brief" { value 0; description "Display resource information in brief"; } enum "detail" { value 1; description "Display resource information in detail"; } } default "brief"; } } output { choice output_c { leaf output { type string; } anyxml cloud-analytics-resources { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-resources rpc get-cloud-analytics-discovery-service { description "Show discovery service configuration"; output { choice output_c { leaf output { type string; } anyxml cloud-analytics-discovery-service { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-discovery-service rpc get-cloud-analytics-sensors-information { description "Show agentd's installed sensor information"; output { choice output_c { leaf output { type string; } anyxml sensor-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-sensors-information } // module junos-qfx-rpc-cloud-analytics
© 2023 YumaWorks, Inc. All rights reserved.