Property
ipp_cups
| Property Name | Type | Description | Required |
|---|---|---|---|
| printers | array of IppCupsPrinter | ||
| status_message | string |
IppCupsPrinter
| Property Name | Type | Description | Required |
|---|---|---|---|
| authentication_type | string | ||
| dns_sd_name | string | ||
| info | string | ||
| make_and_model | string | ||
| name | string | ||
| uri_supported | string | Yes |
↑ TopExample
{
"printers": [
{
"make_and_model": "Local Raw Printer",
"name": "ipTIME_Printer",
"uri_supported": "ipp://121.176.57.132:631/printers/ipTIME_Printer"
}
]
}