Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HP Devices API

Print device management operations

HP Devices API is one of 3 APIs that HP publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Devices. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://printos.api.hp.com.

3 operations 2 paths 4 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://daas.api.hp.com
Resource Areas
1

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Devices 3

Print device management operations

GET
/devices
List Devices
listDevices → 200
POST
/devices
Provision Device
provisionDevice body → 201
PUT
/devices/{deviceId}/status
Update Device Status
updateDeviceStatus 1 param body → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are PrintDevice (5 properties), DeviceProvisionRequest (3 properties), DeviceStatusUpdate (2 properties), PrintDeviceList (1 property). Each schema is shown below with its type and property counts.

DeviceStatusUpdate
object
2 properties
PrintDevice
object
5 properties
PrintDeviceList
object
1 property
DeviceProvisionRequest
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hp-devices-api-openapi.yml Raw ↑

Other APIs HP publishes across the network.

HP Analytics API
HP Incidents API