REST Resource: networks.deviceCapabilities

  • A DeviceCapability represents a device capability and includes a name and a display name.

  • The name field is the identifier for the DeviceCapability and uses a specific format.

  • The displayName field provides the localized name of the device capability.

  • The API offers methods to either retrieve a single DeviceCapability object or a list of DeviceCapability objects.

Resource: DeviceCapability

Represents a device capability.

JSON representation
{
  "name": string,
  "displayName": string
}
Fields
name

string

Identifier. The resource name of the DeviceCapability. Format: networks/{networkCode}/deviceCapabilities/{device_capability_id}

displayName

string

Output only. The localized name of the device capability.

Methods

get

API to retrieve a DeviceCapability object.

list

API to retrieve a list of DeviceCapability objects.