{"type":"model","meta":{"id":"/apps/pubhub/media/nexus-dashboard-api-v1/86cc2501c92a7370499e3d537496e5c722396afb/65fc3264-ac5a-3c30-875c-02fef61e57b5","info":{"contact":{"name":"Cisco Technical Assistance Center (TAC)","url":"https://developer.cisco.com/docs/nexus-dashboard/latest/#developer-support/"},"description":"Analyze APIs provide visibility across the managed resources","license":{"name":"Cisco","url":"https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html"},"title":"Nexus Dashboard Analyze v1","version":"1.1.209"},"tags":[{"name":"AI Infrastructure and Analytics"},{"name":"Anomalies and Advisories"},{"name":"Compliance Conformance and Update Analysis"},{"name":"Dashboards and Explorer"},{"name":"Endpoints"},{"name":"Energy Management"},{"name":"Flow Analytics"},{"name":"Job and Report Management"},{"name":"Network Connectivity Resources"},{"name":"Resources Summary"},{"name":"Services and Segmentation"}],"x-parser-conf":{"overview":{"markdownPath":"reference/overview-analyze.md"},"labelConfig":{"endpoint":{"field":"operationId","format":"startCase"}}},"openapi":"3.0.3","servers":[{"description":"Nexus Dashboard Analyze APIs","url":"https://{cluster}/api/v1/analyze","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":{"type":"object","description":"Response of fabric agents","required":["compatibleFabricCount","fabrics","incompatibleFabricCount","meta","upgradeInProgress"],"properties":{"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"},"compatibleFabricCount":{"type":"integer","description":"Number of fabrics compatible with Connectivity Analysis"},"incompatibleFabricCount":{"type":"integer","description":"Number of fabrics incompatible with Connectivity Analysis"},"fabrics":{"type":"array","description":"A list of fabrics with information regarding Connectivity Analysis fabric agent","items":{"type":"object","description":"A fabric with information regarding Connectivity Analysis fabric agent","properties":{"fabricName":{"type":"string","description":"Name of the fabric","example":"US-EAST","$$ref":"#/components/schemas/fabricName"},"fabricAgentCompatibility":{"type":"string","description":"Compatibility of Connectivity Analysis agent on the fabric","enum":["Compatible","Incompatible"]},"fabricAgentUpdateStatus":{"type":"string","description":"Update status of Connectivity Analysis agent on the fabric","enum":["Installed","Not Installed","Upgrade in Progress","Install/Upgrade Failed","Upgrade Successful"]},"incompatibleSwitchCount":{"type":"integer","description":"Number of Connectivity Analysis incompatible switches in the fabric"},"totalSwitchCount":{"type":"integer","description":"Number of switches in the fabric"}},"$$ref":"#/components/schemas/Fabric"}},"upgradeInProgress":{"type":"boolean","description":"Check if any Agent Upgrade is inProgress"}},"example":{"meta":{"counts":{"total":1,"remaining":0}},"compatibleFabricCount":1,"incompatibleFabricCount":0,"fabrics":[{"fabricName":"Topo3","fabricAgentCompatibility":"Compatible","fabricAgentUpdateStatus":"Installed","incompatibleSwitchCount":0,"totalSwitchCount":9}],"upgradeInProgress":false},"$$ref":"#/components/schemas/FabricAgents","title":"FabricAgents"}}