iLO 4 REST API Data Model - shamimur/hp-proliant-sdk GitHub Wiki

RESTful API Data Model Reference for iLO 4—Redfish 1.0 Conformance

Prerequisites and Audience

This paper assumes the reader is familiar with HTTP operations and RESTful web service APIs. The reader should be familiar with JSON and UTF-8 encoding as well as HTTP operations and headers.

This paper is a reference and is intended to be used in conjunction with the paper entitled "Managing HPE Servers Using iLO 4 and the RESTful API." This other document is an introduction to using the RESTful API, while this document provides detail on individual properties and messages.

First Things

HPE Gen9 Servers running iLO 4 2.00 or later feature a new management interface called the “RESTful API.” The RESTful API is a RESTful Web Service API served by iLO’s web server. If you are familiar with RESTful APIs, this should tell you much about how the API works. In short, a RESTful API is an application programming interface using the basic HTTP operations GET, PUT, POST, DELETE, and PATCH. Each HTTP operation either submits or returns a “resource” in the form of UTF-8 encoded JSON. Just as a Web application returns HTML to your browser, a REST interface returns data (in the form of JSON) to your client over the same transport (HTTPS).

All modern scripting languages make it very easy to write simple REST clients for web services. Most, like Python can transform JSON into internal data structures like dictionaries, allowing for easily access to data. This enables you to write custom code directly to the API instead of using intermediate tools.

If you are not familiar with RESTful APIs, you should pause and do internet research on the subject. This tutorial is intended to point out the things you must consider when creating a proper client to interact with The RESTful API.

Key Benefits of the RESTful API

This RESTful API will become the main management API for iLO 4 based HPE Servers. Its feature set will (in time) become larger than the existing ILO XML API (RIBCL) and IPMI interfaces. Using this API you can take full inventory of the server, control power and reset, configure BIOS and iLO 4 settings, fetch event logs as well as many other things.

This API follows the trend of the Internet in moving to a common pattern for new software interfaces. Many web services in a variety of industries use REST APIs because they are easily to implement, easy to consume, and offer scalability advantages over previous technologies. HPE OneView, OpenStack, and many other server management APIs are now REST APIs. Most HPE Management software offerings as well as the entire Software Defined Data Center architecture is built upon REST APIs.

Requirements for using the RESTful API

The RESTful API is available on HPE ProLiant and BladeSystem servers with iLO 4 starting with version 2.00. Because 2.00 firmware is an update to any iLO 4-equiped server, the benefits of the API can be enjoyed on existing Gen8 servers products as well as future servers. In some cases, the data available on Gen8 servers may be less than newer model servers. In particular, the UEFI BIOS configuration features described later is not available on Gen8 servers.

The API is available with the iLO 4 Standard license, although some features in the data may not be available without an Advanced or Select license.

Redfish 1.0

To learn more about Redfish 1.0 and the RESTful API, see Managing HPE Servers Using the RESTful API at: www.hpe.com/info/restfulinterface/docs.

How to Use This Document

This document has three main sections.

The Resource Map documents the resources in the data model including the URIs and types of the resources as well as the relationships between resources. Not all implementations of the API will contain all the resources in this table and the model may expand in future versions of firmware.

The Data Model Reference contains a chapter for each resource type and a section for each property in each resource type.

The Message Reference documents the MessageID values that may be returned in ExtendedError responses to HTTP operations.

Resource Map

This section documents the resource map. Not all resources will be present in all implementations and the resource model may expand in future versions of the firmware. The root resource is /rest/v1.

