REST Resource: networks.operatingSystems

Resource: OperatingSystem

Represents a device's operating system.

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

string

Identifier. The resource name of the OperatingSystem. Format: networks/{networkCode}/operatingSystems/{operating_system_id}

displayName

string

Output only. The name of the operating system.

Methods

get

API to retrieve a OperatingSystem object.

list

API to retrieve a list of OperatingSystem objects.