REST Resource: networks.operatingSystems

  • The OperatingSystem resource represents a device's operating system and includes fields for its name and display name.

  • The JSON representation for an OperatingSystem object includes name (string identifier) and displayName (string output only).

  • Available methods for OperatingSystem include get to retrieve a specific object and list to retrieve multiple objects.

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.