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:batchCreatePrintServers Creates multiple print servers. |
batchDeletePrintServers |
POST /admin/directory/v1/{parent=customers/*}/chrome/printServers:batchDeletePrintServers Deletes multiple print servers. |
create |
POST /admin/directory/v1/{parent=customers/*}/chrome/printServers Creates 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/printServers Lists 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:batchCreatePrinters Creates printers under given Organization Unit. |
batchDeletePrinters |
POST /admin/directory/v1/{parent=customers/*}/chrome/printers:batchDeletePrinters Deletes printers in batch. |
create |
POST /admin/directory/v1/{parent=customers/*}/chrome/printers Creates 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 Printer resource (printer's config). |
list |
GET /admin/directory/v1/{parent=customers/*}/chrome/printers List printers configs. |
listPrinterModels |
GET /admin/directory/v1/{parent=customers/*}/chrome/printers:listPrinterModels Lists the supported printer models. |
patch |
PATCH /admin/directory/v1/{printer.name=customers/*/chrome/printers/*} Updates a Printer resource. |