{"type":"model","meta":{"id":"/apps/pubhub/media/nexus-dashboard-api-411/1d680a4cdd0fc79ff5ea7816bfd85c04c5374398/65fc3264-ac5a-3c30-875c-02fef61e57b5","info":{"contact":{"name":"API Support","url":"https://developer.cisco.com/docs/nexus-dashboard/4-1/developer-support/"},"description":"Analyze APIs provide visibility across the managed resources","title":"Nexus Dashboard Analyze v1","version":"1.0.56","x-nd-server-ignore":true},"x-parser-conf":{"overview":{"markdownPath":"reference-overviews/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"}}