REST Resource: networks.deviceManufacturers

  • The DeviceManufacturer resource represents a device manufacturer and includes its name and display name.

  • The name field is the identifier for the resource, formatted as networks/{networkCode}/deviceManufacturers/{deviceManufacturer}.

  • The displayName field is the localized name of the device manufacturer and is output only.

  • Methods are provided to retrieve a single DeviceManufacturer object using get and a list of DeviceManufacturer objects using list.

Resource: DeviceManufacturer

Represents a device manufacturer.

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

string

Identifier. The resource name of the DeviceManufacturer. Format: networks/{networkCode}/deviceManufacturers/{deviceManufacturer}

displayName

string

Output only. The localized name of the device manufacturer.

Methods

get

API to retrieve a DeviceManufacturer object.

list

API to retrieve a list of DeviceManufacturer objects.