/rest/v1 ServiceRoot HTTP Allow: GET
Links to other resources to resource URI to resource Type
/Oem/Hp/links/ResourceDirectory /rest/v1/ResourceDirectory HpiLOResourceDirectory
/links/AccountService /rest/v1/AccountService AccountService
/links/Chassis /rest/v1/Chassis Collection
/links/EventService /rest/v1/EventService EventService
/links/Managers /rest/v1/Managers Collection
/links/Registries /rest/v1/Registries Collection
/links/Schemas /rest/v1/Schemas Collection
/links/SessionService /rest/v1/SessionService SessionService
/links/Sessions /rest/v1/SessionService/Sessions Collection
/links/Systems /rest/v1/Systems Collection
/rest/v1/AccountService AccountService HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/links/Accounts /rest/v1/AccountService/Accounts Collection
/rest/v1/AccountService/Accounts Collection HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/AccountService/Accounts/{item} ManagerAccount
/rest/v1/AccountService/Accounts/{item} ManagerAccount HTTP Allow: GET, PATCH, DELETE
Links to other resources to resource URI to resource Type
/rest/v1/Chassis Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Chassis/{item} Chassis
/rest/v1/Chassis/{item} Chassis HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/ComputerSystems[] /rest/v1/Systems/{item} ComputerSystem
/links/ManagedBy[] /rest/v1/Managers/{item} Manager
/links/PowerMetrics /rest/v1/Chassis/{item}/Power PowerMetrics
/links/ThermalMetrics /rest/v1/Chassis/{item}/Thermal ThermalMetrics
/rest/v1/Chassis/{item}/Power PowerMetrics HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/Oem/Hp/links/FastPowerMeter /rest/v1/Chassis/{item}/Power/FastPowerMeter HPPowerMeter
/Oem/Hp/links/FederatedGroupCapping /rest/v1/Chassis/{item}/Power/FederatedGroupCapping HpiLOFederatedGroupCapping
/Oem/Hp/links/PowerMeter /rest/v1/Chassis/{item}/Power/PowerMeter HPPowerMeter
/rest/v1/Chassis/{item}/Power/FastPowerMeter HPPowerMeter HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Chassis/{item}/Power/FederatedGroupCapping HpiLOFederatedGroupCapping HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/rest/v1/Chassis/{item}/Power/PowerMeter HPPowerMeter HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Chassis/{item}/Thermal ThermalMetrics HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/EventService EventService HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/links/Subscriptions /rest/v1/EventService/EventSubscriptions Collection
/rest/v1/EventService/EventSubscriptions Collection HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/rest/v1/Managers Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Managers/{item} Manager
/rest/v1/Managers/{item} Manager HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/Oem/Hp/links/ActiveHealthSystem /rest/v1/Managers/{item}/ActiveHealthSystem HpiLOActiveHealthSystem
/Oem/Hp/links/DateTimeService /rest/v1/Managers/{item}/DateTime HpiLODateTime
/Oem/Hp/links/EmbeddedMediaService /rest/v1/Managers/{item}/EmbeddedMedia HpiLOEmbeddedMedia
/Oem/Hp/links/FederationGroups /rest/v1/Managers/{item}/FederationGroups Collection
/Oem/Hp/links/FederationPeers /rest/v1/Managers/{item}/FederationPeers Collection
/Oem/Hp/links/LicenseService /rest/v1/Managers/{item}/LicenseService Collection
/Oem/Hp/links/SecurityService /rest/v1/Managers/{item}/SecurityService HpSecurityService
/Oem/Hp/links/UpdateService /rest/v1/Managers/{item}/UpdateService HpiLOFirmwareUpdate
/links/EthernetNICs /rest/v1/Managers/{item}/EthernetInterfaces Collection
/links/Logs /rest/v1/Managers/{item}/LogServices Collection
/links/ManagerForChassis[] /rest/v1/Chassis/{item} Chassis
/links/ManagerForServers[] /rest/v1/Systems/{item} ComputerSystem
/links/NetworkService /rest/v1/Managers/{item}/NetworkService ManagerNetworkService
/links/VirtualMedia /rest/v1/Managers/{item}/VirtualMedia Collection
/rest/v1/Managers/{item}/ActiveHealthSystem HpiLOActiveHealthSystem HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/DateTime HpiLODateTime HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
links/EthernetNIC /rest/v1/Managers/{item}/NICs Collection
/rest/v1/Managers/{item}/EmbeddedMedia HpiLOEmbeddedMedia HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/EthernetInterfaces Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/Items[]/Oem/Hp/links/DateTimeService /rest/v1/Managers/{item}/DateTime HpiLODateTime
/Items[]/links/NetworkServices[] /rest/v1/Managers/{item}/NetworkService ManagerNetworkService
/links/Member[] /rest/v1/Managers/{item}/EthernetInterfaces/{item} EthernetNetworkInterface
/rest/v1/Managers/{item}/EthernetInterfaces/{item} EthernetNetworkInterface HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/Oem/Hp/links/DateTimeService /rest/v1/Managers/{item}/DateTime HpiLODateTime
/links/NetworkServices[] /rest/v1/Managers/{item}/NetworkService ManagerNetworkService
/rest/v1/Managers/{item}/FederationGroups Collection HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Managers/{item}/FederationGroups/{item} HpiLOFederationGroup
/rest/v1/Managers/{item}/FederationGroups/{item} HpiLOFederationGroup HTTP Allow: GET, PATCH, DELETE
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/FederationPeers Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Managers/{item}/FederationPeers/{item} HpiLOFederationPeers
/rest/v1/Managers/{item}/FederationPeers/{item} HpiLOFederationPeers HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/LicenseService Collection HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Managers/{item}/LicenseService/{item} HpiLOLicense
/rest/v1/Managers/{item}/LicenseService/{item} HpiLOLicense HTTP Allow: GET, DELETE
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/LogServices Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Managers/{item}/LogServices/IEL LogService
/rest/v1/Managers/{item}/LogServices/IEL LogService HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/links/Entries[] /rest/v1/Managers/{item}/LogServices/IEL/Entries Collection
/rest/v1/Managers/{item}/LogServices/IEL/Entries Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Managers/{item}/LogServices/IEL/Entries/{item} LogEntry
/rest/v1/Managers/{item}/LogServices/IEL/Entries/{item} LogEntry HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/NetworkService ManagerNetworkService HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/Oem/Hp/links/EthernetNICs /rest/v1/Managers/{item}/EthernetInterfaces Collection
/links/SNMPService /rest/v1/Managers/{item}/SnmpService SnmpService
/rest/v1/Managers/{item}/SecurityService HpSecurityService HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/ESKM /rest/v1/Managers/{item}/SecurityService/ESKM HpESKM
/links/HttpsCert /rest/v1/Managers/{item}/SecurityService/HttpsCert HpHttpsCert
/links/SSO /rest/v1/Managers/{item}/SecurityService/SSO HpiLOSSO
/rest/v1/Managers/{item}/SecurityService/ESKM HpESKM HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/SecurityService/HttpsCert HpHttpsCert HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/SecurityService/SSO HpiLOSSO HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/SnmpService SnmpService HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/UpdateService HpiLOFirmwareUpdate HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/rest/v1/Managers/{item}/VirtualMedia Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Managers/{item}/VirtualMedia/{item} VirtualMedia
/rest/v1/Managers/{item}/VirtualMedia/{item} VirtualMedia HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/rest/v1/Registries Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Registries/{item} SchemaFile
/rest/v1/Registries/{item} SchemaFile HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/ResourceDirectory HpiLOResourceDirectory HTTP Allow: GET
Links to other resources to resource URI to resource Type
/Instances[] /rest/v1 ServiceRoot
/rest/v1/Schemas Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Schemas/{item} SchemaFile
/rest/v1/Schemas/{item} SchemaFile HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/SessionService SessionService HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/links/Sessions /rest/v1/SessionService/Sessions Collection
/rest/v1/SessionService/Sessions Collection HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/Oem/Hp/links/MySession /rest/v1/SessionService/Sessions/{item} Session
/links/Member[] /rest/v1/SessionService/Sessions/{item} Session
/rest/v1/SessionService/Sessions/{item} Session HTTP Allow: GET, DELETE
Links to other resources to resource URI to resource Type
/rest/v1/Systems Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item} ComputerSystem
/rest/v1/Systems/{item} ComputerSystem HTTP Allow: GET, PATCH, POST
Links to other resources to resource URI to resource Type
/Oem/Hp/links/BIOS /rest/v1/Systems/{item}/Bios HpBios
/Oem/Hp/links/FirmwareInventory /rest/v1/Systems/{item}/FirmwareInventory FwSwVersionInventory
/Oem/Hp/links/Memory /rest/v1/Systems/{item}/Memory Collection
/Oem/Hp/links/NetworkAdapters /rest/v1/Systems/{item}/NetworkAdapters Collection
/Oem/Hp/links/PCIDevices /rest/v1/Systems/{item}/PCIDevices Collection
/Oem/Hp/links/PCISlots /rest/v1/Systems/{item}/PCISlots Collection
/Oem/Hp/links/SecureBoot /rest/v1/Systems/{item}/SecureBoot HpSecureBoot
/Oem/Hp/links/SmartStorage /rest/v1/Systems/{item}/SmartStorage HpSmartStorage
/links/Chassis[] /rest/v1/Chassis/{item} Chassis
/links/Logs /rest/v1/Systems/{item}/LogServices Collection
/links/ManagedBy[] /rest/v1/Managers/{item} Manager
/rest/v1/Systems/{item}/Bios HpBios HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/BaseConfigs /rest/v1/Systems/{item}/Bios/BaseConfigs HpBaseConfigs
/links/Boot /rest/v1/Systems/{item}/Bios/Boot HpServerBootSettings
/links/Mappings /rest/v1/Systems/{item}/Bios/Mappings HpBiosMapping
/links/Settings /rest/v1/Systems/{item}/Bios/Settings HpBios
/links/iScsi /rest/v1/Systems/{item}/Bios/iScsi HpiSCSISoftwareInitiator
/rest/v1/Systems/{item}/Bios/BaseConfigs HpBaseConfigs HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/Bios/Boot HpServerBootSettings HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/BaseConfigs /rest/v1/Systems/{item}/Bios/Boot/BaseConfigs HpBaseConfigs
/links/Settings /rest/v1/Systems/{item}/Bios/Boot/Settings HpServerBootSettings
/rest/v1/Systems/{item}/Bios/Boot/BaseConfigs HpBaseConfigs HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/Bios/Boot/Settings HpServerBootSettings HTTP Allow: GET, PATCH, PUT
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/Bios/Mappings HpBiosMapping HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/Bios/Settings HpBios HTTP Allow: GET, PATCH, PUT
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/Bios/iScsi HpiSCSISoftwareInitiator HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/BaseConfigs /rest/v1/Systems/{item}/Bios/iScsi/BaseConfigs HpBaseConfigs
/links/Mappings /rest/v1/Systems/{item}/Bios/Mappings HpBiosMapping
/links/Settings /rest/v1/Systems/{item}/Bios/iScsi/Settings HpiSCSISoftwareInitiator
/rest/v1/Systems/{item}/Bios/iScsi/BaseConfigs HpBaseConfigs HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/Bios/iScsi/Settings HpiSCSISoftwareInitiator HTTP Allow: GET, PATCH, PUT
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/FirmwareInventory FwSwVersionInventory HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/LogServices Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/LogServices/IML LogService
/rest/v1/Systems/{item}/LogServices/IML LogService HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/links/Entries[] /rest/v1/Systems/{item}/LogServices/IML/Entries Collection
/rest/v1/Systems/{item}/LogServices/IML/Entries Collection HTTP Allow: GET, POST
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/LogServices/IML/Entries/{item} LogEntry
/rest/v1/Systems/{item}/LogServices/IML/Entries/{item} LogEntry HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/Memory Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/Memory/{item} HpMemory
/rest/v1/Systems/{item}/Memory/{item} HpMemory HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/NetworkAdapters Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/NetworkAdapters/{item} BaseNetworkAdapter
/rest/v1/Systems/{item}/NetworkAdapters/{item} BaseNetworkAdapter HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/PCIDevices Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/PCIDevices/{item} HpServerPciDevice
/rest/v1/Systems/{item}/PCIDevices/{item} HpServerPciDevice HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/PCISlots Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/PCISlots/{item} HpServerPCISlot
/rest/v1/Systems/{item}/PCISlots/{item} HpServerPCISlot HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/SecureBoot HpSecureBoot HTTP Allow: GET, PATCH
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/SmartStorage HpSmartStorage HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/ArrayControllers /rest/v1/Systems/{item}/SmartStorage/ArrayControllers Collection
/links/HostBusAdapters /rest/v1/Systems/{item}/SmartStorage/HostBusAdapters Collection
/rest/v1/Systems/{item}/SmartStorage/ArrayControllers Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item} HpSmartStorageArrayController
/rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item} HpSmartStorageArrayController HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/LogicalDrives /rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/LogicalDrives Collection
/links/PhysicalDrives /rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/DiskDrives Collection
/links/StorageEnclosures /rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/StorageEnclosures Collection
/rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/DiskDrives Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/DiskDrives/{item} HpSmartStorageDiskDrive
/rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/DiskDrives/{item} HpSmartStorageDiskDrive HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/LogicalDrives Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/LogicalDrives/{item} HpSmartStorageLogicalDrive
/rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/LogicalDrives/{item} HpSmartStorageLogicalDrive HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/StorageEnclosures Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
/links/Member[] /rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/StorageEnclosures/{item} HpSmartStorageStorageEnclosure
/rest/v1/Systems/{item}/SmartStorage/ArrayControllers/{item}/StorageEnclosures/{item} HpSmartStorageStorageEnclosure HTTP Allow: GET
Links to other resources to resource URI to resource Type
/rest/v1/Systems/{item}/SmartStorage/HostBusAdapters Collection HTTP Allow: GET
Links to other resources to resource URI to resource Type
⚠️ **GitHub.com Fallback** ⚠️