{"type":"model","meta":{"id":"/apps/pubhub/media/nexus-dashboard-api-v1/86cc2501c92a7370499e3d537496e5c722396afb/bd1d3c86-e531-31dc-81ae-49c9907bffa7","info":{"contact":{"name":"Cisco Technical Assistance Center (TAC)","url":"https://developer.cisco.com/docs/nexus-dashboard/latest/#developer-support/"},"description":"Infrastructure APIs are largely used to manage the ND cluster","license":{"name":"Cisco","url":"https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html"},"title":"Nexus Dashboard Infrastructure v1","version":"1.1.136"},"tags":[{"name":"Authentication"},{"name":"System Status"},{"name":"System Settings"},{"name":"Multi-Cluster Connectivity"},{"name":"License Management"},{"name":"Integrations"},{"name":"System Software"},{"name":"Backup and Restore"},{"name":"History and Logs"},{"name":"Tech Support"},{"name":"Users and Security"},{"name":"Certificate Management"},{"name":"Multi Tenancy"},{"name":"System Bootstrap"}],"x-parser-conf":{"overview":{"markdownPath":"reference/overview-infra.md"},"labelConfig":{"endpoint":{"field":"operationId","format":"startCase"}}},"openapi":"3.0.3","servers":[{"description":"Nexus Dashboard Infrastructure APIs","url":"https://{cluster}/api/v1/infra","variables":{"cluster":{"default":"example.com","description":"The cluster URL/IP address","enum":["example.com","10.1.1.20"]}}}],"securitySchemes":{"OAuth2":{"type":"oauth2","description":"OAuth2 security scheme","flows":{"implicit":{"authorizationUrl":"https://example.com/login","scopes":{"observer":"Grants read access","fabric-admin":"Grants write access to fabric resources","support-engineer":"Primarily a role for support engineers to operate the managed resources","super-admin":"Grants access to all operations","approver":"Grants access to approve policies","designer":"Grants access to design policies"}}}},"http_signature":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"HTTP Signature security scheme"},"cookieAuth":{"type":"apiKey","description":"Cookie based authentication","in":"cookie","name":"AuthCookie"}}},"spec":{"description":"Top Network Links response","example":{"items":[{"accountName":"customer1","anomalyScore":0,"applicationDisplayName":"EComm-NPM-Demo","applicationId":8,"applicationName":"EComm-NPM-Demo","controllerIp":"90.1.1.2","controllerPort":"8090","distinguishedEntityName":"controller-test-cntl/account-customer1/app-8/netlink-68","dstEntity":"APPDY-MySQL-DB-5.5.58-0ubuntu0.14.04.1","dstEntityType":"backend","entityName":68,"entityType":"netlink","fabricName":"swmp3","flowGroupCount":2,"integrationId":"appDynamics-1.2.3.4","integrationName":"controller1","items":[{"counterName":"reTxTimeoutCount","counterNameLabel":"RTOs","fieldName":"reTxTimeoutCount","statistics":[{"timestamp":"2021-04-19T18:55:00.000Z","value":638},{"timestamp":"2021-04-19T19:00:00.000Z","value":550},{"timestamp":"2021-04-19T19:05:00.000Z","value":550}],"trending":"down","unit":"RTOs","value":550},{"counterName":"latencyRoundTripTime","counterNameLabel":"Latency RTT","fieldName":"latencyRoundTripTime","statistics":[{"timestamp":"2021-04-19T18:55:00.000Z","value":6.03},{"timestamp":"2021-04-19T19:00:00.000Z","value":6.028},{"timestamp":"2021-04-19T19:05:00.000Z","value":6.028}],"trending":"flat","unit":"ms","value":6.028}],"netlinkId":68,"srcEntity":"Ecom-Tier","srcEntityType":"tier"}],"meta":{"counts":{"remaining":0,"total":1}},"objectType":"netlink"},"properties":{"items":{"description":"A list of top network links","items":{"description":"Top Network Links response, providing detailed information about network links including metrics, identifiers, and performance indicators.","properties":{"accountName":{"description":"The name of the account associated with the network link.","type":"string"},"anomalyScore":{"description":"Score representing the degree of anomaly detected in the network link.","type":"number"},"applicationDisplayName":{"description":"The name of the application, which may be used for display or identification purposes.","type":"string"},"applicationId":{"description":"Unique identifier for the application to which the network link belongs.","type":"integer"},"applicationName":{"description":"The name of the application to which the network link belongs.","type":"string"},"controllerIp":{"description":"The IP address of the controller managing the network link.","type":"string"},"controllerPort":{"description":"The port number on which the controller is listening.","type":"string"},"distinguishedEntityName":{"description":"Distinguished name (DN) of the network link, used for unique identification.","type":"string"},"dstEntity":{"description":"The destination entity associated with the network link.","type":"string"},"dstEntityType":{"description":"The type of the destination entity, such as \"Node\" or \"Tier\".","type":"string"},"entityName":{"description":"This appears to be a mistake in the type. It should be `string` based on the context and typical naming conventions for entities.","type":"number"},"entityType":{"description":"The type of entity represented by this entry, such as Network Link.","type":"string"},"fabricName":{"description":"The name of the fabric associated with the network link.","example":"fab2","type":"string"},"flowGroupCount":{"description":"The number of flow groups associated with the network link.","type":"integer"},"integrationId":{"description":"The id of integrated appDynamics controller managing the network link.","type":"string"},"integrationName":{"description":"User defined name for the Power Distribution Unit Collector","example":"myPduCollector1","type":"string","$$ref":"#/components/schemas/integrationName"},"items":{"description":"List of metrics or performance indicators related to the network link.","items":{"description":"Performance metrics of the application","properties":{"counterName":{"description":"The name of the counter or metric being measured.","example":"errorCount","type":"string"},"counterNameLabel":{"description":"A label or description for the counter or metric.","example":"Error count","type":"string"},"fieldName":{"description":"The name of the field or metric being reported.","example":"errorCount","type":"string"},"statistics":{"description":"Time-series data related to the metric.","items":{"description":"Timeseries metrics","properties":{"timestamp":{"description":"Timestamp of the recorded metric value.","example":"2023-08-31 17:00:00+00:00","format":"date-time","type":"string"},"value":{"description":"The metric value recorded at the given timestamp.","example":5,"type":"number"}},"type":"object","$$ref":"#/components/schemas/topApplicationsTimeseriesMetrics"},"type":"array"},"trending":{"description":"The trend of the metric, indicating whether the value is increasing, decreasing, or stable.","enum":["flat","down","up"],"example":"flat","type":"string"},"unit":{"description":"The unit of measurement for the metric.","type":"string"},"value":{"description":"The value of the metric.","example":10,"type":"number"}},"type":"object","$$ref":"#/components/schemas/performanceMetrics"},"type":"array"},"netlinkId":{"description":"Unique identifier for the network link.","type":"integer"},"srcEntity":{"description":"The source entity associated with the network link.","type":"string"},"srcEntityType":{"description":"The type of the source entity, such as \"Node\" or \"Tier\".","type":"string"}},"type":"object","$$ref":"#/components/schemas/topNetworkLink"},"type":"array"},"meta":{"type":"object","description":"The metadata of the records","properties":{"counts":{"type":"object","description":"The metadata of the records","required":["total","remaining"],"properties":{"total":{"type":"integer","description":"The total number of records","example":50},"remaining":{"type":"integer","description":"The remaining number of records","example":40}},"$$ref":"#/components/schemas/MetadataCounts"},"links":{"type":"object","description":"The links to the next and previous pages","properties":{"next":{"type":"string","description":"The link to the next page","example":"https://api.example.com/v1/my-api?offset=40&max=10"},"previous":{"type":"string","description":"The link to the previous page","example":"https://api.example.com/v1/my-api?offset=20&max=10"}},"$$ref":"#/components/schemas/MetadataLinks"}},"example":{"counts":{"total":50,"remaining":40},"links":{"next":"https://api.example.com/v1/my-api?offset=40&max=10","previous":"https://api.example.com/v1/my-api?offset=20&max=10"}},"$$ref":"#/components/schemas/Metadata"},"objectType":{"description":"The type of entity represented by this entry, such as application.","enum":["application","tier","node","netlink"],"example":"application","type":"string","$$ref":"#/components/schemas/topEntityObjectType"}},"required":["objectType"],"type":"object","$$ref":"#/components/schemas/topNetworkLinks","title":"topNetworkLinks"}}