The Chrome Printer Management API lets admins manage CUPS printers and print servers.
Service: admin.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://admin.googleapis.com
REST Resource: admin.directory.v1.customers.chrome.printServers
| Methods | |
|---|---|
| batchCreatePrintServers | POST /admin/directory/v1/{parent=customers/*}/chrome/printServers:batchCreatePrintServersCreates multiple print servers. | 
| batchDeletePrintServers | POST /admin/directory/v1/{parent=customers/*}/chrome/printServers:batchDeletePrintServersDeletes multiple print servers. | 
| create | POST /admin/directory/v1/{parent=customers/*}/chrome/printServersCreates a print server. | 
| delete | DELETE /admin/directory/v1/{name=customers/*/chrome/printServers/*}Deletes a print server. | 
| get | GET /admin/directory/v1/{name=customers/*/chrome/printServers/*}Returns a print server's configuration. | 
| list | GET /admin/directory/v1/{parent=customers/*}/chrome/printServersLists print server configurations. | 
| patch | PATCH /admin/directory/v1/{printServer.name=customers/*/chrome/printServers/*}Updates a print server's configuration. | 
REST Resource: admin.directory.v1.customers.chrome.printers
| Methods | |
|---|---|
| batchCreatePrinters | POST /admin/directory/v1/{parent=customers/*}/chrome/printers:batchCreatePrintersCreates printers under given Organization Unit. | 
| batchDeletePrinters | POST /admin/directory/v1/{parent=customers/*}/chrome/printers:batchDeletePrintersDeletes printers in batch. | 
| create | POST /admin/directory/v1/{parent=customers/*}/chrome/printersCreates a printer under given Organization Unit. | 
| delete | DELETE /admin/directory/v1/{name=customers/*/chrome/printers/*}Deletes a Printer. | 
| get | GET /admin/directory/v1/{name=customers/*/chrome/printers/*}Returns a Printerresource (printer's config). | 
| list | GET /admin/directory/v1/{parent=customers/*}/chrome/printersList printers configs. | 
| listPrinterModels | GET /admin/directory/v1/{parent=customers/*}/chrome/printers:listPrinterModelsLists the supported printer models. | 
| patch | PATCH /admin/directory/v1/{printer.name=customers/*/chrome/printers/*}Updates a Printerresource. |