{"type":"api","title":"/all-reports","meta":{"id":"/var/pubhub/media/ios-xe-smart-licensing-api/c886f577770b51459a4f111e2dce45e83d5e4277/4315036a-7fb7-4fe2-ac68-362feebce139","swagger":"2.0","info":{"version":"1.0.0","title":"IOS-XE SLP REST APIs","description":"A product instance supporting Smart Licensing Using Policy (SLP) provides HTTP REST APIs. To use the IOS-XE SLP REST APIs, you must enable an HTTP or HTTPs server and configure a management-interface on the product instance. \n* SLP was first introduced in Cisco IOS XE Amsterdam 17.3.2. If a product instance is running a software version that supports SLP, SLP is the default and only available licensing method on an IOS-XE product instance - you therefore cannot delete SLP from the product instance. \n* RUM reports, once closed, are immutable. Hence an API to DELETE a RUM report is not supported. \n* An API to return a SLAC (for export-controlled or enforced licenses or throughput greater than 205 Mbps) is currently not available. \n\u003e**Note**: This not an interactive API doc yet. Each request has a complete description of all the required parameters - but you cannot try it out in the online console. This means the \"Run\" button will not work."},"basePath":"/smartlic-service","schemes":["http","https"],"securityDefinitions":{"SLPAuth":{"type":"basic"}},"security":[{"SLPAuth":[]}]},"spec":{"tags":["smartlic-service"],"description":"Gets the list of all signed RUM reports with the device-led conversion (DLC) payload - where available.","summary":"List signed RUM reports with DLC payload.","produces":["application/json"],"responses":{"200":{"description":"List of all signed RUM reports with the device-led conversion (DLC) payload - where available.","schema":{"type":"array","items":{"type":"object","required":["usage","dlc_request"],"properties":{"usage":{"type":"object","required":["payload","header","signature"],"properties":{"payload":{"type":"string"},"header":{"type":"string"},"signature":{"type":"object","required":["sudi","signing-type","key","value"],"properties":{"sudi":{"type":"object","required":["udi_pid","udi_serial_number"],"properties":{"udi_pid":{"type":"string"},"udi_serial_number":{"type":"string"}}},"signing-type":{"type":"string"},"key":{"type":"string"},"value":{"type":"string"}}}}},"dlc_request":{"type":"string"}},"$$ref":"#/definitions/All_Reports"}}},"401":{"description":"Unauthorized"}},"consumes":["application/json"],"security":[{"SLPAuth":[]}],"method":"get","path":"/all-reports"}}