{"type":"api","title":"Get endpoint details","meta":{"id":"/apps/pubhub/media/dna-center-235/0e427c513038595590fc5a0593cb0e208dd78571/2192edf3-d24e-3461-ab8c-12a97b547df4","swagger":"2.0","info":{"description":"Cisco DNA Center Platform v. 2.3.5","version":"2.3.5","title":"Intent API"},"schemes":["https"],"x-parser-conf":{"expand":0,"labelConfig":{"endpoint":"summary"}}},"spec":{"operationId":"getEndpointDetails","tags":["Policy"],"summary":"Get endpoint details","description":"Fetches details of the endpoint for the given unique identifier 'epId'.","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"epId","description":"Unique identifier for the endpoint.","required":true,"type":"string","in":"path"},{"name":"include","description":"The datasets that should be included in the response. By default, value of this parameter is blank, and the response will include only basic details of the endpoint. To include other datasets or dictionaries, send comma separated list of following values: 'ALL' - Include all attributes. 'CDP', 'DHCP', etc. - Include attributes from given dictionaries. To get full list of dictionaries, use corresponding GET API. 'ANC' - Include ANC policy related details. 'TRUST' - Include trust score details.","required":false,"type":"string","in":"query"}],"responses":{"200":{"description":"Success.","schema":{"type":"object","properties":{"id":{"type":"string"},"duid":{"type":"string"},"macAddress":{"type":"string"},"deviceType":{"type":"array","items":{"type":"string"}},"hardwareManufacturer":{"type":"array","items":{"type":"string"}},"hardwareModel":{"type":"array","items":{"type":"string"}},"operatingSystem":{"type":"array","items":{"type":"string"}},"lastProbeCollectionTimestamp":{"type":"integer"},"randomMac":{"type":"boolean"},"registered":{"type":"boolean"},"attributes":{"type":"object","properties":{}},"trustData":{"type":"object","properties":{"trustScore":{"type":"integer"},"authMethod":{"type":"string"},"postureStatus":{"type":"string","enum":["Compliant","Non-Compliant","Grace Compliant","Pending","Unknown"]},"aiSpoofingThreatLevel":{"type":"string","enum":["low","medium","high"]},"changedProfileThreatLevel":{"type":"string","enum":["low","medium","high"]},"natThreatLevel":{"type":"string","enum":["low","medium","high"]},"concurrentMacThreatLevel":{"type":"string","enum":["low","medium","high"]},"ipBlocklistDetected":{"type":"boolean"},"unauthPortDetected":{"type":"boolean"},"weakCredDetected":{"type":"boolean"}}},"ancPolicy":{"type":"string"},"granularAncPolicy":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"nasIpAddress":{"type":"string"}}}}},"$$ref":"#/definitions/Endpoint"}},"404":{"description":"Endpoint for the given 'epId' not found."},"500":{"description":"Internal server error. Check response body for more details."}},"__originalOperationId":"getEndpointDetails","method":"get","path":"/dna/intent/api/v1/endpoint-analytics/endpoints/{epId}"}}