{"type":"api","title":"Get ITSM Integration setting by Id","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":"getITSMIntegrationSettingById","tags":["ITSM Integration"],"summary":"Get ITSM Integration setting by Id","description":"Fetches ITSM Integration setting by ID","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"request","description":"request","required":true,"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"dypName":{"type":"string"},"dypMajorVersion":{"type":"integer"},"dypId":{"type":"string"},"dypInstanceId":{"type":"string"},"data":{"type":"object","properties":{"ConnectionSettings":{"type":"object","properties":{"Url":{"type":"string"},"Auth_UserName":{"type":"string"},"Auth_Password":{"type":"string"}}}}}},"$$ref":"#/definitions/GetITSMIntegrationSettingByIdRequest"},"in":"body"},{"name":"instanceId","description":"Instance Id of the Integration setting instance","required":true,"type":"string","in":"path"}],"responses":{"200":{"description":"Instance available","schema":{"type":"object","properties":{"_id":{"type":"string"},"id":{"type":"string"},"dypId":{"type":"string"},"dypName":{"type":"string"},"dypMajorVersion":{"type":"integer"},"name":{"type":"string"},"uniqueKey":{"type":"string"},"description":{"type":"string"},"data":{"type":"object","properties":{"ConnectionSettings":{"type":"object","properties":{"Url":{"type":"string"},"Auth_UserName":{"type":"string"},"Auth_Password":{"type":"string"}}}}},"updatedDate":{"type":"integer"},"updatedBy":{"type":"string"},"tenantId":{"type":"string"}},"$$ref":"#/definitions/GetITSMIntegrationSettingByIdResponse"}},"404":{"description":"Instance not found"}},"__originalOperationId":"getITSMIntegrationSettingById","method":"get","path":"/dna/intent/api/v1/integration-settings/instances/itsm/{instanceId}"}}