<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>RESTful API Data Model Reference for Moonshot iLO Chassis Manager</title>
    <style>
		body {counter-reset:section;}
		
		h1 {counter-reset:subsection;}
		
		h1:before
		{
			counter-increment:section;
			content:"" counter(section) ". ";
			font-weight:bold;
		}
		
		h2:before
		{
			counter-increment:subsection;
			content:counter(section) "." counter(subsection) " ";
		}
	
		html
		{
			margin-left: 1in;
			margin-right: 1in;
		}
		
        h1
        {
            font-family: "HP Simplified";
        }
        
        h2
        {
            font-family: "HP Simplified";
			border-bottom: 1px solid black;
        }
        
        h3
        {
            font-family: "HP Simplified";
        }
        
        h4
        {
            font-family: "HP Simplified";
        }
        
        p
        {
            font-family: "HP Simplified";
            font-size: 12pt;
        }
        
        div.Code
        {
            font-family: "Courier";
            font-size: 12pt;
            padding-left: 20px;
            background: -20%;
        }
        
        div.Annotation
        {
            font-family: "HP Simplified";
            font-size: 12pt;
        }
        
        .TypeInstanceLink 
        {
            padding-left: 20px;
        }
        
        .PropertyDescription
        {
            font-family: "HP Simplified";
            font-size: 12pt;
        }
        
        .HTTPOperation
        {
            font-family: "HP Simplified";
            font-size: 12pt;
            display: inline-block;
            width: 75px;
            padding-left: 20px;
        }
        
        .HTTPSupport
        {
            font-family: "HP Simplified";
            font-size: 12pt;
            display: inline-block;
        }
        
        .TypeLabel
        {
            display: inline-block;
            font-size: 12pt;
            padding-left: 20px;
            width: 75px;
        }
        
        .TypeValue
        {
            display: inline-block;
        }
        
        .EnumValue
        {
            font-family: "HP Simplified";
            font-size: 12pt;
            padding-left: 20px;
            width: 185px;
        }
        
        .EnumValue td:first-child
        {
            font-size: 12pt;
            padding-left: 20px;
            width: 185px;
        }
        
        .EnumValue td:nth-child(2)
        {
        }
        
        .EnumDescription
        {
        }
        
        h1.DocTitle
        {
            font-size: 40px;
            color: black;
        }
		h1.DocTitle:before
		{
			content:"";
			font-weight:bold;
			counter-reset:section;
		}
        
        .ResourceMap
        {
            font-family: "HP Simplified";
            font-size: 10px;
        }
        
        .ResourceMapHeader
        {
            font-family: "HP Simplified";
            font-size: 12pt;
            font-weight: bold;
        }
        
        .ResourceMap
        {
            font-family: "HP Simplified";
            font-size: 12pt;
        }
        .RrcMapEntry
        {
            border: 1px;
        }
        .RrcMapFromUri
        {
            width: 400px;
        }
        .RrcMapFromType
        {
            width: 400px;
        }
        .RrcMapVerb
        {
            width: 100px;
            background: -20%;
        }
        .RrcMapLinks
        {
            width: 400px;
        }
        .RrcMapFromLink
        {
            padding-left: 20px;
        }
        .RrcMapToUri
        {
            width: 400px;
        }
        .RrcMapToType
        {
            width: 400px;
        }
        
        
    </style>
</head>
<body>
    <h1 class="DocTitle">RESTful API Data Model Reference For Moonshot Chassis Manager</h1>
   <h3>Abstract</h3>
    <p>This document is a reference to the types, properties, and attributes in the RESTFul API for Moonshot Chassis Manager 1.51.</p>

<table>
        <tr>
            <td>
                <p>HPE Part Number: 802725-003</p>
            </td>
            
        </tr><tr>
            
            <td>
                <p>Published: July 2016</p>
            </td>
             
        </tr><tr>
             <td>
                <p>
                    Edition: 1</p>
            </td>
        </tr>
    </table> 

    <h3>
        Copyright and Acknowledgements</h3>
    <p>
        © Copyright 2016 Hewlett Packard Enterprise Development LP</p>
    <p>
        Confidential
computer software. Valid license from Hewlett Packard Enterprise required
for possession, use, 
or copying. Consistent with FAR 12.211 and 12.212,
Commercial Computer Software, Computer Software Documentation, 
and
 Technical Data for Commercial Items are licensed to the U.S. Government
under vendor's standard commercial license.</p>
    <p>
        The information contained
herein is subject to change without notice. The only warranties 
for 
Hewlett Packard Enterprise products and services are set forth in
the express warranty 
statements accompanying such products and services.
Nothing herein should be construed as 
constituting an additional warranty.
Hewlett Packard Enterprise shall not be liable for 
technical or editorial
errors or omissions contained herein.</p>
    <h4>
        Acknowledgments</h4>
    <p>
        Microsoft®, Windows®, Windows® XP, Windows NT®, and Google Chrome® are U.S. registered
        trademarks of Microsoft Corporation.</p>
    <p>
        Java and Oracle are registered trademarks of Oracle and/or its affiliates.</p>
    <p>
        UNIX® is a registered trademark of The Open Group.</p>
    <h1>
        Prerequisites and Audience</h1>
    <p>
        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.
    </p>
    <p>
        This paper is a reference and is intended to be used in conjunction with the paper
        entitled &quot;<strong>Managing HPE Servers Using the RESTful API</strong>.&quot;&nbsp;
        This other document is an introduction to using the RESTful API, while this document
        provides detail on individual properties and messages.</p>
    <h1>
        First Things</h1>
    <p>
        HPE Moonshot running Chassis Manager 1.30 or later features 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).
    </p>
    <p>
        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.</p>
    <p>
        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.
    </p>
    <h1>
        Key Benefits of the RESTful API</h1>
    <p>
        This RESTful API will become the main management API for Moonshot.
        Using this API you can take full inventory of the Moonshot enclosure, control
        power and reset, configure settings, fetch event logs as well as
        many other things.</p>
    <p>
        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.
    </p>
    
  <h1>
        Requirements for using the RESTful API</h1>
    <p>
        The RESTful API for iLO is available on Moonshot servers running iLO Chassis 
        Manager and does not require a license.</p>
    <h1>
        How to Use This Document</h1>
    <p>
        This document has three main sections.&nbsp;
    </p>
    <p>
        The <strong><a href="#ResourceMap">Resource Map</a></strong> 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.</p>
    <p>
        The <strong><a href="#DataModelTypeReference">Data Model Type Reference</a></strong> contains a chapter for each 
        resource type and a section for each property
        in each resource type.&nbsp; </p>
    <p>
        The <strong><a href="#MessageReference">Message Reference</a></strong> documents the MessageID values that may be returned in 
        <a href="#ExtendedError">ExtendedError</a> responses to HTTP operations.</p>
    <h1 id="ResourceMap">
        Resource Map</h1>
    <p>
        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.&nbsp;  The root resource is /rest/v1.</p>
    <p></p><div>
        &nbsp;
  
    <table class="ResourceMap">
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1">/rest/v1</td>
        <td class="RrcMapFromType">
          <a href="#ServiceRoot">ServiceRoot</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/DirectoryService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/DirectoryService">/rest/v1/DirectoryService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#DirectoryService">DirectoryService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/Systems[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/SystemsSummary">/rest/v1/SystemsSummary</a>
        </td>
        <td class="RrcMapToType">
          <a href="#SystemsSummary">SystemsSummary</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/AccountService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/AccountService">/rest/v1/AccountService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#AccountService">AccountService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Chassis</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis">/rest/v1/Chassis</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Managers</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers">/rest/v1/Managers</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Registries</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Registries">/rest/v1/Registries</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Schemas</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Schemas">/rest/v1/Schemas</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Sessions</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Sessions">/rest/v1/Sessions</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Systems</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Systems">/rest/v1/Systems</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/AccountService">/rest/v1/AccountService</td>
        <td class="RrcMapFromType">
          <a href="#AccountService">AccountService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Accounts</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/AccountService/Accounts">/rest/v1/AccountService/Accounts</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/AccountService/Accounts">/rest/v1/AccountService/Accounts</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/AccountService/Accounts/{item}">/rest/v1/AccountService/Accounts/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ManagerAccount">ManagerAccount</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/AccountService/Accounts/{item}">/rest/v1/AccountService/Accounts/{item}</td>
        <td class="RrcMapFromType">
          <a href="#ManagerAccount">ManagerAccount</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST, DELETE</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis">/rest/v1/Chassis</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}">/rest/v1/Chassis/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Chassis">Chassis</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}">/rest/v1/Chassis/{item}</td>
        <td class="RrcMapFromType">
          <a href="#Chassis">Chassis</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/CartridgeLinks</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/CartridgeLinks">/rest/v1/Chassis/{item}/CartridgeLinks</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpMoonshotCartridgeLinkService">HpMoonshotCartridgeLinkService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/Cartridges</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Cartridges">/rest/v1/Chassis/{item}/Cartridges</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/ChassisFirmwareSummary</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/ChassisFirmwareSummary">/rest/v1/Chassis/{item}/ChassisFirmwareSummary</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/ChassisSummary</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/ChassisSummary">/rest/v1/Chassis/{item}/ChassisSummary</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ChassisSummary">ChassisSummary</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/Switches</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Switches">/rest/v1/Chassis/{item}/Switches</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/LogService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Logs/IML">/rest/v1/Chassis/{item}/Logs/IML</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/ManagedBy[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}">/rest/v1/Managers/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Manager">Manager</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/PowerMetrics</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/PowerMetrics">/rest/v1/Chassis/{item}/PowerMetrics</a>
        </td>
        <td class="RrcMapToType">
          <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/ThermalMetrics</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/ThermalMetrics">/rest/v1/Chassis/{item}/ThermalMetrics</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ThermalMetrics">ThermalMetrics</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/CartridgeLinks">/rest/v1/Chassis/{item}/CartridgeLinks</td>
        <td class="RrcMapFromType">
          <a href="#HpMoonshotCartridgeLinkService">HpMoonshotCartridgeLinkService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Entries</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/CartridgeLinks/Entries">/rest/v1/Chassis/{item}/CartridgeLinks/Entries</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/CartridgeLinks/Entries">/rest/v1/Chassis/{item}/CartridgeLinks/Entries</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/CartridgeLinks/Entries/{item}">/rest/v1/Chassis/{item}/CartridgeLinks/Entries/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/CartridgeLinks/Entries/{item}">/rest/v1/Chassis/{item}/CartridgeLinks/Entries/{item}</td>
        <td class="RrcMapFromType">
          <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Cartridges">/rest/v1/Chassis/{item}/Cartridges</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Cartridges/{item}">/rest/v1/Chassis/{item}/Cartridges/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Cartridges/{item}">/rest/v1/Chassis/{item}/Cartridges/{item}</td>
        <td class="RrcMapFromType">
          <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/ComputerSystems[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Systems/{item}">/rest/v1/Systems/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ComputerSystem">ComputerSystem</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/LogService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Cartridges/{item}/Logs/IML">/rest/v1/Chassis/{item}/Cartridges/{item}/Logs/IML</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/ManagedBy[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}">/rest/v1/Managers/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Manager">Manager</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/PowerMetrics</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Cartridges/{item}/PowerMetrics">/rest/v1/Chassis/{item}/Cartridges/{item}/PowerMetrics</a>
        </td>
        <td class="RrcMapToType">
          <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/ThermalMetrics</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Cartridges/{item}/ThermalMetrics">/rest/v1/Chassis/{item}/Cartridges/{item}/ThermalMetrics</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ThermalMetrics">ThermalMetrics</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Cartridges/{item}/Logs/IML">/rest/v1/Chassis/{item}/Cartridges/{item}/Logs/IML</td>
        <td class="RrcMapFromType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Cartridges/{item}/PowerMetrics">/rest/v1/Chassis/{item}/Cartridges/{item}/PowerMetrics</td>
        <td class="RrcMapFromType">
          <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Cartridges/{item}/ThermalMetrics">/rest/v1/Chassis/{item}/Cartridges/{item}/ThermalMetrics</td>
        <td class="RrcMapFromType">
          <a href="#ThermalMetrics">ThermalMetrics</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/ChassisFirmwareSummary">/rest/v1/Chassis/{item}/ChassisFirmwareSummary</td>
        <td class="RrcMapFromType">
          <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/ChassisSummary">/rest/v1/Chassis/{item}/ChassisSummary</td>
        <td class="RrcMapFromType">
          <a href="#ChassisSummary">ChassisSummary</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Logs/IML">/rest/v1/Chassis/{item}/Logs/IML</td>
        <td class="RrcMapFromType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/PowerMetrics">/rest/v1/Chassis/{item}/PowerMetrics</td>
        <td class="RrcMapFromType">
          <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Switches">/rest/v1/Chassis/{item}/Switches</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Switches/{item}">/rest/v1/Chassis/{item}/Switches/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Switches/{item}">/rest/v1/Chassis/{item}/Switches/{item}</td>
        <td class="RrcMapFromType">
          <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/LogService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Switches/{item}/Logs/IML">/rest/v1/Chassis/{item}/Switches/{item}/Logs/IML</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/ManagedBy[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}">/rest/v1/Managers/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Manager">Manager</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/PowerMetrics</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Switches/{item}/PowerMetrics">/rest/v1/Chassis/{item}/Switches/{item}/PowerMetrics</a>
        </td>
        <td class="RrcMapToType">
          <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/ThermalMetrics</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}/Switches/{item}/ThermalMetrics">/rest/v1/Chassis/{item}/Switches/{item}/ThermalMetrics</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ThermalMetrics">ThermalMetrics</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Switches/{item}/Logs/IML">/rest/v1/Chassis/{item}/Switches/{item}/Logs/IML</td>
        <td class="RrcMapFromType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Switches/{item}/PowerMetrics">/rest/v1/Chassis/{item}/Switches/{item}/PowerMetrics</td>
        <td class="RrcMapFromType">
          <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/Switches/{item}/ThermalMetrics">/rest/v1/Chassis/{item}/Switches/{item}/ThermalMetrics</td>
        <td class="RrcMapFromType">
          <a href="#ThermalMetrics">ThermalMetrics</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Chassis/{item}/ThermalMetrics">/rest/v1/Chassis/{item}/ThermalMetrics</td>
        <td class="RrcMapFromType">
          <a href="#ThermalMetrics">ThermalMetrics</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/DirectoryService">/rest/v1/DirectoryService</td>
        <td class="RrcMapFromType">
          <a href="#DirectoryService">DirectoryService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Groups</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/DirectoryService/Groups">/rest/v1/DirectoryService/Groups</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/DirectoryService/Groups">/rest/v1/DirectoryService/Groups</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/DirectoryService/Groups/{item}">/rest/v1/DirectoryService/Groups/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ManagerGroup">ManagerGroup</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/DirectoryService/Groups/{item}">/rest/v1/DirectoryService/Groups/{item}</td>
        <td class="RrcMapFromType">
          <a href="#ManagerGroup">ManagerGroup</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST, DELETE</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers">/rest/v1/Managers</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}">/rest/v1/Managers/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Manager">Manager</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}">/rest/v1/Managers/{item}</td>
        <td class="RrcMapFromType">
          <a href="#Manager">Manager</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/DateTime</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/DateTime">/rest/v1/Managers/{item}/DateTime</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpiLODateTime">HpiLODateTime</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/LicenseService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/LicenseService">/rest/v1/Managers/{item}/LicenseService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/LogService[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/Logs/IML">/rest/v1/Managers/{item}/Logs/IML</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/RepositoryService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/RepositoryService">/rest/v1/Managers/{item}/RepositoryService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ManagerRepositoryService">ManagerRepositoryService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/SecurityService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/SecurityService">/rest/v1/Managers/{item}/SecurityService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpSecurityService">HpSecurityService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/SerialService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/SerialService">/rest/v1/Managers/{item}/SerialService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ManagerSerial">ManagerSerial</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/UpdateService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/UpdateService">/rest/v1/Managers/{item}/UpdateService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ManagerUpdateService">ManagerUpdateService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/EthernetNICs</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/NICs">/rest/v1/Managers/{item}/NICs</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/NetworkService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/NetworkService">/rest/v1/Managers/{item}/NetworkService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ManagerNetworkService">ManagerNetworkService</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/DateTime">/rest/v1/Managers/{item}/DateTime</td>
        <td class="RrcMapFromType">
          <a href="#HpiLODateTime">HpiLODateTime</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/EthernetNICs</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/NICs">/rest/v1/Managers/{item}/NICs</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/LicenseService">/rest/v1/Managers/{item}/LicenseService</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/LicenseService/{item}">/rest/v1/Managers/{item}/LicenseService/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpiLOLicense">HpiLOLicense</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/LicenseService/{item}">/rest/v1/Managers/{item}/LicenseService/{item}</td>
        <td class="RrcMapFromType">
          <a href="#HpiLOLicense">HpiLOLicense</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, DELETE</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/Logs/IML">/rest/v1/Managers/{item}/Logs/IML</td>
        <td class="RrcMapFromType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/NICs">/rest/v1/Managers/{item}/NICs</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/NICs/{item}">/rest/v1/Managers/{item}/NICs/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/NICs/{item}">/rest/v1/Managers/{item}/NICs/{item}</td>
        <td class="RrcMapFromType">
          <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/NetworkServices[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/NetworkService">/rest/v1/Managers/{item}/NetworkService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ManagerNetworkService">ManagerNetworkService</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/NetworkService">/rest/v1/Managers/{item}/NetworkService</td>
        <td class="RrcMapFromType">
          <a href="#ManagerNetworkService">ManagerNetworkService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/EthernetNICs</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/NICs">/rest/v1/Managers/{item}/NICs</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Collection">Collection</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/SNMPService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/SnmpService">/rest/v1/Managers/{item}/SnmpService</a>
        </td>
        <td class="RrcMapToType">
          <a href="#SnmpService">SnmpService</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/RepositoryService">/rest/v1/Managers/{item}/RepositoryService</td>
        <td class="RrcMapFromType">
          <a href="#ManagerRepositoryService">ManagerRepositoryService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/SecurityService">/rest/v1/Managers/{item}/SecurityService</td>
        <td class="RrcMapFromType">
          <a href="#HpSecurityService">HpSecurityService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/HttpsCert</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/SecurityService/HTTPSCert">/rest/v1/Managers/{item}/SecurityService/HTTPSCert</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpHttpsCert">HpHttpsCert</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/SecurityBanner</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}/SecurityService/SecurityBanner">/rest/v1/Managers/{item}/SecurityService/SecurityBanner</a>
        </td>
        <td class="RrcMapToType">
          <a href="#SecurityBanner">SecurityBanner</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/SecurityService/HTTPSCert">/rest/v1/Managers/{item}/SecurityService/HTTPSCert</td>
        <td class="RrcMapFromType">
          <a href="#HpHttpsCert">HpHttpsCert</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/SecurityService/SecurityBanner">/rest/v1/Managers/{item}/SecurityService/SecurityBanner</td>
        <td class="RrcMapFromType">
          <a href="#SecurityBanner">SecurityBanner</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/SerialService">/rest/v1/Managers/{item}/SerialService</td>
        <td class="RrcMapFromType">
          <a href="#ManagerSerial">ManagerSerial</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/SnmpService">/rest/v1/Managers/{item}/SnmpService</td>
        <td class="RrcMapFromType">
          <a href="#SnmpService">SnmpService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Managers/{item}/UpdateService">/rest/v1/Managers/{item}/UpdateService</td>
        <td class="RrcMapFromType">
          <a href="#ManagerUpdateService">ManagerUpdateService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Registries">/rest/v1/Registries</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Registries/{item}">/rest/v1/Registries/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#SchemaFile">SchemaFile</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Registries/{item}">/rest/v1/Registries/{item}</td>
        <td class="RrcMapFromType">
          <a href="#SchemaFile">SchemaFile</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Schemas">/rest/v1/Schemas</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Schemas/{item}">/rest/v1/Schemas/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#SchemaFile">SchemaFile</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Schemas/{item}">/rest/v1/Schemas/{item}</td>
        <td class="RrcMapFromType">
          <a href="#SchemaFile">SchemaFile</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Sessions">/rest/v1/Sessions</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/Oem/Hp/links/MySession</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Sessions/{item}">/rest/v1/Sessions/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Session">Session</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Sessions/{item}">/rest/v1/Sessions/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Session">Session</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Sessions/{item}">/rest/v1/Sessions/{item}</td>
        <td class="RrcMapFromType">
          <a href="#Session">Session</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, DELETE</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Systems">/rest/v1/Systems</td>
        <td class="RrcMapFromType">
          <a href="#Collection">Collection</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Member[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Systems/{item}">/rest/v1/Systems/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#ComputerSystem">ComputerSystem</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Systems/{item}">/rest/v1/Systems/{item}</td>
        <td class="RrcMapFromType">
          <a href="#ComputerSystem">ComputerSystem</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/Chassis[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Chassis/{item}">/rest/v1/Chassis/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Chassis">Chassis</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/LogService</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Systems/{item}/Logs/IML">/rest/v1/Systems/{item}/Logs/IML</a>
        </td>
        <td class="RrcMapToType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
      </tr>
      <tr class="RrcMapLinks">
        <td></td>
        <td class="RrcMapFromLink">/links/ManagedBy[]</td>
        <td class="RrcMapToUri">
          <a href="#/rest/v1/Managers/{item}">/rest/v1/Managers/{item}</a>
        </td>
        <td class="RrcMapToType">
          <a href="#Manager">Manager</a>
        </td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/Systems/{item}/Logs/IML">/rest/v1/Systems/{item}/Logs/IML</td>
        <td class="RrcMapFromType">
          <a href="#HpMoonshotLogService">HpMoonshotLogService</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET, PATCH, POST</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
      <tr class="RrcMapEntry">
        <td class="RrcMapFromUri" id="/rest/v1/SystemsSummary">/rest/v1/SystemsSummary</td>
        <td class="RrcMapFromType">
          <a href="#SystemsSummary">SystemsSummary</a>
        </td>
        <td class="RrcMapVerb">
                HTTP Allow: 
                GET</td>
      </tr>
      <tr style="border:0px">
        <td></td>
        <td style="background: rgb(240,240,240) ">Links to other resources</td>
        <td style="background: rgb(240,240,240) ">to resource URI</td>
        <td style="background: rgb(240,240,240) ">to resource Type</td>
      </tr>
      <tr>
        <td>
          <p></p>
        </td>
      </tr>
    </table>
  


    </div>
    <h1 id="DataModelTypeReference">
        Data Model Type Reference</h1>
    <p>
        This section documents each type of resource.&nbsp; Note that more than one resource
        may be of the same type.&nbsp; Not all resource instances implement every 
        property specified in the definition.</p>
    <p></p><div>
        &nbsp;<h2 class="ResourceTypeName" id="AccountService">
          "AccountService" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/AccountService">/rest/v1/AccountService</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>This is the schema definition for the Account service. It represents the properties for this service and has links to the list of accounts.</p>
<div id="AccountService" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "AccountService" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Oem/Hp/AuthFailureLoggingThreshold"
            </h3>
<div>
  <p>
              This property is a member of <a href="#AccountService">AccountService</a></p>
  <div class="PropertyDescription">This property enables you to view and configure logging criteria for failed authentications. A failed login log entry is recorded after the configured number of attempts. 0 = feature disabled; 1-3 and 5 are allowable values.</div>
</div>
<div id="AccountService:Oem/Hp/AuthFailureLoggingThreshold" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MinPasswordLength"
            </h3>
<div>
  <p>
              This property is a member of <a href="#AccountService">AccountService</a></p>
  <div class="PropertyDescription">This property specifies the minimum number of characters allowed when a user password is set or changed. It must be a value from 0 to 39.</div>
</div>
<div id="AccountService:Oem/Hp/MinPasswordLength" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 0 to 39.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"MinPasswordLength": &lt;integer-value&gt;}}}</div>
  <p>
                The property "Oem/Hp/MinPasswordLength" on resource type <a href="#AccountService">AccountService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<div></div>
<h2 class="ResourceTypeName" id="CartridgeLinkEntry">
          "CartridgeLinkEntry" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/CartridgeLinks/Entries/{item}">/rest/v1/Chassis/{item}/CartridgeLinks/Entries/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="CartridgeLinkEntry" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "CartridgeLinkEntry" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Architecture"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="CartridgeLinkEntry:Architecture" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeLinks[]/Architecture"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="CartridgeLinkEntry:CartridgeLinks[]/Architecture" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeLinks[]/LinkEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription">This property is true if the link is enabled</div>
</div>
<div id="CartridgeLinkEntry:CartridgeLinks[]/LinkEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeLinks[]/Speed"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="CartridgeLinkEntry:CartridgeLinks[]/Speed" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeLinks[]/Via"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="CartridgeLinkEntry:CartridgeLinks[]/Via" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LinkEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription">This property is true if the link is enabled</div>
</div>
<div id="CartridgeLinkEntry:LinkEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LinkFrom"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="CartridgeLinkEntry:LinkFrom" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LinkTo"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="CartridgeLinkEntry:LinkTo" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Speed"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="CartridgeLinkEntry:Speed" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Via"
            </h3>
<div>
  <p>
              This property is a member of <a href="#CartridgeLinkEntry">CartridgeLinkEntry</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="CartridgeLinkEntry:Via" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="Chassis">
          "Chassis" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}">/rest/v1/Chassis/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>The schema definition for the Chassis resource represents the properties for physical components for any system. This object represents racks, rack mount servers, blades, standalone, modular systems, enclosures, and all other containers. The non-CPU/device-centric parts of the schema are accessed either directly or indirectly through this resource.</p>
<div id="Chassis" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "Chassis" defines the following properties:
        </p>
<h3 class="PropertyName">
            "AssetTag"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The chassis user-assigned asset tag.</div>
</div>
<div id="Chassis:AssetTag" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"AssetTag": "&lt;string-value&gt;"}</div>
  <p>
                The property "AssetTag" on resource type <a href="#Chassis">Chassis</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "ChassisType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">This property indicates the physical form factor type of this resource.</div>
</div>
<div id="Chassis:ChassisType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Rack"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blade"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enclosure"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "StandAlone"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "RackMount"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Card"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Cartridge"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Row"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Pod"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Expansion"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Sidecar"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Zone"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Sled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Shelf"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Other"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "IndicatorLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The chassis indicator LED that is used to identify the chassis. The user can manipulate this LED.</div>
</div>
<div id="Chassis:IndicatorLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Lit"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blinking"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"IndicatorLED": "Lit"}</div>
  <p>
                The property "IndicatorLED" on resource type <a href="#Chassis">Chassis</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Manufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The chassis manufacturer.</div>
</div>
<div id="Chassis:Manufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The chassis model number.</div>
</div>
<div id="Chassis:Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/AutoPowerOn"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Auto Power On</div>
</div>
<div id="Chassis:Oem/Hp/AutoPowerOn" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "On"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"AutoPowerOn": "Off"}}}</div>
  <p>
                The property "Oem/Hp/AutoPowerOn" on resource type <a href="#Chassis">Chassis</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/BaseFru[]/MfgDateTime"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/BaseFru[]/MfgDateTime" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/BaseFru[]/ProductName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/BaseFru[]/ProductName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/BaseFru[]/SparePartNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/BaseFru[]/SparePartNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/BayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Position of the chassis inside an enclosure.</div>
</div>
<div id="Chassis:Oem/Hp/BayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/ChassisManager[]/IP"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/ChassisManager[]/IP" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/ChassisManager[]/MAC"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/ChassisManager[]/MAC" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/ChassisManager[]/SubnetMask"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/ChassisManager[]/SubnetMask" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/CliVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">CLI Version</div>
</div>
<div id="Chassis:Oem/Hp/CliVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/ChassisFirmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/Firmware/ChassisFirmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/ChassisFirmwareFrontDisplayPLD/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/Firmware/ChassisFirmwareFrontDisplayPLD/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/ChassisFirmwarePLD/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/Firmware/ChassisFirmwarePLD/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/ChassisManagementFirmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/Firmware/ChassisManagementFirmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/ChassisManagementModulePLD/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="Chassis:Oem/Hp/Firmware/ChassisManagementModulePLD/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Images/Front/extref"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The URI of an external resource.</div>
</div>
<div id="Chassis:Oem/Hp/Images/Front/extref" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Images/Model/extref"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The URI of an external resource.</div>
</div>
<div id="Chassis:Oem/Hp/Images/Model/extref" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Location/GeographicLocation/RackName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Name of the chassis enclosure.</div>
</div>
<div id="Chassis:Oem/Hp/Location/GeographicLocation/RackName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Location/LocationInRack/RackLdsPartNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Part number of the chassis rack.</div>
</div>
<div id="Chassis:Oem/Hp/Location/LocationInRack/RackLdsPartNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Location/LocationInRack/RackLdsProductDescription"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Product description of the chassis rack.</div>
</div>
<div id="Chassis:Oem/Hp/Location/LocationInRack/RackLdsProductDescription" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Location/LocationInRack/RackUHeight"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">U height of the chassis rack.</div>
</div>
<div id="Chassis:Oem/Hp/Location/LocationInRack/RackUHeight" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Location/LocationInRack/RackUUID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">UUID of the chassis rack.</div>
</div>
<div id="Chassis:Oem/Hp/Location/LocationInRack/RackUUID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Location/LocationInRack/TagVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Tag version of the chassis rack.</div>
</div>
<div id="Chassis:Oem/Hp/Location/LocationInRack/TagVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Location/LocationInRack/ULocation"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">U location of the chassis rack.</div>
</div>
<div id="Chassis:Oem/Hp/Location/LocationInRack/ULocation" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Location/LocationInRack/UPosition"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">U position of the chassis in the rack.</div>
</div>
<div id="Chassis:Oem/Hp/Location/LocationInRack/UPosition" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Location/LocationOfChassis/UUID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Chassis UUID provided by SMBIOS.</div>
</div>
<div id="Chassis:Oem/Hp/Location/LocationOfChassis/UUID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Prompt"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">CLI Prompt</div>
</div>
<div id="Chassis:Oem/Hp/Prompt" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Prompt": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/Prompt" on resource type <a href="#Chassis">Chassis</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "PartNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The chassis part number.</div>
</div>
<div id="Chassis:PartNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The chassis SKU.</div>
</div>
<div id="Chassis:SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SKU": "&lt;string-value&gt;"}</div>
  <p>
                The property "SKU" on resource type <a href="#Chassis">Chassis</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The chassis serial number.</div>
</div>
<div id="Chassis:SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SerialNumber": "&lt;string-value&gt;"}</div>
  <p>
                The property "SerialNumber" on resource type <a href="#Chassis">Chassis</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="Chassis:Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="Chassis:Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="Chassis:Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Version"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Chassis">Chassis</a></p>
  <div class="PropertyDescription">The chassis version.</div>
</div>
<div id="Chassis:Version" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="Chassis:SetAssetTag" class="PropertyName">
            POST Action "SetAssetTag"
          </h3>
<div class="PropertyDescription"/>
<div id="Chassis:SetAssetTag" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "AssetTag"
            </h4>
<p>
              "AssetTag" must be one of the following value(s):
            </p>
<table></table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "SetAssetTag", 
                  "Target": "/Oem/Hp", 
                  "AssetTag": ""}
          </div>
<h3 id="Chassis:AutoPowerOnControl" class="PropertyName">
            POST Action "AutoPowerOnControl"
          </h3>
<div class="PropertyDescription"/>
<div id="Chassis:AutoPowerOnControl" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "ControlType"
            </h4>
<p>
              "ControlType" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "On"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Off"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "AutoPowerOnControl", 
                  "Target": "/Oem/Hp", 
                  "ControlType": "On"}
          </div>
<h3 id="Chassis:SetChassisName" class="PropertyName">
            POST Action "SetChassisName"
          </h3>
<div class="PropertyDescription"/>
<div id="Chassis:SetChassisName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "ChassisName"
            </h4>
<p>
              "ChassisName" must be one of the following value(s):
            </p>
<table></table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "SetChassisName", 
                  "Target": "/Oem/Hp", 
                  "ChassisName": ""}
          </div>
<h3 id="Chassis:IndicatorLEDControl" class="PropertyName">
            POST Action "IndicatorLEDControl"
          </h3>
<div class="PropertyDescription"/>
<div id="Chassis:IndicatorLEDControl" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "ControlType"
            </h4>
<p>
              "ControlType" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "Lit"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Off"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "IndicatorLEDControl", 
                  "ControlType": "Lit", 
                  "Target": "/Oem/Hp"}
          </div>
<h2 class="ResourceTypeName" id="ChassisFirmwareSummary">
          "ChassisFirmwareSummary" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/ChassisFirmwareSummary">/rest/v1/Chassis/{item}/ChassisFirmwareSummary</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="ChassisFirmwareSummary" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ChassisFirmwareSummary" defines the following properties:
        </p>
<h3 class="PropertyName">
            "BayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisFirmwareSummary:BayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeData/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeData/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeData/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeData/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeProgrammableLogicDevice/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeProgrammableLogicDevice/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeProgrammableLogicDevice/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeProgrammableLogicDevice/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeSatelliteFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeSatelliteFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeSatelliteFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeSatelliteFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeSystemMEROMFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeSystemMEROMFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeSystemMEROMFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeSystemMEROMFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeSystemROMFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeSystemROMFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/CartridgeSystemROMFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/CartridgeSystemROMFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/MiscFW[]/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/MiscFW[]/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/MiscFW[]/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/MiscFW[]/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/RomFamily/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/RomFamily/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FirmwareRevisions/RomFamily/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/FirmwareRevisions/RomFamily/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Presence"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/Presence" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/SlotOrBayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisFirmwareSummary:Cartridges[]/SlotOrBayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmwareFrontDisplayPLD/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisFirmwareFrontDisplayPLD/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmwareFrontDisplayPLD/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisFirmwareFrontDisplayPLD/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmwarePLD/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisFirmwarePLD/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmwarePLD/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisFirmwarePLD/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisManagementFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisManagementFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisManagementFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisManagementFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisManagementModulePLD/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisManagementModulePLD/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisManagementModulePLD/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Firmware/ChassisManagementModulePLD/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/FirmwareVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This is the firmware version of the power supply.</div>
</div>
<div id="ChassisFirmwareSummary:PowerSupplies[]/FirmwareVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/SlotOrBayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisFirmwareSummary:PowerSupplies[]/SlotOrBayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ChassisFirmwareSummary:PowerSupplies[]/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ChassisFirmwareSummary:PowerSupplies[]/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ChassisFirmwareSummary:PowerSupplies[]/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchData/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchData/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchData/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchData/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchProgrammableLogicDevice/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchProgrammableLogicDevice/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchProgrammableLogicDevice/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchProgrammableLogicDevice/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchSatelliteFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchSatelliteFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchSatelliteFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchSatelliteFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchSystemROMFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchSystemROMFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FirmwareRevisions/SwitchSystemROMFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisFirmwareSummary:Switches[]/FirmwareRevisions/SwitchSystemROMFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisFirmwareSummary:Switches[]/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/Presence"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisFirmwareSummary:Switches[]/Presence" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/SlotOrBayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisFirmwareSummary">ChassisFirmwareSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisFirmwareSummary:Switches[]/SlotOrBayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="ChassisSummary">
          "ChassisSummary" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/ChassisSummary">/rest/v1/Chassis/{item}/ChassisSummary</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="ChassisSummary" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ChassisSummary" defines the following properties:
        </p>
<h3 class="PropertyName">
            "AssetTag"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Asset Tag</div>
</div>
<div id="ChassisSummary:AssetTag" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "AutoPowerOn"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Auto Power On</div>
</div>
<div id="ChassisSummary:AutoPowerOn" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "On"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"AutoPowerOn": "Off"}</div>
  <p>
                The property "AutoPowerOn" on resource type <a href="#ChassisSummary">ChassisSummary</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "BayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:BayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/AssetTag"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/AssetTag" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/AutoRev"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/AutoRev" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/CartridgeNodeCount"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/CartridgeNodeCount" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 0 to 8.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/CartridgeType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/CartridgeType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "CART_TYPE_RESERVED"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Compute"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Storage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Graphic"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Switch (network)"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Display (video) cartridge"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Expansion"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Network"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "FPGA"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Management"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "CART_TYPE_UNKNOWN"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/FrontLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This property is indicates the state of the chassis health LED.</div>
</div>
<div id="ChassisSummary:Cartridges[]/FrontLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Red"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Amber"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Green"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/HealthStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/HealthStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/IndicatorLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This property is indicates the state of the UID LED.</div>
</div>
<div id="ChassisSummary:Cartridges[]/IndicatorLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Lit"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blinking"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/InstantWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/InstantWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Length"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/Length" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Linked"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">The linked state of the cartridge.</div>
</div>
<div id="ChassisSummary:Cartridges[]/Linked" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Yes"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "No"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/ManagementDevice/Address"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/ManagementDevice/Address" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/ManagementDevice/JarFileName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/ManagementDevice/JarFileName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/ManagementDevice/RemoteConsoleCapability"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This property is true if remote console is available</div>
</div>
<div id="ChassisSummary:Cartridges[]/ManagementDevice/RemoteConsoleCapability" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/ManagementDevice/SessionID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/ManagementDevice/SessionID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/ManagementStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/ManagementStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Manufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/Manufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/MaxClockSpeedMHz"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/MaxClockSpeedMHz" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/MaximumWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/MaximumWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/NumberOfCores"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/NumberOfCores" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Power"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/Power" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "On"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Cartridges": [{"Power": "Off"}|null, ...]}</div>
  <p>
                The property "Cartridges[]/Power" on resource type <a href="#ChassisSummary">ChassisSummary</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Presence"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/Presence" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/ProcessorFamily"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/ProcessorFamily" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/SlotOrBayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/SlotOrBayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ChassisSummary:Cartridges[]/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ChassisSummary:Cartridges[]/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ChassisSummary:Cartridges[]/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/SubsumedBy"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/SubsumedBy" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Cartridges[]/Width"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Cartridges[]/Width" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "ChassisManager[]/IP"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:ChassisManager[]/IP" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "ChassisManager[]/MAC"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:ChassisManager[]/MAC" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "ChassisManager[]/SubnetMask"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:ChassisManager[]/SubnetMask" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CliVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">CLI Version</div>
</div>
<div id="ChassisSummary:CliVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/DepthInMm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Dimensions/DepthInMm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/HeightInMm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Dimensions/HeightInMm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/HeightInU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Dimensions/HeightInU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/WidthInMm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Dimensions/WidthInMm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/CurrentReading"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">see legacy json 'health_fans' prop 'speed'</div>
</div>
<div id="ChassisSummary:Fans[]/CurrentReading" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/FanName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">see legacy json 'health_fans' prop 'label'</div>
</div>
<div id="ChassisSummary:Fans[]/FanName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Oem/Hp/Location"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the component (i.e. CPU, Memory, and Storage) that the fan is being used to cool.</div>
</div>
<div id="ChassisSummary:Fans[]/Oem/Hp/Location" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "System"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "System Board"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "I/O Board"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "CPU"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Memory"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Storage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removable Media"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Power Supply"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Ambient"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Chassis"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Bridge Board"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Exhaust"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Processor Bay"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "IO Bay"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blade Slot"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Virtual"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/ProductName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">see legacy json 'health_fans' prop 'label'</div>
</div>
<div id="ChassisSummary:Fans[]/ProductName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/SlotOrBayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Fans[]/SlotOrBayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ChassisSummary:Fans[]/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ChassisSummary:Fans[]/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ChassisSummary:Fans[]/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Units"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">hardcode to 'Percent'</div>
</div>
<div id="ChassisSummary:Fans[]/Units" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmwareFrontDisplayPLD/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisFirmwareFrontDisplayPLD/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmwareFrontDisplayPLD/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisFirmwareFrontDisplayPLD/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmwarePLD/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisFirmwarePLD/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisFirmwarePLD/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisFirmwarePLD/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisManagementFirmware/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisManagementFirmware/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisManagementFirmware/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisManagementFirmware/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisManagementModulePLD/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisManagementModulePLD/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/ChassisManagementModulePLD/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="ChassisSummary:Firmware/ChassisManagementModulePLD/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "HealthLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This property is indicates the state of the chassis health LED.</div>
</div>
<div id="ChassisSummary:HealthLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Red"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Amber"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Green"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "HealthStatusCount/Critical"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:HealthStatusCount/Critical" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "HealthStatusCount/OK"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:HealthStatusCount/OK" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "IndicatorLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This property is indicates the state of the UID LED.</div>
</div>
<div id="ChassisSummary:IndicatorLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Lit"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blinking"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"IndicatorLED": "Lit"}</div>
  <p>
                The property "IndicatorLED" on resource type <a href="#ChassisSummary">ChassisSummary</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Manufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Manufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerCapacityWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">It is the total power supply capacity</div>
</div>
<div id="ChassisSummary:PowerCapacityWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerConsumedWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This is the total power consumed in watts</div>
</div>
<div id="ChassisSummary:PowerConsumedWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This property is indicates the state of the chassis power LED.</div>
</div>
<div id="ChassisSummary:PowerLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Red"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Amber"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Green"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/ACInputStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the type of fault present.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/ACInputStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/FirmwareVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This is the firmware version of the power supply.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/FirmwareVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/LastPowerOutputWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This indicates the average power consumed in watts.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/LastPowerOutputWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/LineInputVoltage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This is the instant input voltage at which the power supply is operating.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/LineInputVoltage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/LineInputVoltageType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Line voltage type can be lowline/midline/highline/-48VDC/420VDC/INVALID</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/LineInputVoltageType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "ACLowLine"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ACMidLine"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ACHighLine"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DCNeg48V"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DC480V"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This denotes the model number of the power supply.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/PowerCapacityWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This indicates the power capacity in watts of the power supply</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/PowerCapacityWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/PowerSupplyType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">The power supply type can be TREES/KHAN BLADE/PANDEMONIUM/BL-IRIS/SL-CARB2/SL-CARB/UNSUPPORTED</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/PowerSupplyType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "AC"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DC"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This denotes the serial number of the PS.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/SlotOrBayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:PowerSupplies[]/SlotOrBayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/SparePartNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This denotes the spare part number of the PS.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/SparePartNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ChassisSummary:PowerSupplies[]/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowercapDescription"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Powercap description.</div>
</div>
<div id="ChassisSummary:PowercapDescription" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowercapMode"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Powercap Mode.</div>
</div>
<div id="ChassisSummary:PowercapMode" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ChassisSummary:Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ChassisSummary:Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ChassisSummary:Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/AutoRev"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/AutoRev" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/FrontLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This property is indicates the state of the chassis health LED.</div>
</div>
<div id="ChassisSummary:Switches[]/FrontLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Red"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Amber"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Green"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/HealthStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/HealthStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/IPv4"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/IPv4" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/IPv6"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/IPv6" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/IndicatorLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">This property is indicates the state of the UID LED.</div>
</div>
<div id="ChassisSummary:Switches[]/IndicatorLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Lit"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blinking"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/InstantWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/InstantWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/MAC"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/MAC" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/ManagementStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/ManagementStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/Manufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/Manufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/MaximumWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/MaximumWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/Power"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/Power" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "On"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Switches": [{"Power": "Off"}|null, ...]}</div>
  <p>
                The property "Switches[]/Power" on resource type <a href="#ChassisSummary">ChassisSummary</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Switches[]/Presence"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/Presence" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/SlotOrBayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/SlotOrBayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ChassisSummary:Switches[]/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ChassisSummary:Switches[]/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ChassisSummary:Switches[]/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/SwitchType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/SwitchType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/UUID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/UUID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/UplinkModule/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/UplinkModule/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/UplinkModule/SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/UplinkModule/SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Switches[]/UplinkModule/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:Switches[]/UplinkModule/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "UUID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ChassisSummary">ChassisSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ChassisSummary:UUID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="ComputerSystem">
          "ComputerSystem" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Systems/{item}">/rest/v1/Systems/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>The schema definition of a computer system and its properties. A computer system represents a physical or virtual machine and the local resources, such as memory, CPU, and other devices that can be accessed from that machine.</p>
<div id="ComputerSystem" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ComputerSystem" defines the following properties:
        </p>
<h3 class="PropertyName">
            "AssetTag"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">A user-definable tag that is used to track this system for inventory or other client purposes.</div>
</div>
<div id="ComputerSystem:AssetTag" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"AssetTag": "&lt;string-value&gt;"}</div>
  <p>
                The property "AssetTag" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Bios/Current/Date"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Bios/Current/Date" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Bios/Current/Family"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Bios/Current/Family" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Bios/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Bios/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Boot/BootSourceOverrideEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">BootSourceOverrideTarget must be specified before BootSourceOverrideEnabled can be used.</div>
</div>
<div id="ComputerSystem:Boot/BootSourceOverrideEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Once"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Continuous"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Boot": {"BootSourceOverrideEnabled": "Once"}}</div>
  <p>
                The property "Boot/BootSourceOverrideEnabled" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Boot/BootSourceOverrideTarget"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The current boot source to be used at next boot instead of the normal boot device, if BootSourceOverrideEnabled is not Disabled.</div>
</div>
<div id="ComputerSystem:Boot/BootSourceOverrideTarget" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "None"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PXE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Floppy"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "CD"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "USB"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "HDD"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "BiosSetup"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Utilities"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Diags"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "UefiShell"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "UefiTarget"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "M.2"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "iSCSI"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Boot": {"BootSourceOverrideTarget": "BiosSetup"}}</div>
  <p>
                The property "Boot/BootSourceOverrideTarget" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "HostCorrelation/HostFQDN"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:HostCorrelation/HostFQDN" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "HostCorrelation/HostName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:HostCorrelation/HostName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "IndicatorLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The state of the indicator LED.</div>
</div>
<div id="ComputerSystem:IndicatorLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Lit"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blinking"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"IndicatorLED": "Lit"}</div>
  <p>
                The property "IndicatorLED" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Manufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The manufacturer or OEM of this system.</div>
</div>
<div id="ComputerSystem:Manufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Memory/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ComputerSystem:Memory/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Memory/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ComputerSystem:Memory/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Memory/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ComputerSystem:Memory/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Memory/TotalSystemMemoryGB"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The total amount of memory in the system, measured in GB.</div>
</div>
<div id="ComputerSystem:Memory/TotalSystemMemoryGB" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The model information that the manufacturer uses to refer to this system.</div>
</div>
<div id="ComputerSystem:Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DiskDrives[]/CapacityGB"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/DiskDrives[]/CapacityGB" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DiskDrives[]/DiskNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/DiskDrives[]/DiskNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DiskDrives[]/Firmware"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/DiskDrives[]/Firmware" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DiskDrives[]/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/DiskDrives[]/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DiskDrives[]/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/DiskDrives[]/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DiskDrives[]/Wear"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/DiskDrives[]/Wear" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/AssetTag"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/AssetTag" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/Attributes"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Bits 7-4: reserved, Bits 3-0: rank, Value=0 for unknown rank information.</div>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/Attributes" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/CapacityGB"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/CapacityGB" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/ClockSpeed"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Identifies the configured clock speed to the memory device, in megahertz (MHz). If the value is 0, the speed is unknown.</div>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/ClockSpeed" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/DataWidth"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/DataWidth" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/DeviceSet"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Identifies when the Memory Device is one of a set of Memory Devices that must be populated with all devices of the same type and size, and the set to which this device belongs. A value of 0 indicates that the device is not part of a set; a value of 255 indicates that the attribute is unknown.</div>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/DeviceSet" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/FormFactor"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/FormFactor" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "REC_MEM_FF_RESERVED"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "REC_MEM_FF_MASK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "SODIMM"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DIMM"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Embedded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DODIMM"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/Manufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/Manufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/MemoryBusSpeedMhz"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/MemoryBusSpeedMhz" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/MemoryType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The type of memory DIMM used in this system.</div>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/MemoryType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "DDR"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DDR2"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DDR3"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "FBD2"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/PartNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/PartNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/SizeMB"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/SizeMB" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/SlotOrBayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/SlotOrBayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MemoryModules[]/TotalWidth"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/MemoryModules[]/TotalWidth" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/NICs[]/Manufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/NICs[]/Manufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/NICs[]/MaximumSpeed"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/NICs[]/MaximumSpeed" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/NICs[]/Topology"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/NICs[]/Topology" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/NodeOptions"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Oem/Hp/NodeOptions" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Object</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"NodeOptions": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/NodeOptions" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Options/BSC"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">BIOS Serial Console</div>
</div>
<div id="ComputerSystem:Oem/Hp/Options/BSC" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DISABLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ENABLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Options": {"BSC": "DISABLE"}}}}</div>
  <p>
                The property "Oem/Hp/Options/BSC" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Options/BootOnce"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The current boot source to be used at next boot instead of the normal boot device</div>
</div>
<div id="ComputerSystem:Oem/Hp/Options/BootOnce" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "None"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "HDD"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PXE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "iSCSI"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "M.2"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Options": {"BootOnce": "PXE"}}}}</div>
  <p>
                The property "Oem/Hp/Options/BootOnce" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Options/BootOnce"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The current boot source to be used at next boot instead of the normal boot device</div>
</div>
<div id="ComputerSystem:Oem/Hp/Options/BootOrder" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "None"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "HDD"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PXE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "iSCSI"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "M.2"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Options": {"BootOrder": ["M.2","PXE"]}}}}</div>
  <p>
  <div class="Code">{"Oem": {"Hp": {"Options": {"BootOrder": ["HDD"]}}}}</div>
  <p>
                The property "Oem/Hp/Options/BootOrder" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Options/CPU/ClockRate/CurrentFrequency"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Current CPU clock rate</div>
</div>
<div id="ComputerSystem:Oem/Hp/Options/CPU/ClockRate/CurrentFrequency" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Options": {"CPU": {"ClockRate": {"CurrentFrequency": "&lt;string-value&gt;"}}}}}}</div>
  <p>
                The property "Oem/Hp/Options/CPU/ClockRate/CurrentFrequency" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Options/CPU/HyperThreading"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Intel CPU HyperThreading</div>
</div>
<div id="ComputerSystem:Oem/Hp/Options/CPU/HyperThreading" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DISABLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ENABLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Options": {"CPU": {"HyperThreading": "DISABLE"}}}}}</div>
  <p>
                The property "Oem/Hp/Options/CPU/HyperThreading" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Options/CPUOptions[]/DefaultValue"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Defines the allowable values for this property on this resource.</div>
</div>
<div id="ComputerSystem:Oem/Hp/Options/CPUOptions[]/DefaultValue" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Options/CPUOptions[]/OptionName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Defines the property name for which the following allowable values apply.</div>
</div>
<div id="ComputerSystem:Oem/Hp/Options/CPUOptions[]/OptionName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Options/WOL"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Wake On LAN</div>
</div>
<div id="ComputerSystem:Oem/Hp/Options/WOL" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Options": {"WOL": "&lt;string-value&gt;"}}}}</div>
  <p>
                The property "Oem/Hp/Options/WOL" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/PowerOnDelay"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Redundent with HpBios::PowerOnDelay</div>
</div>
<div id="ComputerSystem:Oem/Hp/PowerOnDelay" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Minimum"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "15Sec"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "30Sec"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "45Sec"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "60Sec"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "RandomUpTo120Sec"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"PowerOnDelay": "45Sec"}}}</div>
  <p>
                The property "Oem/Hp/PowerOnDelay" on resource type <a href="#ComputerSystem">ComputerSystem</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/TrustedModules/FWVersion/Current/MajorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The major version of the firmware.</div>
</div>
<div id="ComputerSystem:Oem/Hp/TrustedModules/FWVersion/Current/MajorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/TrustedModules/FWVersion/Current/MinorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The minor version of the firmware.</div>
</div>
<div id="ComputerSystem:Oem/Hp/TrustedModules/FWVersion/Current/MinorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/TrustedModules/HardwareStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">This property indicates the TPM or TM status.</div>
</div>
<div id="ComputerSystem:Oem/Hp/TrustedModules/HardwareStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "NotPresent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Present"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/TrustedModules/ModuleType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">This property indicates the type of TPM or TM.</div>
</div>
<div id="ComputerSystem:Oem/Hp/TrustedModules/ModuleType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unspecified"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "TPM1.2"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "TPM2.0"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "TM1.0"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/TrustedModules/Status"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">This property indicates the TPM or TM status.</div>
</div>
<div id="ComputerSystem:Oem/Hp/TrustedModules/Status" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "NotPresent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PresentEnabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PresentDisabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Power"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The current power state of the system.</div>
</div>
<div id="ComputerSystem:Power" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "On"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Reset"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Processors/Count"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The number of processors in the system.</div>
</div>
<div id="ComputerSystem:Processors/Count" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Processors/CurrentClockSpeedMHz"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Processor Clock Speed in MHz</div>
</div>
<div id="ComputerSystem:Processors/CurrentClockSpeedMHz" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Processors/MaxClockSpeedMHz"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Processors/MaxClockSpeedMHz" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Processors/NumberOfCores"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ComputerSystem:Processors/NumberOfCores" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Processors/ProcessorFamily"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">This is the processor family for the processors in the system.</div>
</div>
<div id="ComputerSystem:Processors/ProcessorFamily" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">SKU for this system.</div>
</div>
<div id="ComputerSystem:SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The system serial number.</div>
</div>
<div id="ComputerSystem:SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ComputerSystem:Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SystemType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The type of computer system that this resource represents.</div>
</div>
<div id="ComputerSystem:SystemType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Physical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Virtual"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OS"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PhysicallyPartitioned"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "VirtuallyPartitioned"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "UUID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ComputerSystem">ComputerSystem</a></p>
  <div class="PropertyDescription">The universal unique identifier for this system.</div>
</div>
<div id="ComputerSystem:UUID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="ComputerSystem:Reset" class="PropertyName">
            POST Action "Reset"
          </h3>
<div class="PropertyDescription"/>
<div id="ComputerSystem:Reset" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "ResetType"
            </h4>
<p>
              "ResetType" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "On"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Off"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Reset"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "ColdReset"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Nmi"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "GracefulShutdown"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "Reset", 
                  "ResetType": "On"}
          </div>
<h3 id="ComputerSystem:PowerButton" class="PropertyName">
            POST Action "PowerButton"
          </h3>
<div class="PropertyDescription"/>
<div id="ComputerSystem:PowerButton" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "PushType"
            </h4>
<p>
              "PushType" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "Press"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "PressAndHold"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "PowerButton", 
                  "PushType": "Press"}
          </div>
<h2 class="ResourceTypeName" id="DirectoryService">
          "DirectoryService" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/DirectoryService">/rest/v1/DirectoryService</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>This is the schema definition for the Directory service. It represents the properties for this service and has links to the list of groups.</p>
<div id="DirectoryService" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "DirectoryService" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Oem/Hp/DirectoryServerAddress"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="DirectoryService:Oem/Hp/DirectoryServerAddress" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DirectoryServerAddress": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/DirectoryServerAddress" on resource type <a href="#DirectoryService">DirectoryService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DirectoryServerLDAPPort"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="DirectoryService:Oem/Hp/DirectoryServerLDAPPort" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DirectoryServerLDAPPort": &lt;integer-value&gt;}}}</div>
  <p>
                The property "Oem/Hp/DirectoryServerLDAPPort" on resource type <a href="#DirectoryService">DirectoryService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/KerberosEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">Descriptive login name that helps to easily identify the owner of each user name. The login name does not have to be the same as the user name and must use printable characters. The maximum length for a user name is 39 characters.</div>
</div>
<div id="DirectoryService:Oem/Hp/KerberosEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"KerberosEnabled": true}}}</div>
  <p>
                The property "Oem/Hp/KerberosEnabled" on resource type <a href="#DirectoryService">DirectoryService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/KerberosKDCServerAddress"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">Descriptive login name that helps to easily identify the owner of each user name. The login name does not have to be the same as the user name and must use printable characters. The maximum length for a user name is 39 characters.</div>
</div>
<div id="DirectoryService:Oem/Hp/KerberosKDCServerAddress" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"KerberosKDCServerAddress": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/KerberosKDCServerAddress" on resource type <a href="#DirectoryService">DirectoryService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/KerberosKDCServerPort"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">Descriptive login name that helps to easily identify the owner of each user name. The login name does not have to be the same as the user name and must use printable characters. The maximum length for a user name is 39 characters.</div>
</div>
<div id="DirectoryService:Oem/Hp/KerberosKDCServerPort" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"KerberosKDCServerPort": &lt;integer-value&gt;}}}</div>
  <p>
                The property "Oem/Hp/KerberosKDCServerPort" on resource type <a href="#DirectoryService">DirectoryService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/KerberosKeytabFileExists"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">Flag that indicates whether a Kerberos Keytab file exists.</div>
</div>
<div id="DirectoryService:Oem/Hp/KerberosKeytabFileExists" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/KerberosRealm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">Descriptive login name that helps to easily identify the owner of each user name. The login name does not have to be the same as the user name and must use printable characters. The maximum length for a user name is 39 characters.</div>
</div>
<div id="DirectoryService:Oem/Hp/KerberosRealm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"KerberosRealm": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/KerberosRealm" on resource type <a href="#DirectoryService">DirectoryService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/KeytabEntries[]/KerberosRealm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">The descriptive name of the test.</div>
</div>
<div id="DirectoryService:Oem/Hp/KeytabEntries[]/KerberosRealm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/KeytabEntries[]/TestResult"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">The results of running the test.</div>
</div>
<div id="DirectoryService:Oem/Hp/KeytabEntries[]/TestResult" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/LDAPDirectoryAuthenticationEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="DirectoryService:Oem/Hp/LDAPDirectoryAuthenticationEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"LDAPDirectoryAuthenticationEnabled": true}}}</div>
  <p>
                The property "Oem/Hp/LDAPDirectoryAuthenticationEnabled" on resource type <a href="#DirectoryService">DirectoryService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/LocalLoginEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">Flag that indicates whether local accounts are enabled.</div>
</div>
<div id="DirectoryService:Oem/Hp/LocalLoginEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/TestResults/TestInformation[]/TestName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">The descriptive name of the test.</div>
</div>
<div id="DirectoryService:Oem/Hp/TestResults/TestInformation[]/TestName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/TestResults/TestInformation[]/TestResult"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">The results of running the test.</div>
</div>
<div id="DirectoryService:Oem/Hp/TestResults/TestInformation[]/TestResult" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/TestResults/TestState"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">This privilege enables a user to access one or more of the cartridges in the chassis.</div>
</div>
<div id="DirectoryService:Oem/Hp/TestResults/TestState" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "NotRunning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InProgress"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Complete"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Aborting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Aborted"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/links/UploadKerberosKeytab/extref"
            </h3>
<div>
  <p>
              This property is a member of <a href="#DirectoryService">DirectoryService</a></p>
  <div class="PropertyDescription">The URI of an external resource.</div>
</div>
<div id="DirectoryService:Oem/Hp/links/UploadKerberosKeytab/extref" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="DirectoryService:StartTest" class="PropertyName">
            POST Action "StartTest"
          </h3>
<div class="PropertyDescription">Starts the LDAP test.</div>
<div id="DirectoryService:StartTest" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "UserName"
            </h4>
<p>
              "UserName" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "UserPassword"
            </h4>
<p>
              "UserPassword" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "AdminName"
            </h4>
<p>
              "AdminName" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "AdminPassword"
            </h4>
<p>
              "AdminPassword" must be one of the following value(s):
            </p>
<table></table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "StartTest", 
                  "Target": "/Oem/Hp", 
                  "UserName": "", 
                  "UserPassword": "", 
                  "AdminName": "", 
                  "AdminPassword": ""}
          </div>
<h3 id="DirectoryService:StopTest" class="PropertyName">
            POST Action "StopTest"
          </h3>
<div class="PropertyDescription">Stops the LDAP test.</div>
<div id="DirectoryService:StopTest" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "StopTest", 
                  "Target": "/Oem/Hp"}
          </div>
<h2 class="ResourceTypeName" id="EthernetNetworkInterface">
          "EthernetNetworkInterface" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/NICs/{item}">/rest/v1/Managers/{item}/NICs/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>The schema definition of a simple Ethernet NIC resource.</p>
<div id="EthernetNetworkInterface" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "EthernetNetworkInterface" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Autosense"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Autosense speed/duplex enabled or disabled. This property can be disabled only if the SpeedMbps and FullDuplex values are specified. This property is applicable only for a dedicated network port. This property can only be modified on a dedicated network port. It cannot be modified for blade servers.</div>
</div>
<div id="EthernetNetworkInterface:Autosense" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Autosense": true}</div>
  <p>
                The property "Autosense" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "FQDN"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">The complete, fully qualified domain name obtained by DNS for this NIC.</div>
</div>
<div id="EthernetNetworkInterface:FQDN" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FactoryMacAddress"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">This is the MAC address assigned to the NIC at the factory.</div>
</div>
<div id="EthernetNetworkInterface:FactoryMacAddress" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FullDuplex"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Connection duplex status. If Autosense is enabled, this property cannot be modified. This property is applicable only for a dedicated network port. This property can only be modified on a dedicated network port. It cannot be modified for blade servers.</div>
</div>
<div id="EthernetNetworkInterface:FullDuplex" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"FullDuplex": true}</div>
  <p>
                The property "FullDuplex" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "IPv4Addresses[]/Address"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">The IPv4 Address.</div>
</div>
<div id="EthernetNetworkInterface:IPv4Addresses[]/Address" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"IPv4Addresses": [{"Address": "&lt;string-value&gt;"}|null, ...]}</div>
  <p>
                The property "IPv4Addresses[]/Address" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "IPv4Addresses[]/AddressOrigin"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">How the address was determined.</div>
</div>
<div id="EthernetNetworkInterface:IPv4Addresses[]/AddressOrigin" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "DHCP"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Static"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "IPv4Addresses[]/Gateway"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">The IPv4 gateway for this address.</div>
</div>
<div id="EthernetNetworkInterface:IPv4Addresses[]/Gateway" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"IPv4Addresses": [{"Gateway": "&lt;string-value&gt;"}|null, ...]}</div>
  <p>
                The property "IPv4Addresses[]/Gateway" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "IPv4Addresses[]/SubnetMask"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">The IPv4 Subnet mask.</div>
</div>
<div id="EthernetNetworkInterface:IPv4Addresses[]/SubnetMask" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"IPv4Addresses": [{"SubnetMask": "&lt;string-value&gt;"}|null, ...]}</div>
  <p>
                The property "IPv4Addresses[]/SubnetMask" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "MacAddress"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">The effective current MAC address. If the assignable MAC address is not supported, this is a read-only alias of FactoryMacAddress.</div>
</div>
<div id="EthernetNetworkInterface:MacAddress" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/ConfigurationSettings"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">The state of the currently displayed configuration settings.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/ConfigurationSettings" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Current"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "SomePendingReset"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DHCPv4/Enabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether DHCPv4 is enabled.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/DHCPv4/Enabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DHCPv4": {"Enabled": true}}}}</div>
  <p>
                The property "Oem/Hp/DHCPv4/Enabled" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DHCPv4/UseDNSServers"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether to use DHCPv4-supplied DNS servers. Can only be enabled when DHCPv4 is also enabled; otherwise, this property will be set to false and will be read-only.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/DHCPv4/UseDNSServers" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DHCPv4": {"UseDNSServers": true}}}}</div>
  <p>
                The property "Oem/Hp/DHCPv4/UseDNSServers" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DHCPv4/UseDomainName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether to use a DHCPv4-supplied domain name. Can only be enabled when DHCPv4 is also enabled; otherwis,e this property will be set to false and will be read-only.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/DHCPv4/UseDomainName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DHCPv4": {"UseDomainName": true}}}}</div>
  <p>
                The property "Oem/Hp/DHCPv4/UseDomainName" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DHCPv4/UseGateway"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether to use a DHCPv4-supplied gateway. Can only be enabled when DHCPv4 is also enabled; otherwise, this property will be set to false and will be read-only.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/DHCPv4/UseGateway" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DHCPv4": {"UseGateway": true}}}}</div>
  <p>
                The property "Oem/Hp/DHCPv4/UseGateway" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DHCPv4/UseNTPServers"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether to use DHCPv4-supplied NTP servers. Can only be enabled when DHCPv4 is also enabled; otherwise, this property will be set to false and will be read-only.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/DHCPv4/UseNTPServers" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DHCPv4": {"UseNTPServers": true}}}}</div>
  <p>
                The property "Oem/Hp/DHCPv4/UseNTPServers" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DHCPv4/UseStaticRoutes"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether to use DHCPv4-supplied static routes. Can only be enabled when DHCPv4 is also enabled; otherwise, this property will be set to false and will be read-only.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/DHCPv4/UseStaticRoutes" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DHCPv4": {"UseStaticRoutes": true}}}}</div>
  <p>
                The property "Oem/Hp/DHCPv4/UseStaticRoutes" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DHCPv4/UseWINSServers"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether to use DHCPv4-supplied WINS servers. Can only be enabled when DHCPv4 is also enabled; otherwise, this property will be set to false and will be read-only.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/DHCPv4/UseWINSServers" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DHCPv4": {"UseWINSServers": true}}}}</div>
  <p>
                The property "Oem/Hp/DHCPv4/UseWINSServers" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DaisyChainEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">When enabled, the iLO CM Link Port can be used to daisy-chain the management port network to another iLO CM module.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/DaisyChainEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DaisyChainEnabled": true}}}</div>
  <p>
                The property "Oem/Hp/DaisyChainEnabled" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/DomainName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Domain name of the management network to which this iLO belongs. This property can only be modified when iLO is not configured to use a DHCPv4 or DHCPv6 supplied domain name.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/DomainName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"DomainName": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/DomainName" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/HostName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">iLO host name.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/HostName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"HostName": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/HostName" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/IPv4/DDNSRegistration"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether DDNS registration is enabled.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/IPv4/DDNSRegistration" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"IPv4": {"DDNSRegistration": true}}}}</div>
  <p>
                The property "Oem/Hp/IPv4/DDNSRegistration" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/IPv4/StaticRoutes[]/Address"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">This is a duplicate of Destination kept for compatibility with 1.30.  It is now deprecated.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/IPv4/StaticRoutes[]/Address" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"IPv4": {"StaticRoutes": [{"Address": "&lt;string-value&gt;"}|null, ...]}}}}</div>
  <p>
                The property "Oem/Hp/IPv4/StaticRoutes[]/Address" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/IPv4/StaticRoutes[]/Destination"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">An IPv4 static route subnet mask. Only writeable when use of DHCPv4-supplied static routes is disabled; otherwise this property is read-only indicating the value is provided by DHCPv4.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/IPv4/StaticRoutes[]/Destination" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"IPv4": {"StaticRoutes": [{"Destination": "&lt;string-value&gt;"}|null, ...]}}}}</div>
  <p>
                The property "Oem/Hp/IPv4/StaticRoutes[]/Destination" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/IPv4/StaticRoutes[]/Gateway"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Currently configured WINS servers in order of descending preference. Static values when not configured to use DHCPv4-supplied WINS servers; otherwise this property is read-only indicating the values are provided by DHCPv4.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/IPv4/StaticRoutes[]/Gateway" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"IPv4": {"StaticRoutes": [{"Gateway": "&lt;string-value&gt;"}|null, ...]}}}}</div>
  <p>
                The property "Oem/Hp/IPv4/StaticRoutes[]/Gateway" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/IPv4/StaticRoutes[]/SubnetMask"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">An IPv4 static route gateway. Only writeable when use of DHCPv4-supplied static routes is disabled; otherwise this property is read-only indicating the value is provided by DHCPv4.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/IPv4/StaticRoutes[]/SubnetMask" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"IPv4": {"StaticRoutes": [{"SubnetMask": "&lt;string-value&gt;"}|null, ...]}}}}</div>
  <p>
                The property "Oem/Hp/IPv4/StaticRoutes[]/SubnetMask" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/IPv4/WINSRegistration"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether WINS registration is enabled.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/IPv4/WINSRegistration" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"IPv4": {"WINSRegistration": true}}}}</div>
  <p>
                The property "Oem/Hp/IPv4/WINSRegistration" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/NICEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether this NIC is enabled or disabled.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/NICEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/PingGatewayOnStartup"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Determines whether to ping the gateway on startup.</div>
</div>
<div id="EthernetNetworkInterface:Oem/Hp/PingGatewayOnStartup" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"PingGatewayOnStartup": true}}}</div>
  <p>
                The property "Oem/Hp/PingGatewayOnStartup" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SpeedMbps"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Indicates the link speed of the ethernet interface. If Autosense is enabled, this property cannot be modified. This property can only be modified on a dedicated network port. It cannot be modified for blade servers.</div>
</div>
<div id="EthernetNetworkInterface:SpeedMbps" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SpeedMbps": &lt;integer-value&gt;}</div>
  <p>
                The property "SpeedMbps" on resource type <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="EthernetNetworkInterface:Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="EthernetNetworkInterface:Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#EthernetNetworkInterface">EthernetNetworkInterface</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="EthernetNetworkInterface:Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="HpHttpsCert">
          "HpHttpsCert" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/SecurityService/HTTPSCert">/rest/v1/Managers/{item}/SecurityService/HTTPSCert</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>This is the schema definition for the X509 Certificate.</p>
<div id="HpHttpsCert" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "HpHttpsCert" defines the following properties:
        </p>
<h3 class="PropertyName">
            "CertificateSigningRequest"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpHttpsCert">HpHttpsCert</a></p>
  <div class="PropertyDescription">GenerateCSR action, wait few minutes (upto 10), perform GET operation, fills CSR. Contains a public and private key pair.</div>
</div>
<div id="HpHttpsCert:CertificateSigningRequest" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "X509CertificateInformation/Issuer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpHttpsCert">HpHttpsCert</a></p>
  <div class="PropertyDescription">The Certificate Authority that issued the certificate.</div>
</div>
<div id="HpHttpsCert:X509CertificateInformation/Issuer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "X509CertificateInformation/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpHttpsCert">HpHttpsCert</a></p>
  <div class="PropertyDescription">The serial number that the Certificate Authority assigned to the certificate.</div>
</div>
<div id="HpHttpsCert:X509CertificateInformation/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "X509CertificateInformation/Subject"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpHttpsCert">HpHttpsCert</a></p>
  <div class="PropertyDescription">The entity to which the certificate was issued.</div>
</div>
<div id="HpHttpsCert:X509CertificateInformation/Subject" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "X509CertificateInformation/ValidNotAfter"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpHttpsCert">HpHttpsCert</a></p>
  <div class="PropertyDescription">The date on which the certificate validity period ends.</div>
</div>
<div id="HpHttpsCert:X509CertificateInformation/ValidNotAfter" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "X509CertificateInformation/ValidNotBefore"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpHttpsCert">HpHttpsCert</a></p>
  <div class="PropertyDescription">The date on which the certificate validity period begins.</div>
</div>
<div id="HpHttpsCert:X509CertificateInformation/ValidNotBefore" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="HpHttpsCert:GenerateCSR" class="PropertyName">
            POST Action "GenerateCSR"
          </h3>
<div class="PropertyDescription"/>
<div id="HpHttpsCert:GenerateCSR" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Country"
            </h4>
<p>
              "Country" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "State"
            </h4>
<p>
              "State" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "City"
            </h4>
<p>
              "City" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "OrgName"
            </h4>
<p>
              "OrgName" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "EmailAddress"
            </h4>
<p>
              "EmailAddress" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "OrgUnit"
            </h4>
<p>
              "OrgUnit" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "CommonName"
            </h4>
<p>
              "CommonName" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "GenerateCSR", 
                  "Country": "&lt;string&gt;", 
                  "State": "&lt;string&gt;", 
                  "City": "&lt;string&gt;", 
                  "OrgName": "&lt;string&gt;", 
                  "EmailAddress": "&lt;string&gt;", 
                  "OrgUnit": "&lt;string&gt;", 
                  "CommonName": "&lt;string&gt;"}
          </div>
<h3 id="HpHttpsCert:ImportCertificate" class="PropertyName">
            POST Action "ImportCertificate"
          </h3>
<div class="PropertyDescription">Imports a Trusted Certificate and iLO is reset.</div>
<div id="HpHttpsCert:ImportCertificate" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Certificate"
            </h4>
<p>
              "Certificate" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;text&gt;"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "ImportCertificate", 
                  "Certificate": "&lt;text&gt;"}
          </div>
<h2 class="ResourceTypeName" id="HpMoonshotCartridge">
          "HpMoonshotCartridge" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/Cartridges/{item}">/rest/v1/Chassis/{item}/Cartridges/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="HpMoonshotCartridge" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "HpMoonshotCartridge" defines the following properties:
        </p>
<h3 class="PropertyName">
            "BayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:BayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/AssetTag"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/AssetTag" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"CartridgeInfo": {"AssetTag": "&lt;string-value&gt;"}}</div>
  <p>
                The property "CartridgeInfo/AssetTag" on resource type <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/AutoRev"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/AutoRev" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/CartridgeNodeCount"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/CartridgeNodeCount" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 0 to 8.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/CartridgeType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/CartridgeType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "CART_TYPE_RESERVED"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Compute"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Storage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Graphic"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Switch (network)"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DSP"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Expansion"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Network"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "FPGA"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Management"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "CART_TYPE_UNKNOWN"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/HealthStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/HealthStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/InstantWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/InstantWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/Length"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/Length" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/Linked"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">The linked state of the cartridge.</div>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/Linked" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Yes"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "No"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/ManagementStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/ManagementStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/MaximumWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/MaximumWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/MfgDateTime"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/MfgDateTime" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/WattageHistoryLevel[]/Counter"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/WattageHistoryLevel[]/Counter" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/WattageHistoryLevel[]/Cumulator"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/WattageHistoryLevel[]/Cumulator" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/WattageHistoryLevel[]/SampleType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">Describes the sample type (time span and sample interval).</div>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/WattageHistoryLevel[]/SampleType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/WattageHistoryLevel[]/Samples[]/Wattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/WattageHistoryLevel[]/Samples[]/Wattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/WattageHistoryLevel[]/Samples[]/WattageInt"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/WattageHistoryLevel[]/Samples[]/WattageInt" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "CartridgeInfo/Width"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:CartridgeInfo/Width" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "ChassisType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:ChassisType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Rack"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blade"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enclosure"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "StandAlone"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "RackMount"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Card"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Cartridge"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Row"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Pod"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Expansion"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Sidecar"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Other"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/DepthInMm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Dimensions/DepthInMm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/HeightInMm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Dimensions/HeightInMm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/HeightInU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Dimensions/HeightInU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/WidthInMm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Dimensions/WidthInMm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/CartridgeData/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:FirmwareRevisions/CartridgeData/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/CartridgeProgrammableLogicDevice/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:FirmwareRevisions/CartridgeProgrammableLogicDevice/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/CartridgeSatelliteFirmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:FirmwareRevisions/CartridgeSatelliteFirmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/CartridgeSystemMEROMFirmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:FirmwareRevisions/CartridgeSystemMEROMFirmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/CartridgeSystemROMFirmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:FirmwareRevisions/CartridgeSystemROMFirmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/MiscFW[]/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="HpMoonshotCartridge:FirmwareRevisions/MiscFW[]/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/MiscFW[]/Firmware/definitions/FWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">This string represents the version of the firmware image.</div>
</div>
<div id="HpMoonshotCartridge:FirmwareRevisions/MiscFW[]/Firmware/definitions/FWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/RomFamily/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:FirmwareRevisions/RomFamily/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "IndicatorLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">This property is indicates the state of the UID LED.</div>
</div>
<div id="HpMoonshotCartridge:IndicatorLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Lit"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blinking"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"IndicatorLED": "Lit"}</div>
  <p>
                The property "IndicatorLED" on resource type <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "ManagementDevice/Address"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:ManagementDevice/Address" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "ManagementDevice/JarFileName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:ManagementDevice/JarFileName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "ManagementDevice/RemoteConsoleCapability"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">This property is true if remote console is available</div>
</div>
<div id="HpMoonshotCartridge:ManagementDevice/RemoteConsoleCapability" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "ManagementDevice/SessionID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:ManagementDevice/SessionID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Manufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Manufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Mezzanine[]/AutoRev"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Mezzanine[]/AutoRev" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Mezzanine[]/CartridgeMezzData/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Mezzanine[]/CartridgeMezzData/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Mezzanine[]/MfgDateTime"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Mezzanine[]/MfgDateTime" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Mezzanine[]/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Mezzanine[]/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Mezzanine[]/SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Mezzanine[]/SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Mezzanine[]/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Mezzanine[]/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Mezzanine[]/SparePartNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Mezzanine[]/SparePartNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Power"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:Power" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "On"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Press"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PressAndHold"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Power": "Press"}</div>
  <p>
                The property "Power" on resource type <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SKU": "&lt;string-value&gt;"}</div>
  <p>
                The property "SKU" on resource type <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotCartridge:SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SerialNumber": "&lt;string-value&gt;"}</div>
  <p>
                The property "SerialNumber" on resource type <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="HpMoonshotCartridge:Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="HpMoonshotCartridge:Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridge">HpMoonshotCartridge</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="HpMoonshotCartridge:Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="HpMoonshotCartridge:LinkControl" class="PropertyName">
            POST Action "LinkControl"
          </h3>
<div class="PropertyDescription"/>
<div id="HpMoonshotCartridge:LinkControl" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "ControlType"
            </h4>
<p>
              "ControlType" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "On"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Off"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "LinkedCartridge"
            </h4>
<p>
              "LinkedCartridge" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "LinkControl", 
                  "ControlType": "On", 
                  "LinkedCartridge": "&lt;string&gt;"}
          </div>
<h3 id="HpMoonshotCartridge:IndicatorLEDControl" class="PropertyName">
            POST Action "IndicatorLEDControl"
          </h3>
<div class="PropertyDescription"/>
<div id="HpMoonshotCartridge:IndicatorLEDControl" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "ControlType"
            </h4>
<p>
              "ControlType" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "Lit"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Off"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "IndicatorLEDControl", 
                  "ControlType": "Lit"}
          </div>
<h3 id="HpMoonshotCartridge:RemoteConsoleSession" class="PropertyName">
            POST Action "RemoteConsoleSession"
          </h3>
<div class="PropertyDescription"/>
<div id="HpMoonshotCartridge:RemoteConsoleSession" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "UserName"
            </h4>
<p>
              "UserName" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "Type"
            </h4>
<p>
              "Type" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "Create"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Delete"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "UserName": "&lt;string&gt;", 
                  "Action": "RemoteConsoleSession", 
                  "Type": "Create"}
          </div>
<h2 class="ResourceTypeName" id="HpMoonshotCartridgeLinkService">
          "HpMoonshotCartridgeLinkService" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/CartridgeLinks">/rest/v1/Chassis/{item}/CartridgeLinks</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="HpMoonshotCartridgeLinkService" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "HpMoonshotCartridgeLinkService" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridgeLinkService">HpMoonshotCartridgeLinkService</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="HpMoonshotCartridgeLinkService:Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridgeLinkService">HpMoonshotCartridgeLinkService</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="HpMoonshotCartridgeLinkService:Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotCartridgeLinkService">HpMoonshotCartridgeLinkService</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="HpMoonshotCartridgeLinkService:Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="HpMoonshotCartridgeLinkService:ChangeLinks" class="PropertyName">
            POST Action "ChangeLinks"
          </h3>
<div class="PropertyDescription"/>
<div id="HpMoonshotCartridgeLinkService:ChangeLinks" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "LinkEnabled"
            </h4>
<p>
              "LinkEnabled" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "On"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Off"
                      </td>
  </tr>
</table>
<h4 class="PropertyName">
              Parameter "LinkTargets"
            </h4>
<p>
              "LinkTargets" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "ChangeLinks", 
                  "LinkEnabled": "On", 
                  "LinkTargets": "&lt;string&gt;"}
          </div>
<h2 class="ResourceTypeName" id="HpMoonshotLogService">
          "HpMoonshotLogService" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/Cartridges/{item}/Logs/IML">/rest/v1/Chassis/{item}/Cartridges/{item}/Logs/IML</a>
</p>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/Logs/IML">/rest/v1/Chassis/{item}/Logs/IML</a>
</p>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/Switches/{item}/Logs/IML">/rest/v1/Chassis/{item}/Switches/{item}/Logs/IML</a>
</p>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/Logs/IML">/rest/v1/Managers/{item}/Logs/IML</a>
</p>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Systems/{item}/Logs/IML">/rest/v1/Systems/{item}/Logs/IML</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>This resource represents the log service for the resource or service to which it is associated.</p>
<div id="HpMoonshotLogService" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "HpMoonshotLogService" defines the following properties:
        </p>
<h3 class="PropertyName">
            "LogEntries[]/Class"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">Class of log Entry.</div>
</div>
<div id="HpMoonshotLogService:LogEntries[]/Class" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Empty"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Environment"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Main Memory"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Cache"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "CPU"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Host Bus"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "EISA Bus"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PCI Bus"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "EXp. Slot"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "POST Message"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Power"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ASR"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OS"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Network"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "SCSI"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Drive Array"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "System Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Maintenance"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Rack Infrastructure"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "iLO Chassis Manager"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "System Revision"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "XNC"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Smart Carrier"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Power Cap"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error Report"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Reserved"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LogEntries[]/Count"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">Number of times a matching event has been logged</div>
</div>
<div id="HpMoonshotLogService:LogEntries[]/Count" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LogEntries[]/Created"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">The time the log entry was created.</div>
</div>
<div id="HpMoonshotLogService:LogEntries[]/Created" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LogEntries[]/EntryType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">Oem type (IML or iLO Log)</div>
</div>
<div id="HpMoonshotLogService:LogEntries[]/EntryType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Oem"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LogEntries[]/Location"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">Chassis or Cx or CxNy or SA|SB</div>
</div>
<div id="HpMoonshotLogService:LogEntries[]/Location" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LogEntries[]/OemRecordFormat"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">IML or iLO Event Log</div>
</div>
<div id="HpMoonshotLogService:LogEntries[]/OemRecordFormat" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Hp-IML"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Hp-iLOEventLog"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LogEntries[]/RecordId"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">equivalent to legacy json 'id' property</div>
</div>
<div id="HpMoonshotLogService:LogEntries[]/RecordId" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LogEntries[]/Severity"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">OK = Informational - ask if problems mapping severitys, equivalent to legacy json 'severity' property</div>
</div>
<div id="HpMoonshotLogService:LogEntries[]/Severity" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Informational"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Repaired"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Caution"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LogEntries[]/Updated"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">The time the log entry was created.</div>
</div>
<div id="HpMoonshotLogService:LogEntries[]/Updated" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "MaxNumberOfRecords"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">The maximum number of log entries this service can have.</div>
</div>
<div id="HpMoonshotLogService:MaxNumberOfRecords" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "OverWritePolicy"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotLogService">HpMoonshotLogService</a></p>
  <div class="PropertyDescription">The overwrite policy for this service that takes place when the log is full.</div>
</div>
<div id="HpMoonshotLogService:OverWritePolicy" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WrapsWhenFull"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "NeverOverwrites"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="HpMoonshotLogService:ClearLog" class="PropertyName">
            POST Action "ClearLog"
          </h3>
<div class="PropertyDescription"/>
<div id="HpMoonshotLogService:ClearLog" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "ClearLog"}
          </div>
<h3 id="HpMoonshotLogService:MarkRepaired" class="PropertyName">
            POST Action "MarkRepaired"
          </h3>
<div class="PropertyDescription"/>
<div id="HpMoonshotLogService:MarkRepaired" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "RecordId"
            </h4>
<p>
              "RecordId" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        An array of integer values
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "MarkRepaired", 
                  "RecordId": [&lt;"integer"&gt;]}
          </div>
<h3 id="HpMoonshotLogService:AddMaintenanceNote" class="PropertyName">
            POST Action "AddMaintenanceNote"
          </h3>
<div class="PropertyDescription"/>
<div id="HpMoonshotLogService:AddMaintenanceNote" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Message"
            </h4>
<p>
              "Message" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "&lt;string&gt;"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "AddMaintenanceNote", 
                  "Message": "&lt;string&gt;"}
          </div>
<h2 class="ResourceTypeName" id="HpMoonshotSwitch">
          "HpMoonshotSwitch" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/Switches/{item}">/rest/v1/Chassis/{item}/Switches/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="HpMoonshotSwitch" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "HpMoonshotSwitch" defines the following properties:
        </p>
<h3 class="PropertyName">
            "BayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:BayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/DepthInMm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:Dimensions/DepthInMm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/HeightInMm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:Dimensions/HeightInMm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/HeightInU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:Dimensions/HeightInU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Dimensions/WidthInMm"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:Dimensions/WidthInMm" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/SwitchData/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:FirmwareRevisions/SwitchData/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/SwitchFirmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:FirmwareRevisions/SwitchFirmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/SwitchProgrammableLogicDevice/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:FirmwareRevisions/SwitchProgrammableLogicDevice/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/SwitchSatelliteFirmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:FirmwareRevisions/SwitchSatelliteFirmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "FirmwareRevisions/SwitchSystemROMFirmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:FirmwareRevisions/SwitchSystemROMFirmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Images/Front/extref"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">The URI of an external resource.</div>
</div>
<div id="HpMoonshotSwitch:Images/Front/extref" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Images/Model/extref"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">The URI of an external resource.</div>
</div>
<div id="HpMoonshotSwitch:Images/Model/extref" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "IndicatorLED"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">This property is indicates the state of the UID LED.</div>
</div>
<div id="HpMoonshotSwitch:IndicatorLED" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Lit"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blinking"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"IndicatorLED": "Lit"}</div>
  <p>
                The property "IndicatorLED" on resource type <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Manufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:Manufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Power"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:Power" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "On"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Off"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Power": "Off"}</div>
  <p>
                The property "Power" on resource type <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "RemoteManagementInterface/IPv4"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:RemoteManagementInterface/IPv4" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "RemoteManagementInterface/IPv6"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:RemoteManagementInterface/IPv6" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "RemoteManagementInterface/MAC"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:RemoteManagementInterface/MAC" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SKU": "&lt;string-value&gt;"}</div>
  <p>
                The property "SKU" on resource type <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SerialNumber": "&lt;string-value&gt;"}</div>
  <p>
                The property "SerialNumber" on resource type <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SparePartNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SparePartNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="HpMoonshotSwitch:Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="HpMoonshotSwitch:Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="HpMoonshotSwitch:Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/AutoRev"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/AutoRev" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/HealthStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/HealthStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/InstantWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/InstantWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/ManagementStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/ManagementStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/MaximumWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/MaximumWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/MfgDateTime"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/MfgDateTime" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/SwitchType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/SwitchType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/UUID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/UUID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/WattageHistoryLevel[]/Counter"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/WattageHistoryLevel[]/Counter" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/WattageHistoryLevel[]/Cumulator"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/WattageHistoryLevel[]/Cumulator" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/WattageHistoryLevel[]/SampleType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">Describes the sample type (time span and sample interval).</div>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/WattageHistoryLevel[]/SampleType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/WattageHistoryLevel[]/Samples[]/Wattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/WattageHistoryLevel[]/Samples[]/Wattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SwitchInfo/WattageHistoryLevel[]/Samples[]/WattageInt"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="HpMoonshotSwitch:SwitchInfo/WattageHistoryLevel[]/Samples[]/WattageInt" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "UplinkModule/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:UplinkModule/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "UplinkModule/SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:UplinkModule/SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "UplinkModule/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpMoonshotSwitch">HpMoonshotSwitch</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpMoonshotSwitch:UplinkModule/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="HpMoonshotSwitch:IndicatorLEDControl" class="PropertyName">
            POST Action "IndicatorLEDControl"
          </h3>
<div class="PropertyDescription"/>
<div id="HpMoonshotSwitch:IndicatorLEDControl" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "ControlType"
            </h4>
<p>
              "ControlType" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "Lit"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Off"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "IndicatorLEDControl", 
                  "ControlType": "Lit"}
          </div>
<h3 id="HpMoonshotSwitch:PowerControl" class="PropertyName">
            POST Action "PowerControl"
          </h3>
<div class="PropertyDescription"/>
<div id="HpMoonshotSwitch:PowerControl" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "ControlType"
            </h4>
<p>
              "ControlType" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "On"
                      </td>
  </tr>
  <tr>
    <td class="EnumValue">
                        "Off"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "PowerControl", 
                  "ControlType": "On"}
          </div>
<h2 class="ResourceTypeName" id="HpSecurityService">
          "HpSecurityService" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/SecurityService">/rest/v1/Managers/{item}/SecurityService</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="HpSecurityService" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "HpSecurityService" defines the following properties:
        </p>
<div></div>
<h2 class="ResourceTypeName" id="HpiLODateTime">
          "HpiLODateTime" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/DateTime">/rest/v1/Managers/{item}/DateTime</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>The management processor date and time.</p>
<div id="HpiLODateTime" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "HpiLODateTime" defines the following properties:
        </p>
<h3 class="PropertyName">
            "ConfigurationSettings"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription">The state of the currently displayed configuration settings.</div>
</div>
<div id="HpiLODateTime:ConfigurationSettings" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Current"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "SomePendingReset"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "DateTime"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription">The date and time used by management processor.</div>
</div>
<div id="HpiLODateTime:DateTime" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "NTPEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpiLODateTime:NTPEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "NTPPollingPeriodSeconds"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpiLODateTime:NTPPollingPeriodSeconds" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 60.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"NTPPollingPeriodSeconds": &lt;integer-value&gt;}</div>
  <p>
                The property "NTPPollingPeriodSeconds" on resource type <a href="#HpiLODateTime">HpiLODateTime</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "TimeZone/Index"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription">The selected time zone index. To set a new time zone, specify a different time zone index.</div>
</div>
<div id="HpiLODateTime:TimeZone/Index" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"TimeZone": {"Index": &lt;integer-value&gt;}}</div>
  <p>
                The property "TimeZone/Index" on resource type <a href="#HpiLODateTime">HpiLODateTime</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "TimeZone/Value"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription">The environment variable value.</div>
</div>
<div id="HpiLODateTime:TimeZone/Value" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "TimeZoneList[]/Index"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription">The time zone index.</div>
</div>
<div id="HpiLODateTime:TimeZoneList[]/Index" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "TimeZoneList[]/Value"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription">The environment variable value.</div>
</div>
<div id="HpiLODateTime:TimeZoneList[]/Value" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "UpdateDateTime"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription">The date and time used by management processor.</div>
</div>
<div id="HpiLODateTime:UpdateDateTime" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"UpdateDateTime": "&lt;string-value&gt;"}</div>
  <p>
                The property "UpdateDateTime" on resource type <a href="#HpiLODateTime">HpiLODateTime</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "UseStaticNTPServers"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLODateTime">HpiLODateTime</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="HpiLODateTime:UseStaticNTPServers" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="HpiLOLicense">
          "HpiLOLicense" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/LicenseService/{item}">/rest/v1/Managers/{item}/LicenseService/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="HpiLOLicense" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "HpiLOLicense" defines the following properties:
        </p>
<h3 class="PropertyName">
            "License"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLOLicense">HpiLOLicense</a></p>
  <div class="PropertyDescription">The name of the license installed on this management processor.</div>
</div>
<div id="HpiLOLicense:License" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LicenseExpire"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLOLicense">HpiLOLicense</a></p>
  <div class="PropertyDescription">The expiration information of the installed management processor license.</div>
</div>
<div id="HpiLOLicense:LicenseExpire" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "LicenseKey"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLOLicense">HpiLOLicense</a></p>
  <div class="PropertyDescription">The license key installed on this management processor. License keys are 25 characters in length and contain both letters and numbers.</div>
</div>
<div id="HpiLOLicense:LicenseKey" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"LicenseKey": "&lt;string-value&gt;"}</div>
  <p>
                The property "LicenseKey" on resource type <a href="#HpiLOLicense">HpiLOLicense</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "LicenseType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#HpiLOLicense">HpiLOLicense</a></p>
  <div class="PropertyDescription">The type of license installed on this management processor.</div>
</div>
<div id="HpiLOLicense:LicenseType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unlicensed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Evaluation"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Perpetual"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Subscription"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Internal"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Duration"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Expired"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="Manager">
          "Manager" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}">/rest/v1/Managers/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>This is the schema definition for a manager.  Examples of managers are BMCs, Enclosure Managers, Management Controllers and other subsystems assigned manageability functions.</p>
<div id="Manager" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "Manager" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Firmware/Current/BuildNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Build or pass number of the installed firmware</div>
</div>
<div id="Manager:Firmware/Current/BuildNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/Current/BuildNumberString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Build or pass number, in string format, of the installed firmware</div>
</div>
<div id="Manager:Firmware/Current/BuildNumberString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/Current/Date"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Date when the firmware was built</div>
</div>
<div id="Manager:Firmware/Current/Date" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/Current/DebugBuild"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Indicates whether this is a debug build.</div>
</div>
<div id="Manager:Firmware/Current/DebugBuild" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/Current/MajorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Major version of the installed firmware</div>
</div>
<div id="Manager:Firmware/Current/MajorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/Current/MinorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Minor version of the installed firmware</div>
</div>
<div id="Manager:Firmware/Current/MinorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/Current/Time"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Time when the firmware was built</div>
</div>
<div id="Manager:Firmware/Current/Time" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Version and date of the installed firmware</div>
</div>
<div id="Manager:Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Model name of the manager.</div>
</div>
<div id="Manager:Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Backup/BuildNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Backup/BuildNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Backup/BuildNumberString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The string version of the build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Backup/BuildNumberString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Backup/Date"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build date of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Backup/Date" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Backup/DebugBuild"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">True if the firmware is a debug build; False if it is not.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Backup/DebugBuild" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Backup/Family"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The family of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Backup/Family" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Backup/MajorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The major version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Backup/MajorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Backup/MinorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The minor version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Backup/MinorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Backup/Time"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build time of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Backup/Time" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Backup/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The version string of the firmware. This value might be null if VersionString is unavailable.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Backup/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Bootblock/BuildNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Bootblock/BuildNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Bootblock/BuildNumberString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The string version of the build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Bootblock/BuildNumberString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Bootblock/Date"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build date of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Bootblock/Date" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Bootblock/DebugBuild"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">True if the firmware is a debug build; False if it is not.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Bootblock/DebugBuild" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Bootblock/Family"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The family of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Bootblock/Family" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Bootblock/MajorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The major version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Bootblock/MajorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Bootblock/MinorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The minor version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Bootblock/MinorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Bootblock/Time"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build time of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Bootblock/Time" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Bootblock/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The version string of the firmware. This value might be null if VersionString is unavailable.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Bootblock/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Current/BuildNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Current/BuildNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Current/BuildNumberString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The string version of the build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Current/BuildNumberString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Current/Date"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build date of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Current/Date" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Current/DebugBuild"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">True if the firmware is a debug build; False if it is not.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Current/DebugBuild" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Current/Family"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The family of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Current/Family" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Current/MajorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The major version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Current/MajorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Current/MinorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The minor version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Current/MinorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Current/Time"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build time of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Current/Time" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Current/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The version string of the firmware. This value might be null if VersionString is unavailable.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Current/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Pending/BuildNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Pending/BuildNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Pending/BuildNumberString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The string version of the build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Pending/BuildNumberString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Pending/Date"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build date of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Pending/Date" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Pending/DebugBuild"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">True if the firmware is a debug build; False if it is not.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Pending/DebugBuild" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Pending/Family"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The family of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Pending/Family" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Pending/MajorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The major version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Pending/MajorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Pending/MinorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The minor version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Pending/MinorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Pending/Time"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build time of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Pending/Time" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/Pending/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The version string of the firmware. This value might be null if VersionString is unavailable.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/Pending/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/definitions/HpFWVersion/BuildNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/definitions/HpFWVersion/BuildNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/definitions/HpFWVersion/BuildNumberString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The string version of the build number of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/definitions/HpFWVersion/BuildNumberString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/definitions/HpFWVersion/Date"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build date of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/definitions/HpFWVersion/Date" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/definitions/HpFWVersion/DebugBuild"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">True if the firmware is a debug build; False if it is not.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/definitions/HpFWVersion/DebugBuild" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/definitions/HpFWVersion/Family"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The family of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/definitions/HpFWVersion/Family" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/definitions/HpFWVersion/MajorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The major version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/definitions/HpFWVersion/MajorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/definitions/HpFWVersion/MinorVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The minor version of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/definitions/HpFWVersion/MinorVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/definitions/HpFWVersion/Time"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The build time of the firmware.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/definitions/HpFWVersion/Time" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Firmware/definitions/HpFWVersion/VersionString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The version string of the firmware. This value might be null if VersionString is unavailable.</div>
</div>
<div id="Manager:Oem/Hp/Firmware/definitions/HpFWVersion/VersionString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/License/LicenseKey"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">The installed license key.</div>
</div>
<div id="Manager:Oem/Hp/License/LicenseKey" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/License/LicenseString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Describes the type of license installed on management processor.</div>
</div>
<div id="Manager:Oem/Hp/License/LicenseString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/License/LicenseType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">Indicates whether the license is Perpetual or Evaluation.</div>
</div>
<div id="Manager:Oem/Hp/License/LicenseType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "UUID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Manager">Manager</a></p>
  <div class="PropertyDescription">This is a universally unique identifier that software (for example, HP SIM) uses to uniquely identify this manager. The UUID is assigned when the system is manufactured.</div>
</div>
<div id="Manager:UUID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="Manager:Reset" class="PropertyName">
            POST Action "Reset"
          </h3>
<div class="PropertyDescription"/>
<div id="Manager:Reset" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "Reset"}
          </div>
<h3 id="Manager:SetFactoryDefaults" class="PropertyName">
            POST Action "SetFactoryDefaults"
          </h3>
<div class="PropertyDescription"/>
<div id="Manager:SetFactoryDefaults" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "SetFactoryDefaults"}
          </div>
<h2 class="ResourceTypeName" id="ManagerAccount">
          "ManagerAccount" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/AccountService/Accounts/{item}">/rest/v1/AccountService/Accounts/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="ManagerAccount" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ManagerAccount" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Oem/Hp/LoginName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">Descriptive login name that helps to easily identify the owner of each user name. The login name does not have to be the same as the user name and must use printable characters. The maximum length for a user name is 39 characters.</div>
</div>
<div id="ManagerAccount:Oem/Hp/LoginName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"LoginName": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/LoginName" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/CartridgeAccessPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">This privilege enables a user to access one or more of the cartridges in the chassis.</div>
</div>
<div id="ManagerAccount:Oem/Hp/Privileges/CartridgeAccessPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"CartridgeAccessPriv": "&lt;string-value&gt;"}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/CartridgeAccessPriv" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/ChassisAccessPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">This privilege enables a user to access properties in the chassis.</div>
</div>
<div id="ManagerAccount:Oem/Hp/Privileges/ChassisAccessPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"ChassisAccessPriv": true}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/ChassisAccessPriv" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/LoginPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">This privilege enables a user to log in to management processor. All local accounts have the login privilege. This privilege is added automatically if it is not specified.</div>
</div>
<div id="ManagerAccount:Oem/Hp/Privileges/LoginPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"LoginPriv": true}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/LoginPriv" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/RemoteConsolePriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">This privilege enables a user to remotely access the host system Remote Console, including video, keyboard, and mouse control.</div>
</div>
<div id="ManagerAccount:Oem/Hp/Privileges/RemoteConsolePriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"RemoteConsolePriv": true}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/RemoteConsolePriv" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/SwitchAccessPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">This privilege enables a user to access one or more of the switches in the chassis.</div>
</div>
<div id="ManagerAccount:Oem/Hp/Privileges/SwitchAccessPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"SwitchAccessPriv": "&lt;string-value&gt;"}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/SwitchAccessPriv" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/UserConfigPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">This privilege enables a user to add, edit, and delete local management processor user accounts. A user with this privilege can change privileges for all users.</div>
</div>
<div id="ManagerAccount:Oem/Hp/Privileges/UserConfigPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"UserConfigPriv": true}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/UserConfigPriv" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/VirtualMediaPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">This privilege enables a user to use the Virtual Media feature on the host system.</div>
</div>
<div id="ManagerAccount:Oem/Hp/Privileges/VirtualMediaPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"VirtualMediaPriv": true}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/VirtualMediaPriv" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/VirtualPowerAndResetPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">This privilege enables a user to power-cycle or reset the host system. These activities interrupt system availability. A user with this privilege can diagnose the system by using the Generate NMI to System button.</div>
</div>
<div id="ManagerAccount:Oem/Hp/Privileges/VirtualPowerAndResetPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"VirtualPowerAndResetPriv": true}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/VirtualPowerAndResetPriv" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/iLOConfigPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">This privilege enables a user to configure most management processor settings, including security settings, and to remotely update the management processor firmware. This privilege does not enable local user account administration.</div>
</div>
<div id="ManagerAccount:Oem/Hp/Privileges/iLOConfigPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"iLOConfigPriv": true}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/iLOConfigPriv" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/SSHPublicKey"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">Indicates whether this user has an SSH Public Key.</div>
</div>
<div id="ManagerAccount:Oem/Hp/SSHPublicKey" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/SSHPublicKeyHash"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">Value of SSH Public Key Hash (Fingerprint).</div>
</div>
<div id="ManagerAccount:Oem/Hp/SSHPublicKeyHash" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UserEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">Indicates whether this user is enabled.</div>
</div>
<div id="ManagerAccount:Oem/Hp/UserEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"UserEnabled": true}}}</div>
  <p>
                The property "Oem/Hp/UserEnabled" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UserPrivilege"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">User privilege compatible with iLO CM CLI.</div>
</div>
<div id="ManagerAccount:Oem/Hp/UserPrivilege" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Administrator"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "User"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Operator"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "None"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"UserPrivilege": "Operator"}}}</div>
  <p>
                The property "Oem/Hp/UserPrivilege" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Password"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">The password used to log in to the management processor. The maximum length for a password is 39 characters. The minimum length for a password is specified in the MinPasswordLength property of the AccountService schema.</div>
</div>
<div id="ManagerAccount:Password" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Password": "&lt;string-value&gt;"}</div>
  <p>
                The property "Password" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "UserName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerAccount">ManagerAccount</a></p>
  <div class="PropertyDescription">The name used to log in to the management processor. The user name does not have to be the same as the login name. The maximum length for the user name is 39 characters. The user name must use printable characters.</div>
</div>
<div id="ManagerAccount:UserName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"UserName": "&lt;string-value&gt;"}</div>
  <p>
                The property "UserName" on resource type <a href="#ManagerAccount">ManagerAccount</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<div></div>
<h3 id="ManagerAccount:AddSSHPublicKey" class="PropertyName">
            POST Action "AddSSHPublicKey"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerAccount:AddSSHPublicKey" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "KeyData"
            </h4>
<p>
              "KeyData" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "AddSSHPublicKey", 
                  "KeyData": "", 
                  "Target": "/Oem/Hp"}
          </div>
<h3 id="ManagerAccount:RemoveSSHPublicKey" class="PropertyName">
            POST Action "RemoveSSHPublicKey"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerAccount:RemoveSSHPublicKey" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "RemoveSSHPublicKey", 
                  "Target": "/Oem/Hp"}
          </div>
<h2 class="ResourceTypeName" id="ManagerGroup">
          "ManagerGroup" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/DirectoryService/Groups/{item}">/rest/v1/DirectoryService/Groups/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="ManagerGroup" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ManagerGroup" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Oem/Hp/GroupName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerGroup">ManagerGroup</a></p>
  <div class="PropertyDescription">Descriptive login name that helps to easily identify the owner of each user name. The login name does not have to be the same as the user name and must use printable characters. The maximum length for a user name is 39 characters.</div>
</div>
<div id="ManagerGroup:Oem/Hp/GroupName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"GroupName": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/GroupName" on resource type <a href="#ManagerGroup">ManagerGroup</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/GroupPrivilege"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerGroup">ManagerGroup</a></p>
  <div class="PropertyDescription">User privilege compatible with iLO CM CLI.</div>
</div>
<div id="ManagerGroup:Oem/Hp/GroupPrivilege" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Administrator"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "User"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Operator"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "None"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"GroupPrivilege": "Operator"}}}</div>
  <p>
                The property "Oem/Hp/GroupPrivilege" on resource type <a href="#ManagerGroup">ManagerGroup</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/CartridgeAccessPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerGroup">ManagerGroup</a></p>
  <div class="PropertyDescription">This privilege enables a user to access one or more of the cartridges in the chassis.</div>
</div>
<div id="ManagerGroup:Oem/Hp/Privileges/CartridgeAccessPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"CartridgeAccessPriv": "&lt;string-value&gt;"}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/CartridgeAccessPriv" on resource type <a href="#ManagerGroup">ManagerGroup</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/ChassisAccessPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerGroup">ManagerGroup</a></p>
  <div class="PropertyDescription">This privilege enables a user to access properties in the chassis.</div>
</div>
<div id="ManagerGroup:Oem/Hp/Privileges/ChassisAccessPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"ChassisAccessPriv": true}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/ChassisAccessPriv" on resource type <a href="#ManagerGroup">ManagerGroup</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/SwitchAccessPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerGroup">ManagerGroup</a></p>
  <div class="PropertyDescription">This privilege enables a user to access one or more of the switches in the chassis.</div>
</div>
<div id="ManagerGroup:Oem/Hp/Privileges/SwitchAccessPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"Privileges": {"SwitchAccessPriv": "&lt;string-value&gt;"}}}}</div>
  <p>
                The property "Oem/Hp/Privileges/SwitchAccessPriv" on resource type <a href="#ManagerGroup">ManagerGroup</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/SID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerGroup">ManagerGroup</a></p>
  <div class="PropertyDescription">Descriptive login name that helps to easily identify the owner of each user name. The login name does not have to be the same as the user name and must use printable characters. The maximum length for a user name is 39 characters.</div>
</div>
<div id="ManagerGroup:Oem/Hp/SID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"SID": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/SID" on resource type <a href="#ManagerGroup">ManagerGroup</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<div></div>
<h2 class="ResourceTypeName" id="ManagerNetworkService">
          "ManagerNetworkService" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/NetworkService">/rest/v1/Managers/{item}/NetworkService</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>This resource is used to obtain or modify the network services managed by this manager.</p>
<div id="ManagerNetworkService" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ManagerNetworkService" defines the following properties:
        </p>
<h3 class="PropertyName">
            "FQDN"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The fully-qualified domain name of the manager that is obtained by DNS and includes the host name and top-level domain name.</div>
</div>
<div id="ManagerNetworkService:FQDN" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "HTTP/Enabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates whether HTTP is enabled or disabled.</div>
</div>
<div id="ManagerNetworkService:HTTP/Enabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "HTTP/Port"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The HTTP port number.</div>
</div>
<div id="ManagerNetworkService:HTTP/Port" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 1 to 65535.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"HTTP": {"Port": &lt;integer-value&gt;}}</div>
  <p>
                The property "HTTP/Port" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "HTTPS/Enabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates whether HTTPS/SSL is enabled or disabled.</div>
</div>
<div id="ManagerNetworkService:HTTPS/Enabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "HTTPS/Port"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The HTTPS/SSL port number.</div>
</div>
<div id="ManagerNetworkService:HTTPS/Port" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 1 to 65535.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"HTTPS": {"Port": &lt;integer-value&gt;}}</div>
  <p>
                The property "HTTPS/Port" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "HostName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The host name of the manager that is obtained by DNS and does not include any domain information.</div>
</div>
<div id="ManagerNetworkService:HostName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"HostName": "&lt;string-value&gt;"}</div>
  <p>
                The property "HostName" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "IPMI/Enabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">IPMI enable</div>
</div>
<div id="ManagerNetworkService:IPMI/Enabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"IPMI": {"Enabled": true}}</div>
  <p>
                The property "IPMI/Enabled" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "IPMI/Port"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">IPMI port number</div>
</div>
<div id="ManagerNetworkService:IPMI/Port" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 1 to 65535.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/AlertMailEmail"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The destination email address for email alerts.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/AlertMailEmail" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"AlertMailEmail": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/AlertMailEmail" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/AlertMailEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates whether AlertMail is enabled. This can be enabled only when the properties AlertMailEmail, AlertMailSenderDomain and AlertMailSMTPServer are set or not empty.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/AlertMailEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"AlertMailEnabled": true}}}</div>
  <p>
                The property "Oem/Hp/AlertMailEnabled" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/AlertMailSMTPPort"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The SMTP server port number.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/AlertMailSMTPPort" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 1 to 65535.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"AlertMailSMTPPort": &lt;integer-value&gt;}}}</div>
  <p>
                The property "Oem/Hp/AlertMailSMTPPort" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/AlertMailSMTPServer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The IP address or DNS name of the SMTP server or the Mail Submission Agent (MSA).</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/AlertMailSMTPServer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"AlertMailSMTPServer": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/AlertMailSMTPServer" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/AlertMailSenderDomain"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The domain name for the sender email address.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/AlertMailSenderDomain" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"AlertMailSenderDomain": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/AlertMailSenderDomain" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/ConfigurationSettings"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">State of the currently displayed configuration settings.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/ConfigurationSettings" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Current"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "SomePendingReset"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/FederationEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates whether management processor federation management is enabled or disabled.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/FederationEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"FederationEnabled": true}}}</div>
  <p>
                The property "Oem/Hp/FederationEnabled" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/FederationSupported"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates whether management processor federation is supported.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/FederationSupported" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/HPSystemManagementHomepageAddress"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The IP address or FQDN of the HP System Management Homepage (HP SMH) server.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/HPSystemManagementHomepageAddress" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"HPSystemManagementHomepageAddress": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/HPSystemManagementHomepageAddress" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/RemoteSyslogEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates whether Remote Syslog is enabled. When enabled, management processor sends notification messages to the specified Syslog server. This can be enabled only when the property RemoteSyslogServer is set or not empty.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/RemoteSyslogEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"RemoteSyslogEnabled": true}}}</div>
  <p>
                The property "Oem/Hp/RemoteSyslogEnabled" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/RemoteSyslogPort"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The port number through which the Syslog server is listening.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/RemoteSyslogPort" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 1 to 65535.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"RemoteSyslogPort": &lt;integer-value&gt;}}}</div>
  <p>
                The property "Oem/Hp/RemoteSyslogPort" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/RemoteSyslogServer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The IP address, FQDN, IPv6 name, or short name of the server running the Syslog service.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/RemoteSyslogServer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"RemoteSyslogServer": "&lt;string-value&gt;"}}}</div>
  <p>
                The property "Oem/Hp/RemoteSyslogServer" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/SNMPTrapPort"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The SNMP trap port number.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/SNMPTrapPort" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 1 to 65535.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"SNMPTrapPort": &lt;integer-value&gt;}}}</div>
  <p>
                The property "Oem/Hp/SNMPTrapPort" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/SerialOverLanLogging"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates whether Serial Over LAN (SOL) or Virtual Serial Port (VSP) logging is enabled.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/SerialOverLanLogging" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"SerialOverLanLogging": true}}}</div>
  <p>
                The property "Oem/Hp/SerialOverLanLogging" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/TFTPServerEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates whether TFTP server is enabled.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/TFTPServerEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"TFTPServerEnabled": true}}}</div>
  <p>
                The property "Oem/Hp/TFTPServerEnabled" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/XMLResponseEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Determines whether management processor responds to anonymous XML discovery requests.</div>
</div>
<div id="ManagerNetworkService:Oem/Hp/XMLResponseEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"XMLResponseEnabled": true}}}</div>
  <p>
                The property "Oem/Hp/XMLResponseEnabled" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SSDP/Enabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">SSDP enable</div>
</div>
<div id="ManagerNetworkService:SSDP/Enabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SSDP": {"Enabled": true}}</div>
  <p>
                The property "SSDP/Enabled" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SSDP/NotifyMulticastIntervalSeconds"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The time interval, in seconds, between transmissions of the multicast NOTIFY ALIVE message.  A setting of 0 seconds disables this functionality.  The recommended value is 600 seconds.</div>
</div>
<div id="ManagerNetworkService:SSDP/NotifyMulticastIntervalSeconds" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SSDP": {"NotifyMulticastIntervalSeconds": &lt;integer-value&gt;}}</div>
  <p>
                The property "SSDP/NotifyMulticastIntervalSeconds" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SSDP/NotifyTTL"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The Time-To-Live hop count used for multicast NOTIFY messages.  The recommended value is 5.</div>
</div>
<div id="ManagerNetworkService:SSDP/NotifyTTL" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SSDP": {"NotifyTTL": &lt;integer-value&gt;}}</div>
  <p>
                The property "SSDP/NotifyTTL" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SSDP/Port"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">SSDP port number</div>
</div>
<div id="ManagerNetworkService:SSDP/Port" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 1 to 65535.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SSH/Enabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">SSH enable</div>
</div>
<div id="ManagerNetworkService:SSH/Enabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SSH": {"Enabled": true}}</div>
  <p>
                The property "SSH/Enabled" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SSH/Port"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">SSH port number</div>
</div>
<div id="ManagerNetworkService:SSH/Port" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      from 1 to 65535.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SSH": {"Port": &lt;integer-value&gt;}}</div>
  <p>
                The property "SSH/Port" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SessionTimeoutMinutes"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">The session timeout (minutes). A zero value indicates infinite timeout.</div>
</div>
<div id="ManagerNetworkService:SessionTimeoutMinutes" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SessionTimeoutMinutes": &lt;integer-value&gt;}</div>
  <p>
                The property "SessionTimeoutMinutes" on resource type <a href="#ManagerNetworkService">ManagerNetworkService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ManagerNetworkService:Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ManagerNetworkService:Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerNetworkService">ManagerNetworkService</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ManagerNetworkService:Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="ManagerNetworkService:TestAlertMail" class="PropertyName">
            POST Action "TestAlertMail"
          </h3>
<div class="PropertyDescription">Test AlertMail feature with current settings.</div>
<div id="ManagerNetworkService:TestAlertMail" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "TestAlertMail", 
                  "Target": "/Oem/Hp"}
          </div>
<h3 id="ManagerNetworkService:TestRemoteSyslog" class="PropertyName">
            POST Action "TestRemoteSyslog"
          </h3>
<div class="PropertyDescription">Test Remote Syslog feature with current settings.</div>
<div id="ManagerNetworkService:TestRemoteSyslog" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "TestRemoteSyslog", 
                  "Target": "/Oem/Hp"}
          </div>
<h2 class="ResourceTypeName" id="ManagerRepositoryService">
          "ManagerRepositoryService" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/RepositoryService">/rest/v1/Managers/{item}/RepositoryService</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="ManagerRepositoryService" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ManagerRepositoryService" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Oem/Hp/Details"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerRepositoryService">ManagerRepositoryService</a></p>
  <div class="PropertyDescription">see 1.51</div>
</div>
<div id="ManagerRepositoryService:Oem/Hp/Details" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/ImageType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerRepositoryService">ManagerRepositoryService</a></p>
  <div class="PropertyDescription">see 1.51</div>
</div>
<div id="ManagerRepositoryService:Oem/Hp/ImageType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerRepositoryService">ManagerRepositoryService</a></p>
  <div class="PropertyDescription">see 1.51</div>
</div>
<div id="ManagerRepositoryService:Oem/Hp/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="ManagerRepositoryService:RepositoryAddFromURI" class="PropertyName">
            POST Action "RepositoryAddFromURI"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerRepositoryService:RepositoryAddFromURI" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "FirmwareURI"
            </h4>
<p>
              "FirmwareURI" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "RepositoryAddFromURI", 
                  "FirmwareURI": "", 
                  "Target": "/Oem/Hp"}
          </div>
<h3 id="ManagerRepositoryService:RemoveFromRepository" class="PropertyName">
            POST Action "RemoveFromRepository"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerRepositoryService:RemoveFromRepository" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "FirmwareFileName"
            </h4>
<p>
              "FirmwareFileName" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "RemoveFromRepository", 
                  "FirmwareFileName": "", 
                  "Target": "/Oem/Hp"}
          </div>
<h3 id="ManagerRepositoryService:ScriptAddFromURI" class="PropertyName">
            POST Action "ScriptAddFromURI"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerRepositoryService:ScriptAddFromURI" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "ScriptURI"
            </h4>
<p>
              "ScriptURI" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "ScriptAddFromURI", 
                  "ScriptURI": "", 
                  "Target": "/Oem/Hp"}
          </div>
<h3 id="ManagerRepositoryService:RemoveScriptFromRepository" class="PropertyName">
            POST Action "RemoveScriptFromRepository"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerRepositoryService:RemoveScriptFromRepository" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "ScriptFileName"
            </h4>
<p>
              "ScriptFileName" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "RemoveScriptFromRepository", 
                  "ScriptFileName": "", 
                  "Target": "/Oem/Hp"}
          </div>
<h2 class="ResourceTypeName" id="ManagerSerial">
          "ManagerSerial" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/SerialService">/rest/v1/Managers/{item}/SerialService</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="ManagerSerial" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ManagerSerial" defines the following properties:
        </p>
<h3 class="PropertyName">
            "BaudRate"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerSerial">ManagerSerial</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ManagerSerial:BaudRate" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "DataBits"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerSerial">ManagerSerial</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ManagerSerial:DataBits" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"DataBits": &lt;integer-value&gt;}</div>
  <p>
                The property "DataBits" on resource type <a href="#ManagerSerial">ManagerSerial</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Parity"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerSerial">ManagerSerial</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ManagerSerial:Parity" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "None"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Even"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Odd"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Space"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Mark"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Parity": "Space"}</div>
  <p>
                The property "Parity" on resource type <a href="#ManagerSerial">ManagerSerial</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SerialEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerSerial">ManagerSerial</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ManagerSerial:SerialEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "StopBits"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerSerial">ManagerSerial</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ManagerSerial:StopBits" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"StopBits": &lt;integer-value&gt;}</div>
  <p>
                The property "StopBits" on resource type <a href="#ManagerSerial">ManagerSerial</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<div></div>
<h2 class="ResourceTypeName" id="ManagerUpdateService">
          "ManagerUpdateService" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/UpdateService">/rest/v1/Managers/{item}/UpdateService</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="ManagerUpdateService" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ManagerUpdateService" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Oem/Hp/CompletionInstructions"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">Completion instructions embedded in the binary flash file.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/CompletionInstructions" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Details"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">Details about the current firmware flash status.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/Details" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Flags"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">Other flags.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/Flags" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "NONE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "RESET_ILO"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "REQUEST_SYSTEM_COLD_BOOT"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "REQUEST_SYSTEM_WARM_BOOT"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DEFERRED_AUX_PWR_CYCLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/ImageType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">Firmware flash image type.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/ImageType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "NO_DEVICE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ILO_DEVICE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ILO_DEVICE_FIRMWARE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ILO_DEVICE_LANGPK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ILO_DEVICE_DEBUGGER"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "BIOS_DEVICE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "SCD_DEVICE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "CPLD_DEVICE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "CARB_DEVICE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PM_DEVICE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "UNKNOWN"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/ProgressPercent"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">Firmware flash progress.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/ProgressPercent" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">Current state of the firmware flash.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "IDLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "UPLOADING"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PROGRESSING"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "COMPLETED"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ERROR"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "NOT AUTHORIZED"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "NO ACTION"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PENDING"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UpdateStatus[]/CompletionStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">Completion status of the firmware flash for this item.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/UpdateStatus[]/CompletionStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UpdateStatus[]/ProgressPercent"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">Firmware flash progress.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/UpdateStatus[]/ProgressPercent" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UpdateStatus[]/SlotOrBayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="ManagerUpdateService:Oem/Hp/UpdateStatus[]/SlotOrBayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 1.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UpdateStatus[]/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">Current state of the firmware flash.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/UpdateStatus[]/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "IDLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "UPLOADING"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PROGRESSING"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "COMPLETED"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ERROR"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "NOT SELECTED FOR UPDATE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "EMPTY SLOT"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "NOT AUTHORIZED"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "NO ACTION"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PENDING"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/links/UpdateUri/extref"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ManagerUpdateService">ManagerUpdateService</a></p>
  <div class="PropertyDescription">The URI of an external resource.</div>
</div>
<div id="ManagerUpdateService:Oem/Hp/links/UpdateUri/extref" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h3 id="ManagerUpdateService:ClearUpdateStatus" class="PropertyName">
            POST Action "ClearUpdateStatus"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerUpdateService:ClearUpdateStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "ClearUpdateStatus", 
                  "Target": "/Oem/Hp"}
          </div>
<h3 id="ManagerUpdateService:InstallFromURI" class="PropertyName">
            POST Action "InstallFromURI"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerUpdateService:InstallFromURI" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "FirmwareURI"
            </h4>
<p>
              "FirmwareURI" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "UpdateTargets"
            </h4>
<p>
              "UpdateTargets" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "ForceUpdate"
            </h4>
<p>
              "ForceUpdate" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "InstallFromURI", 
                  "FirmwareURI": "", 
                  "UpdateTargets": "", 
                  "ForceUpdate": , 
                  "Target": "/Oem/Hp"}
          </div>
<h3 id="ManagerUpdateService:InstallParameters" class="PropertyName">
            POST Action "InstallParameters"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerUpdateService:InstallParameters" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "FirmwareFileName"
            </h4>
<p>
              "FirmwareFileName" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "UpdateTargets"
            </h4>
<p>
              "UpdateTargets" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "InstallParameters", 
                  "FirmwareFileName": "", 
                  "UpdateTargets": "", 
                  "Target": "/Oem/Hp"}
          </div>
<h3 id="ManagerUpdateService:InstallFromRepository" class="PropertyName">
            POST Action "InstallFromRepository"
          </h3>
<div class="PropertyDescription"/>
<div id="ManagerUpdateService:InstallFromRepository" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4 class="PropertyName">
              Parameter "FirmwareFileName"
            </h4>
<p>
              "FirmwareFileName" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "UpdateTargets"
            </h4>
<p>
              "UpdateTargets" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "ForceUpdate"
            </h4>
<p>
              "ForceUpdate" must be one of the following value(s):
            </p>
<table></table>
<h4 class="PropertyName">
              Parameter "Target"
            </h4>
<p>
              "Target" must be one of the following value(s):
            </p>
<table>
  <tr>
    <td class="EnumValue">
                        "/Oem/Hp"
                      </td>
  </tr>
</table>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "InstallFromRepository", 
                  "FirmwareFileName": "", 
                  "UpdateTargets": "", 
                  "ForceUpdate": , 
                  "Target": "/Oem/Hp"}
          </div>
<h2 class="ResourceTypeName" id="MoonshotPowerMetrics">
          "MoonshotPowerMetrics" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/Cartridges/{item}/PowerMetrics">/rest/v1/Chassis/{item}/Cartridges/{item}/PowerMetrics</a>
</p>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/PowerMetrics">/rest/v1/Chassis/{item}/PowerMetrics</a>
</p>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/Switches/{item}/PowerMetrics">/rest/v1/Chassis/{item}/Switches/{item}/PowerMetrics</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="MoonshotPowerMetrics" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "MoonshotPowerMetrics" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Oem/Hp/InstantWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="MoonshotPowerMetrics:Oem/Hp/InstantWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MaximumWattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="MoonshotPowerMetrics:Oem/Hp/MaximumWattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/PowercapDescription"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Powercap description.</div>
</div>
<div id="MoonshotPowerMetrics:Oem/Hp/PowercapDescription" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/PowercapMode"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Powercap Mode.</div>
</div>
<div id="MoonshotPowerMetrics:Oem/Hp/PowercapMode" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Oem": {"Hp": {"PowercapMode": &lt;integer-value&gt;}}}</div>
  <p>
                The property "Oem/Hp/PowercapMode" on resource type <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Oem/Hp/WattageHistoryLevel[]/Counter"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="MoonshotPowerMetrics:Oem/Hp/WattageHistoryLevel[]/Counter" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/WattageHistoryLevel[]/Cumulator"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="MoonshotPowerMetrics:Oem/Hp/WattageHistoryLevel[]/Cumulator" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/WattageHistoryLevel[]/SampleType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Describes the sample type (time span and sample interval).</div>
</div>
<div id="MoonshotPowerMetrics:Oem/Hp/WattageHistoryLevel[]/SampleType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/WattageHistoryLevel[]/Samples[]/Wattage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="MoonshotPowerMetrics:Oem/Hp/WattageHistoryLevel[]/Samples[]/Wattage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/WattageHistoryLevel[]/Samples[]/WattageInt"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="MoonshotPowerMetrics:Oem/Hp/WattageHistoryLevel[]/Samples[]/WattageInt" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerAllocatedWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">This is the total power allocated to the chassis, in Watts.</div>
</div>
<div id="MoonshotPowerMetrics:PowerAllocatedWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerAvailableWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Amount of power not already budgeted and therefore available for additional allocation, in watts. (powerCapacity - powerAllocated).  This indicates how much reserve power capacity is left.</div>
</div>
<div id="MoonshotPowerMetrics:PowerAvailableWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerCapacityWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">This is the total power available to the chassis from all power supplies (adjusting for redundancy settings), in Watts.</div>
</div>
<div id="MoonshotPowerMetrics:PowerCapacityWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerConsumedWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The latest observed power being drawn by this chassis, in Watts. The update interval may vary depending upon implementation but is usually measured in seconds.</div>
</div>
<div id="MoonshotPowerMetrics:PowerConsumedWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerLimit/CorrectionInMs"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Time in milliseconds that it takes for the limiting process to react and correct the power consumption below the limit.</div>
</div>
<div id="MoonshotPowerMetrics:PowerLimit/CorrectionInMs" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerLimit/LimitException"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Action that is taken if the power cannot be maintained below the LimitInWatts.</div>
</div>
<div id="MoonshotPowerMetrics:PowerLimit/LimitException" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "NoAction"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "HardPowerOff"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "LogEventOnly"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Oem"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"PowerLimit": {"LimitException": "LogEventOnly"}}</div>
  <p>
                The property "PowerLimit/LimitException" on resource type <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "PowerLimit/LimitInWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Power limit (also known as 'Power Cap') in Watts.  Set to null to disable the power cap.</div>
</div>
<div id="MoonshotPowerMetrics:PowerLimit/LimitInWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"PowerLimit": {"LimitInWatts": &lt;integer-value&gt;}}</div>
  <p>
                The property "PowerLimit/LimitInWatts" on resource type <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "PowerMetrics/AverageConsumedWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Average power consumed during the interval specified by 'IntervalInMin'.</div>
</div>
<div id="MoonshotPowerMetrics:PowerMetrics/AverageConsumedWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerMetrics/IntervalInMin"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The interval between power metric evaluation in minutes.</div>
</div>
<div id="MoonshotPowerMetrics:PowerMetrics/IntervalInMin" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerMetrics/MaxConsumedWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Maximum power consumed during the interval specified by 'IntervalInMin'.</div>
</div>
<div id="MoonshotPowerMetrics:PowerMetrics/MaxConsumedWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerMetrics/MinConsumedWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Minimum power consumed during the interval specified by 'IntervalInMin'.</div>
</div>
<div id="MoonshotPowerMetrics:PowerMetrics/MinConsumedWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerRequestedWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Potential power that the chassis is requesting, in Watts, which may be higher than the current level being consumed since requested power includes budget that the chassis has reserved for future use.</div>
</div>
<div id="MoonshotPowerMetrics:PowerRequestedWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/ACInputStatus"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Indicates the type of fault present.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/ACInputStatus" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/FirmwareVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Firmware version of the power supply.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/FirmwareVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/LastPowerOutputWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Average power consumed, in watts.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/LastPowerOutputWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/LineInputVoltage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Line input voltage at which the power supply is operating at this moment (in Volts).</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/LineInputVoltage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/LineInputVoltageType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Line voltage type: ACLowLine, ACMidLine, ACHighLine, DCNeg48V, DC420V, or Unknown.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/LineInputVoltageType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ACLowLine"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ACMidLine"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ACHighLine"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DCNeg48V"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DC480V"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Model name of the power supply.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/AveragePowerOutputWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The latest observed average power being drawn by the power supply (Watts). This is usually updated every 10 seconds but the period can vary in some circumstances.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/AveragePowerOutputWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/BayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The power supply bay number.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/BayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/HotplugCapable"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">If true, this power supply (and power supply bay) is capable of being hot-plugged.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/HotplugCapable" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/MaxPowerOutputWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The latest observed maximum output power being drawn by the power supply (Watts). This is usually updated every 10 seconds but the period can vary in some circumstances.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/MaxPowerOutputWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/Mismatched"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">If true, this power supply is mismatched with others in the system.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/Mismatched" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/PowerSupplyStatus/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Indicates the known state of the resource.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/PowerSupplyStatus/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OverVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OverCurrent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OverTemperature"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ACPowerLost"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "FanFailure"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningHighInputVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningLowInputVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningHighOutputVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningLowOutputVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningInletTemperature"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningInternalTemperature"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningHighAuxiliaryVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningLowAuxiliaryVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PowerSupplyMismatch"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/iPDU/IPAddress"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The IP address of the iPDU connected to this power supply.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/iPDU/IPAddress" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/iPDU/MacAddress"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The Ethernet MAC address of the iPDU connected to this power supply.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/iPDU/MacAddress" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/iPDU/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The model number of the iPDU connected to this power supply.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/iPDU/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/iPDU/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">The serial number of the iPDU connected to this power supply.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/iPDU/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/iPDU/iPDUStatus/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Indicates the known state of the resource.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/iPDU/iPDUStatus/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OverVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OverCurrent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OverTemperature"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ACPowerLost"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "FanFailure"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningHighInputVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningLowInputVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningHighOutputVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningLowOutputVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningInletTemperature"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningInternalTemperature"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningHighAuxiliaryVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "WarningLowAuxiliaryVoltage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PowerSupplyMismatch"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Oem/Hp/iPDUCapable"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">If true, this power supply is capable of being connected to an iPDUs.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Oem/Hp/iPDUCapable" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/PartNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Part number of the power supply.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/PartNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/PowerCapacityWatts"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Power capacity of the power supply, in watts.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/PowerCapacityWatts" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/PowerSupplyType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Power supply type: AC, DC, or Unknown.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/PowerSupplyType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "AC"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DC"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Serial number of the power supply.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/SparePartNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Spare part number of the power supply.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/SparePartNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "PowerSupplies[]/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="MoonshotPowerMetrics:PowerSupplies[]/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="MoonshotPowerMetrics:Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="MoonshotPowerMetrics:Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#MoonshotPowerMetrics">MoonshotPowerMetrics</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="MoonshotPowerMetrics:Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="SecurityBanner">
          "SecurityBanner" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/SecurityService/SecurityBanner">/rest/v1/Managers/{item}/SecurityService/SecurityBanner</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="SecurityBanner" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "SecurityBanner" defines the following properties:
        </p>
<h3 class="PropertyName">
            "LoginSecurityBannerEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SecurityBanner">SecurityBanner</a></p>
  <div class="PropertyDescription">The login security banner message will be displayed on the management processor Login page.</div>
</div>
<div id="SecurityBanner:LoginSecurityBannerEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"LoginSecurityBannerEnabled": true}</div>
  <p>
                The property "LoginSecurityBannerEnabled" on resource type <a href="#SecurityBanner">SecurityBanner</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SecurityMessage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SecurityBanner">SecurityBanner</a></p>
  <div class="PropertyDescription">The login security banner message that is displayed on the management processor Login page.</div>
</div>
<div id="SecurityBanner:SecurityMessage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SecurityMessage": "&lt;string-value&gt;"}</div>
  <p>
                The property "SecurityMessage" on resource type <a href="#SecurityBanner">SecurityBanner</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<div></div>
<h2 class="ResourceTypeName" id="ServiceRoot">
          "ServiceRoot" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1">/rest/v1</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>This object represents the HP RESTful API root service.</p>
<div id="ServiceRoot" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ServiceRoot" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/Blade/BayNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies the location of the blade in the enclosure.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/Blade/BayNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/Blade/EnclosureName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies the name of the enclosure in which the blade is present.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/Blade/EnclosureName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/Blade/RackName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies the name of the rack in which the enclosure is present.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/Blade/RackName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/DefaultLanguage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Default language used for the Web interface.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/DefaultLanguage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/FQDN"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Fully qualified domain name of the management processor.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/FQDN" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/HostName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The name of management processor.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/HostName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/Languages[]/Language"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies one of the languages supported by the management processor.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/Languages[]/Language" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/Languages[]/TranslationName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies one of the languages supported by the management processor.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/Languages[]/TranslationName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/Languages[]/Version"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies the version of the management processor in the respective language.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/Languages[]/Version" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/ManagerFirmwareVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The major and minor management processor version numbers.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/ManagerFirmwareVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/ManagerFirmwareVersionPass"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The build or pass number of the management processor version.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/ManagerFirmwareVersionPass" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Manager[]/ManagerType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The type of the service manager.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Manager[]/ManagerType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/CertCommonName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The name of the management processor as it appears in the digital certificate when a secure web GUI session is established to the management processor.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/CertCommonName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/KerberosEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies whether Kerberos login is enabled.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/KerberosEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/LDAPAuthLicenced"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies whether a valid license is installed for LDAP use.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/LDAPAuthLicenced" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/LDAPEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies whether LDAP login is enabled.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/LDAPEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/LocalLoginEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies whether local users can log in.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/LocalLoginEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/LoginFailureDelay"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The delay (seconds) when a management processor login attempt has failed.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/LoginFailureDelay" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/LoginHint/Hint"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The information on how to log in to the management processor.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/LoginHint/Hint" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/LoginHint/HintPOSTData/Password"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The password for logging in to the management processor.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/LoginHint/HintPOSTData/Password" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/LoginHint/HintPOSTData/UserName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The user name for logging in to the management processor.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/LoginHint/HintPOSTData/UserName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/SecurityMessage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The login security banner message that is displayed on the management processor Login page.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/SecurityMessage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/SecurityOverride"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Specifies whether the security override switch is enabled.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/SecurityOverride" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Sessions/ServerName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The name of the server that this management processor is managing.</div>
</div>
<div id="ServiceRoot:Oem/Hp/Sessions/ServerName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "ServiceVersion"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The web service version. This is different from the version of the data model.</div>
</div>
<div id="ServiceRoot:ServiceVersion" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "0.9.5"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "0.91.0"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Time"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">The current web service time.</div>
</div>
<div id="ServiceRoot:Time" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "UUID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ServiceRoot">ServiceRoot</a></p>
  <div class="PropertyDescription">Unique identifier for a service instance.  This value should be an exact match of the UUID value returned in a 200OK from an SSDP M-SEARCH request during discovery.</div>
</div>
<div id="ServiceRoot:UUID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="Session">
          "Session" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Sessions/{item}">/rest/v1/Sessions/{item}</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="Session" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "Session" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Oem/Hp/AccessTime"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">User session last-access time</div>
</div>
<div id="Session:Oem/Hp/AccessTime" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/LoginTime"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">User session login time</div>
</div>
<div id="Session:Oem/Hp/LoginTime" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/MySession"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">Indicates whether this is a session I own.</div>
</div>
<div id="Session:Oem/Hp/MySession" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/CartridgeAccessPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">This access privilege enables a user to see and modify cartridge(s).</div>
</div>
<div id="Session:Oem/Hp/Privileges/CartridgeAccessPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/ChassisAccessPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">This access privilege enables a user to change Moonshot Chassis settings.</div>
</div>
<div id="Session:Oem/Hp/Privileges/ChassisAccessPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/LoginPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">This privilege enables a user to log in to the management processor. All local accounts have the login privilege. This privilege is added automatically if it is not specified.</div>
</div>
<div id="Session:Oem/Hp/Privileges/LoginPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/RemoteConsolePriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">This privilege enables a user to remotely access the host system Remote Console, including video, keyboard, and mouse control.</div>
</div>
<div id="Session:Oem/Hp/Privileges/RemoteConsolePriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/SwitchAccessPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">This access privilege enables a user to see and modify cartridge(s).</div>
</div>
<div id="Session:Oem/Hp/Privileges/SwitchAccessPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/UserConfigPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">This privilege enables a user to add, edit, and delete local management processor user accounts. A user with this privilege can change privileges for all users.</div>
</div>
<div id="Session:Oem/Hp/Privileges/UserConfigPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/VirtualMediaPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">This privilege enables a user to use the Virtual Media feature on the host system.</div>
</div>
<div id="Session:Oem/Hp/Privileges/VirtualMediaPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/VirtualPowerAndResetPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">This privilege enables a user to power-cycle or reset the host system. These activities interrupt system availability. A user with this privilege can diagnose the system by using the Generate NMI to System button.</div>
</div>
<div id="Session:Oem/Hp/Privileges/VirtualPowerAndResetPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/Privileges/iLOConfigPriv"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">This privilege enables a user to configure most management processor settings, including security settings, and to remotely update the management processor firmware. This privilege does not enable local user account administration.</div>
</div>
<div id="Session:Oem/Hp/Privileges/iLOConfigPriv" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UserAccount"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">Login details of the user</div>
</div>
<div id="Session:Oem/Hp/UserAccount" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UserDistinguishedName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">LDAP user is identified by its distinguished name (DN).</div>
</div>
<div id="Session:Oem/Hp/UserDistinguishedName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UserExpires"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">User session expire time</div>
</div>
<div id="Session:Oem/Hp/UserExpires" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UserIP"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">IP address of the user</div>
</div>
<div id="Session:Oem/Hp/UserIP" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UserTag"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">Session source</div>
</div>
<div id="Session:Oem/Hp/UserTag" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Web UI"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "RBSU"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Remote Console"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "SSH"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "IPMI/RMCP"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "SM-CLP"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "RIBCL"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Unknown"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Oem/Hp/UserType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">User type</div>
</div>
<div id="Session:Oem/Hp/UserType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Local"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Directory"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Single Sign On"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Kerberos"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Trusted Key"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Security Override"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "System"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Federation"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "UserName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#Session">Session</a></p>
  <div class="PropertyDescription">Name to use to log in to the management processor.</div>
</div>
<div id="Session:UserName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="SnmpService">
          "SnmpService" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Managers/{item}/SnmpService">/rest/v1/Managers/{item}/SnmpService</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="SnmpService" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "SnmpService" defines the following properties:
        </p>
<h3 class="PropertyName">
            "AlertCommunityString"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">The string of up to 216 characters that describes the alert community string.</div>
</div>
<div id="SnmpService:AlertCommunityString" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"AlertCommunityString": "&lt;string-value&gt;"}</div>
  <p>
                The property "AlertCommunityString" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "AlertsEnabled"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">The alert conditions that the management processor detects independently of the host operating system can be sent to specified SNMP alert destinations, such as HP SIM.</div>
</div>
<div id="SnmpService:AlertsEnabled" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"AlertsEnabled": true}</div>
  <p>
                The property "AlertsEnabled" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Contact"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">The string of up to 49 characters that specifies the system administrator or server owner. The string can include a name, email address, or phone number.</div>
</div>
<div id="SnmpService:Contact" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Contact": "&lt;string-value&gt;"}</div>
  <p>
                The property "Contact" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Location"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">The string of up to 49 characters that specifies the physical location of the server.</div>
</div>
<div id="SnmpService:Location" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Location": "&lt;string-value&gt;"}</div>
  <p>
                The property "Location" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Mode"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">Agentless Management Mode (default): Use SNMP agents running on the management processor to manage the server. SNMP Pass-thru Mode: Use SNMP agents running on the host operating system to manage the server. This setting does not affect alerts.</div>
</div>
<div id="SnmpService:Mode" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Agentless"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Passthru"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Mode": "Passthru"}</div>
  <p>
                The property "Mode" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "Role"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">The string of up to 64 characters that describes the server role or function.</div>
</div>
<div id="SnmpService:Role" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"Role": "&lt;string-value&gt;"}</div>
  <p>
                The property "Role" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "RoleDetail"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">The string of up to 512 characters that describes specific tasks that the server might perform.</div>
</div>
<div id="SnmpService:RoleDetail" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"RoleDetail": "&lt;string-value&gt;"}</div>
  <p>
                The property "RoleDetail" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SNMPv1Traps"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">When enabled, SNMPv1 traps are sent to the remote management systems configured in the SNMP Alert Destination(s) boxes.</div>
</div>
<div id="SnmpService:SNMPv1Traps" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  Boolean ('true' or 'false')
                </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SNMPv1Traps": true}</div>
  <p>
                The property "SNMPv1Traps" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "SNMPv3EngineID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">The SNMPv3 Engine ID is the unique identifier of an SNMP engine that belongs to an SNMP agent entity. This value must be a hexadecimal string with an even number of 6 to 32 characters, excluding the first two characters, 0x (for example, 0x01020304abcdef).</div>
</div>
<div id="SnmpService:SNMPv3EngineID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"SNMPv3EngineID": "&lt;string-value&gt;"}</div>
  <p>
                The property "SNMPv3EngineID" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<h3 class="PropertyName">
            "TrapSourceHostname"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SnmpService">SnmpService</a></p>
  <div class="PropertyDescription">Determines the host name that is used in the SNMP-defined sysName variable when the management processor generates SNMP traps.</div>
</div>
<div id="SnmpService:TrapSourceHostname" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Manager"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "System"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
    <tr>
      <td class="HTTPOperation">PATCH</td>
      <td class="HTTPSupport">
                    This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
                  </td>
    </tr>
  </table>
  <h4>PATCH Example</h4>
  <p>HTTP PATCH to resource with request JSON:</p>
  <div class="Code">{"TrapSourceHostname": "System"}</div>
  <p>
                The property "TrapSourceHostname" on resource type <a href="#SnmpService">SnmpService</a> may
                not support PATCH of all values and may result in an HTTP 400 error with response of Type <a href="#ExtendedError">ExtendedError</a>.
                Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON.  To address an array entry other than the first, insert nulls as placeholders
                on skipped array entries.
              </p>
</div>
<div></div>
<h3 id="SnmpService:SendSNMPTestAlert" class="PropertyName">
            POST Action "SendSNMPTestAlert"
          </h3>
<div class="PropertyDescription"/>
<div id="SnmpService:SendSNMPTestAlert" class="ExternalDoc">
  <!-- tag3 -->
</div>
<h4>Example</h4>
<p>HTTP POST to resource with request JSON:</p>
<div class="Code">
            {
                  "Action": "SendSNMPTestAlert"}
          </div>
<h2 class="ResourceTypeName" id="SystemsSummary">
          "SystemsSummary" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/SystemsSummary">/rest/v1/SystemsSummary</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p></p>
<div id="SystemsSummary" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "SystemsSummary" defines the following properties:
        </p>
<h3 class="PropertyName">
            "SystemsInChassis"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">The total number of systems (nodes) in the physical chassis.</div>
</div>
<div id="SystemsSummary:SystemsInChassis" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "SystemsOnThisPage"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">The number of systems (nodes) presented on this page.</div>
</div>
<div id="SystemsSummary:SystemsOnThisPage" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">OK</div>
</div>
<div id="SystemsSummary:Systems[]/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/Memory"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">32 GB</div>
</div>
<div id="SystemsSummary:Systems[]/Memory" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/Model"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">This is the model information that the manufacturer uses to refer to this system.</div>
</div>
<div id="SystemsSummary:Systems[]/Model" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/NodeOptions"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription"/>
</div>
<div id="SystemsSummary:Systems[]/NodeOptions" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Object</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/Options/BSC"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">BIOS Serial Console</div>
</div>
<div id="SystemsSummary:Systems[]/Options/BSC" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DISABLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ENABLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/Options/BootOnce"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">The current boot source to be used at next boot instead of the normal boot device</div>
</div>
<div id="SystemsSummary:Systems[]/Options/BootOnce" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "None"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "HDD"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "PXE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "iSCSI"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "M.2"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/Options/CPU/ClockRate/CurrentFrequency"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">Current CPU clock rate</div>
</div>
<div id="SystemsSummary:Systems[]/Options/CPU/ClockRate/CurrentFrequency" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/Options/CPU/HyperThreading"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">Intel CPU HyperThreading</div>
</div>
<div id="SystemsSummary:Systems[]/Options/CPU/HyperThreading" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "DISABLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "ENABLE"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/Options/WOL"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">Wake On LAN</div>
</div>
<div id="SystemsSummary:Systems[]/Options/WOL" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/Power"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">On/Off</div>
</div>
<div id="SystemsSummary:Systems[]/Power" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/ProcessorFamily"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">ARM Architecture</div>
</div>
<div id="SystemsSummary:Systems[]/ProcessorFamily" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/ProcessorManufacturer"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">AppliedMicro (APM)</div>
</div>
<div id="SystemsSummary:Systems[]/ProcessorManufacturer" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/SKU"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">The manufacturer's SKU for this system.</div>
</div>
<div id="SystemsSummary:Systems[]/SKU" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/SerialNumber"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">The serial number for this system.</div>
</div>
<div id="SystemsSummary:Systems[]/SerialNumber" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Systems[]/UUID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#SystemsSummary">SystemsSummary</a></p>
  <div class="PropertyDescription">The universal unique identifier for this system.</div>
</div>
<div id="SystemsSummary:Systems[]/UUID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<div></div>
<h2 class="ResourceTypeName" id="ThermalMetrics">
          "ThermalMetrics" Resource Type
        </h2>
<h4>
          Resource Instances
        </h4>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/Cartridges/{item}/ThermalMetrics">/rest/v1/Chassis/{item}/Cartridges/{item}/ThermalMetrics</a>
</p>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/Switches/{item}/ThermalMetrics">/rest/v1/Chassis/{item}/Switches/{item}/ThermalMetrics</a>
</p>
<p class="TypeInstanceLink">
  <a href="#/rest/v1/Chassis/{item}/ThermalMetrics">/rest/v1/Chassis/{item}/ThermalMetrics</a>
</p>
<p>
          See <a href="#ResourceMap">Resource Map</a> for more details.
        </p>
<p>The schema definition for the Thermal Metrics. It represents the properties for temperature and cooling.</p>
<div id="ThermalMetrics" class="ExternalDoc">
  <!-- tag1 -->
</div>
<p>
          "ThermalMetrics" defines the following properties:
        </p>
<h3 class="PropertyName">
            "Fans[]/CorrelatableID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The CorrelatableID for this fan.</div>
</div>
<div id="ThermalMetrics:Fans[]/CorrelatableID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/CurrentReading"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The current speed of the fan.</div>
</div>
<div id="ThermalMetrics:Fans[]/CurrentReading" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer
                      greater than or equal to 0.
                    </div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/FanName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The name of the fan sensor.</div>
</div>
<div id="ThermalMetrics:Fans[]/FanName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/LowerThresholdCritical"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Below normal range but not yet fatal.</div>
</div>
<div id="ThermalMetrics:Fans[]/LowerThresholdCritical" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/LowerThresholdFatal"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Below normal range and is fatal.</div>
</div>
<div id="ThermalMetrics:Fans[]/LowerThresholdFatal" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/LowerThresholdNonCritical"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Below normal range.</div>
</div>
<div id="ThermalMetrics:Fans[]/LowerThresholdNonCritical" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/MaximumValue"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Maximum value for CurrentReading.</div>
</div>
<div id="ThermalMetrics:Fans[]/MaximumValue" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/MinimumValue"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Minimum value for CurrentReading.</div>
</div>
<div id="ThermalMetrics:Fans[]/MinimumValue" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Oem/Hp/Location"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Indicates the component (i.e. CPU, Memory, and Storage) that the fan is being used to cool.</div>
</div>
<div id="ThermalMetrics:Fans[]/Oem/Hp/Location" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "System"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "System Board"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "I/O Board"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "CPU"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Memory"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Storage"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removable Media"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Power Supply"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Ambient"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Chassis"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Bridge Board"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Exhaust"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Processor Bay"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "IO Bay"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Blade Slot"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Virtual"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/ProductName"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">see legacy json 'health_fans' prop 'label'</div>
</div>
<div id="ThermalMetrics:Fans[]/ProductName" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ThermalMetrics:Fans[]/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ThermalMetrics:Fans[]/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ThermalMetrics:Fans[]/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/Units"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Units for the CurrentReading.</div>
</div>
<div id="ThermalMetrics:Fans[]/Units" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "RPM"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Percent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/UpperThresholdCritical"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Above normal range but not yet fatal.</div>
</div>
<div id="ThermalMetrics:Fans[]/UpperThresholdCritical" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/UpperThresholdFatal"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Above normal range and is fatal.</div>
</div>
<div id="ThermalMetrics:Fans[]/UpperThresholdFatal" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Fans[]/UpperThresholdNonCritical"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Above normal range.</div>
</div>
<div id="ThermalMetrics:Fans[]/UpperThresholdNonCritical" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/CorrelatableID"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The CorrelatableID for this temperature sensor.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/CorrelatableID" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/CurrentReading"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The current reading of the temperature sensor.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/CurrentReading" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/LowerThresholdCritical"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Below normal range but not yet fatal.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/LowerThresholdCritical" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/LowerThresholdFatal"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Below normal range and is fatal.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/LowerThresholdFatal" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/LowerThresholdNonCritical"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Below normal range.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/LowerThresholdNonCritical" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/MaximumValue"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Maximum value for CurrentReading.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/MaximumValue" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/MinimumValue"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Minimum value for CurrentReading.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/MinimumValue" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/Number"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">A numerical identifier to represent the temperature sensor.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/Number" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/Status/Health"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Indicates the health state of this resource without considering its dependent resources.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/Status/Health" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Error"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/Status/HealthRollUp"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Indicates the overall health state of this resource and its dependent resources.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/Status/HealthRollUp" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Warning"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/Status/State"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Indicates the known state of this resource (for example, if the resource is enabled). Enabled indicates that the resource is available. Disabled indicates that the resource has been made unavailable intentionally, but it can be enabled. Offline indicates that the resource is unavailable intentionally and requires action to be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates that the resource is physically unavailable.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/Status/State" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Critical"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Enabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Disabled"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Offline"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "InTest"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Starting"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Absent"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Uninitialized"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "OK"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Installed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Failed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Degraded"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Removed"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Not Redundant"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Insufficient to Operate"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/TemperatureHistoryLevel[]/Counter"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/TemperatureHistoryLevel[]/Counter" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/TemperatureHistoryLevel[]/Cumulator"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/TemperatureHistoryLevel[]/Cumulator" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/TemperatureHistoryLevel[]/SampleType"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Describes the sample type (time span and sample interval).</div>
</div>
<div id="ThermalMetrics:Temperatures[]/TemperatureHistoryLevel[]/SampleType" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">String</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/TemperatureHistoryLevel[]/Samples[]/Temperature"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The reset type to be performed.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/TemperatureHistoryLevel[]/Samples[]/Temperature" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                  </td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/Units"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The temperature sensor's units.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/Units" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">
                  String containing one of the following supported values:

                  <table><tr><td class="EnumValue">
                          "Celsius"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr><tr><td class="EnumValue">
                          "Fahrenheit"
                        </td><td class="EnumDescription"><!-- tag4 --></td></tr></table></div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/UpperThresholdCritical"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Above normal range but not yet fatal.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/UpperThresholdCritical" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/UpperThresholdFatal"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">Above normal range and is fatal.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/UpperThresholdFatal" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<h3 class="PropertyName">
            "Temperatures[]/UpperThresholdNonCritical"
            </h3>
<div>
  <p>
              This property is a member of <a href="#ThermalMetrics">ThermalMetrics</a></p>
  <div class="PropertyDescription">The noncritical temperature threshold.</div>
</div>
<div id="ThermalMetrics:Temperatures[]/UpperThresholdNonCritical" class="ExternalDoc">
  <!-- tag3 -->
</div>
<p></p>
<div>
  <div class="TypeLabel">JSON type:</div>
  <div class="TypeValue">Integer</div>
</div>
<div>
  <!-- tag5 -->
  <h4>HTTP Operations</h4>
  <table>
    <tr>
      <td class="HTTPOperation">GET</td>
      <td class="HTTPSupport">
                  Rendered if supported by the implementation or omitted if not.
                   The value of this property may also be null if it is unavailable at the time of the request.</td>
    </tr>
  </table>
</div>
<div></div>

    </div>
    <h1 id="MessageReference">
        Message Reference</h1>
    <p>
        This section documents the MessageID values that may be returned in 
        <a href="#ExtendedError">ExtendedError</a> responses to HTTP operations.</p>
    <p></p><div>
        &nbsp;<h3>Base.AccessDenied</h3><div class="HT"><p>While attempting to access, connect to, or transfer to/from another resource, the service was denied access.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Verify that the URI is correct and that the service has the appropriate credentials.</span></p><h3>Base.AccountForSessionNoLongerExists</h3><div class="HT"><p>The account for current session is removed and the current session is also removed.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Attempt to connect using a valid account.</span></p><h3>Base.AccountModified</h3><div class="HT"><p>The account was modified successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>Base.AccountNotModified</h3><div class="HT"><p>The request was unable to modify the account.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, check the authorization or the request body for issues and resubmit the request.</span></p><h3>Base.AccountRemoved</h3><div class="HT"><p>The account was removed successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>Base.ActionNotSupported</h3><div class="HT"><p>The action supplied in the POST operation is not supported by the resource.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">The action was invalid or the wrong resource was the target. See the implementation documentation for assistance.</span></p><h3>Base.ActionParameterDuplicate</h3><div class="HT"><p>The action was submitted with a duplicate parameter in the request body.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Resubmit the action with only one instance of the parameter in the request body.</span></p><h3>Base.ActionParameterMissing</h3><div class="HT"><p>The requested action is missing a parameter that is required to process the action.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Resubmit the action with the required parameter in the request body.</span></p><h3>Base.ActionParameterNotSupported</h3><div class="HT"><p>The action parameter is not supported on the target resource.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, remove the parameter and resubmit the request.</span></p><h3>Base.ActionParameterUnknown</h3><div class="HT"><p>An action was submitted, but a supplied parameter did not match any of the known parameters.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, correct the invalid parameter and resubmit the request.</span></p><h3>Base.ActionParameterValueFormatError</h3><div class="HT"><p>The value type is correct, but the format is not supported or the size/length is exceeded</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, correct the parameter value in the request body and resubmit the request.</span></p><h3>Base.ActionParameterValueTypeError</h3><div class="HT"><p>The parameter contains an incorrect value type. For example, a number value for a string parameter type.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, correct the parameter value in the request body and resubmit the request.</span></p><h3>Base.CouldNotEstablishConnection</h3><div class="HT"><p>An attempt to access the resource, image, or file at the URI was unsuccessful because a session could not be established.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Verify that the URI contains a valid and reachable node name, protocol information, and other URI components.</span></p><h3>Base.CreateFailedMissingReqProperties</h3><div class="HT"><p>A create operation was attempted on a resource, but a required property was missing from the request.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, include the required property with a valid value in the request body and resubmit the request.</span></p><h3>Base.CreateLimitReachedForResource</h3><div class="HT"><p>No more resources can be created.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, delete resources and resubmit the request.</span></p><h3>Base.Created</h3><div class="HT"><p>The resource has been created successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None</span></p><h3>Base.EventSubscriptionLimitExceeded</h3><div class="HT"><p>The event subscription establishment has been requested, but the operation did not complete because the number of simultaneous subscriptions exceeded the maximum number allowed by the implementation.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Before attempting to establish the event subscription, reduce the number of subscriptions or increase the maximum number of simultaneous subscriptions allowed (if supported).</span></p><h3>Base.GroupForSessionNoLongerExists</h3><div class="HT"><p>The group for current session is removed and the current session is also removed.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Attempt to connect using a valid group.</span></p><h3>Base.GroupModified</h3><div class="HT"><p>The group was modified successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>Base.GroupNotModified</h3><div class="HT"><p>The request was unable to modify the group.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, check the authorization or the request body for issues and resubmit the request.</span></p><h3>Base.GroupRemoved</h3><div class="HT"><p>The group was removed successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>Base.InsufficientPrivilege</h3><div class="HT"><p>The account or credentials associated with the current session are not authorized to perform the requested operation.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation with an authorized account or credentials.</span></p><h3>Base.InternalError</h3><div class="HT"><p>The request did not complete due to an unknown internal error, but the service is still operational.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Resubmit the request. If the problem persists, consider resetting the service.</span></p><h3>Base.InvalidObject</h3><div class="HT"><p>The object is not valid.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, the object is malformed or the URI is incorrect. Make the appropriate corrections and resubmit the request.</span></p><h3>Base.MalformedJSON</h3><div class="HT"><p>The request body contains malformed JSON.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Verify that the request body is valid JSON and resubmit the request.</span></p><h3>Base.NoValidSession</h3><div class="HT"><p>The operation did not complete because a valid session is required in order to access resources.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Establish a session before attempting any operations.</span></p><h3>Base.PropertyDuplicate</h3><div class="HT"><p>A duplicate property is in the request body.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, remove the duplicate property from the request body and resubmit the request.</span></p><h3>Base.PropertyMissing</h3><div class="HT"><p>The request does not include a required property.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, verify the property is in the request body and has a valid value.</span></p><h3>Base.PropertyNotWritable</h3><div class="HT"><p>The request included a value for a read-only property.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, remove the property from the request body and resubmit the request.</span></p><h3>Base.PropertyUnknown</h3><div class="HT"><p>An unknown property is in the request body.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, remove the unknown property from the request body and resubmit the request.</span></p><h3>Base.PropertyValueFormatError</h3><div class="HT"><p>The value type is correct, but the format is not supported or the size/length is exceeded.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, correct the property value in the request body and resubmit the request.</span></p><h3>Base.PropertyValueNotInList</h3><div class="HT"><p>The value type is correct, but the value is not supported.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, choose a value from the enumeration list and resubmit your request.</span></p><h3>Base.PropertyValueTypeError</h3><div class="HT"><p>The property value contains an incorrect property type. For example, a number value for a string property type.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, correct the property value in the request body and resubmit the request.</span></p><h3>Base.QueryNotSupported</h3><div class="HT"><p>The query is not supported by the implementation.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, remove the query parameter and resubmit the request.</span></p><h3>Base.QueryNotSupportedOnResource</h3><div class="HT"><p>The query is not supported on the resource. For example, a start/count query is attempted on a resource that is not a collection.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, remove the query parameters and resubmit the request.</span></p><h3>Base.QueryParameterOutOfRange</h3><div class="HT"><p>The query parameter value is out of range for the resource. For example, a page is requested that is outside the valid page range.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Specify a query parameter value that is within range. For example, a page that is within the valid range of pages.</span></p><h3>Base.QueryParameterValueFormatError</h3><div class="HT"><p>The value type is correct, but the format is not supported or the size/length was exceeded.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, correct the value for the query parameter in the request body and resubmit the request.</span></p><h3>Base.QueryParameterValueTypeError</h3><div class="HT"><p>The query parameter contains an incorrect value type. For example, a number supplied for a query parameter that requires a string.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, correct the value for the query parameter in the request body and resubmit the request.</span></p><h3>Base.ResourceAlreadyExists</h3><div class="HT"><p>The create resource operation did not complete because the resource already exists.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Do not attempt the create operation because the resource already exists.</span></p><h3>Base.ResourceAtUriInUnknownFormat</h3><div class="HT"><p>The URI is valid, but the resource or image at that URI is in a format that is not supported by the service.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Place a resource, image, or file that is supported by the service at the URI.</span></p><h3>Base.ResourceAtUriUnauthorized</h3><div class="HT"><p>An attempt to access the resource, image, or file at the URI is unauthorized.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Verify that the appropriate access is provided for the service to access the URI.</span></p><h3>Base.ResourceCannotBeDeleted</h3><div class="HT"><p>A delete operation was attempted on a resource that cannot be deleted.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Do not attempt to delete a resource that does not support the REST API DELETE operation.</span></p><h3>Base.ResourceInUse</h3><div class="HT"><p>The request to change the resource was rejected because the resource was in use or in transition.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, wait until the resource is free and resubmit the request.</span></p><h3>Base.ResourceMissingAtURI</h3><div class="HT"><p>The operation expected an image or resource at the provided URI, but found none.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Place a valid resource at the URI or correct the URI and resubmit the request.</span></p><h3>Base.ServiceInUnknownState</h3><div class="HT"><p>The operation did not complete because the service is in an unknown state and cannot take incoming requests.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, restart the service and resubmit the request.</span></p><h3>Base.ServiceShuttingDown</h3><div class="HT"><p>The operation did not complete because the service is shutting down.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, resubmit the request when the service is available.</span></p><h3>Base.ServiceTemporarilyUnavailable</h3><div class="HT"><p>The service is temporarily unavailable.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Wait for the indicated retry duration and retry the operation.</span></p><h3>Base.SessionLimitExceeded</h3><div class="HT"><p>Session establishment has been requested, but the operation did not complete because the number of simultaneous sessions exceeded the maximum number allowed by the implementation.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Before attempting to establish the session, reduce the number of sessions or increase the maximum number of simultaneous sessions allowed (if supported).</span></p><h3>Base.SourceDoesNotSupportProtocol</h3><div class="HT"><p>While attempting to access, connect to, or transfer from another location, the other end of the connection did not support the specified protocol.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Change protocols or URIs. </span></p><h3>Base.Success</h3><div class="HT"><p>The operation completed successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None</span></p><h3>Base.UnrecognizedRequestBody</h3><div class="HT"><p>The service detected a request body with malformed JSON.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">If the operation did not complete, correct the request body and resubmit the request.</span></p><h3>HpCommon.ArrayPropertyOutOfBound</h3><div class="HT"><p>The items in the array exceed the maximum  number supported.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation using the correct number of items for the array.</span></p><h3>HpCommon.ConditionalSuccess</h3><div class="HT"><p>A property value was successfully changed but the change may be reverted upon system reset.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Check the "SettingsResult" messages after the system has reset for errors referring to the corresponding property.</span></p><h3>HpCommon.InternalErrorWithParam</h3><div class="HT"><p>The operation was not successful due to an internal service error (shown), but the service is still operational.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation. If the problem persists, consider resetting the service.</span></p><h3>HpCommon.InvalidConfigurationSpecified</h3><div class="HT"><p>The specified configuration is not valid.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the configuration, and then retry the operation.</span></p><h3>HpCommon.PropertyValueExceedsMaxLength</h3><div class="HT"><p>The value for the property exceeds the maximum length.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the value for the property in the request body, and then retry the operation.</span></p><h3>HpCommon.PropertyValueIncompatible</h3><div class="HT"><p>The value for the property is the correct type, but this value is incompatible with the current value of another property.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the value for the property in the request body, and then retry the operation.</span></p><h3>HpCommon.PropertyValueOutOfRange</h3><div class="HT"><p>The value for the property is out of range.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the value for the property in the request body, and then retry the operation.</span></p><h3>HpCommon.ResetInProgress</h3><div class="HT"><p>A device or service reset is in progress.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Wait for device or service reset to complete, and then retry the operation.</span></p><h3>HpCommon.ResetRequired</h3><div class="HT"><p>One or more properties were changed, but these changes will not take effect until the device or service is reset.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">To enable the changed properties, reset the device or service.</span></p><h3>HpCommon.ResourceNotReadyRetry</h3><div class="HT"><p>The resource is present but is not ready to perform operations due to an internal condition such as initialization or reset.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation when the resource is ready.</span></p><h3>HpCommon.SuccessFeedback</h3><div class="HT"><p>The operation completed successfully</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None</span></p><h3>HpCommon.TaskCreated</h3><div class="HT"><p>A task was created in response to the operation.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Perform an HTTP GET request on the supplied URI for task status.</span></p><h3>HpCommon.UnsupportedHwConfiguration</h3><div class="HT"><p>A previously requested property value change was reverted because the current hardware configuration does not support it.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Ensure that the system's hardware configuration supports the property value.</span></p><h3>iLO.AHSDisabled</h3><div class="HT"><p>Modifying AHS properties is not possible with AHS disabled.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Enable AHS, and then modify the AHS properties.</span></p><h3>iLO.Accepted</h3><div class="HT"><p>Indicates that one or more properties were correctly changed, but may not be in effect yet.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None</span></p><h3>iLO.ActionParameterValueNotInList</h3><div class="HT"><p>Indicates that the correct value type was supplied for the action parameter, but the value is not supported. (The value is not in the enumeration list.)</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Choose a value from the enumeration list and resubmit the request if the operation failed.</span></p><h3>iLO.AlertMailDisabled</h3><div class="HT"><p>Modifying AlertMail properties is not possible with AlertMail disabled.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Enable AlertMail, and then modify the AlertMail properties.</span></p><h3>iLO.AlertMailTestFailed</h3><div class="HT"><p>The AlertMail Test Alert did not send successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Verify the test alert content and retry.</span></p><h3>iLO.ArrayPropertyOutOfBound</h3><div class="HT"><p>The number of items in the array exceeds the maximum number supported.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation using the correct number of items for the array.</span></p><h3>iLO.CannotRemoveLicense</h3><div class="HT"><p>Cannot remove iLO Standard/iLO Standard for BladeSystem license.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.DemoLicenseKeyPreviouslyInstalled</h3><div class="HT"><p>A demo license was previously installed.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.DeviceResetRequired</h3><div class="HT"><p>Indicates that one or more properties were correctly changed, but will not take effect until device is reset.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Reset the device for the settings to take effect.</span></p><h3>iLO.DiagsTestAlreadyRunning</h3><div class="HT"><p>A diagnostics self test is already running.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Stop the running test and try again.</span></p><h3>iLO.ESKMServersNotConfigured</h3><div class="HT"><p>Enterprise Secure Key Manager Servers are not configured.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.ETagTooLong</h3><div class="HT"><p>The supplied ETag is too long. The maximum supported ETag length is 63 bytes.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation using an ETag with a length of 63 bytes or less.</span></p><h3>iLO.EmptyDNSName</h3><div class="HT"><p>DNS name is empty.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the request with a valid DNS name.</span></p><h3>iLO.ErrorIntializingESKM</h3><div class="HT"><p>Failed to initialize ESKM.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Check if Account Group, Local CA Certificate Name, Login Name and Password are correct and try again.</span></p><h3>iLO.EventLogCleared</h3><div class="HT"><p>Event log cleared successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.EventSubscriptionModified</h3><div class="HT"><p>The event subscription was modified successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.EventSubscriptionRemoved</h3><div class="HT"><p>The event subscription was removed successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.FailedToComplete</h3><div class="HT"><p>The operation failed to complete successfully</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None</span></p><h3>iLO.FirmwareFlashAlreadyInProgress</h3><div class="HT"><p>A firmware upgrade operation is already in progress.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Wait for the current firmware flash to complete, and then retry the operation.</span></p><h3>iLO.GeneratingCertificate</h3><div class="HT"><p>Generating the X509 Certificate.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.ICRUNotSupported</h3><div class="HT"><p>ICRU feature or function is not supported on the system.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.IPv6ConfigurationError</h3><div class="HT"><p>The specified IPv6 configuration caused an error.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Resolve the indicated error in the configuration data.</span></p><h3>iLO.ImportCertificateFailed</h3><div class="HT"><p>Failed importing Certificate.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation with proper Certificate information.</span></p><h3>iLO.ImportSSOParamError</h3><div class="HT"><p>Not a valid parameter.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the request with valid parameters.</span></p><h3>iLO.ImportSSOUriError</h3><div class="HT"><p>Not a valid Uri to import SSO certificate.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the request with valid URI.</span></p><h3>iLO.IndicatorLedInvalidStateChange</h3><div class="HT"><p>The request to change the state of the Indicator LED cannot be granted because the current state is either Blinking or is Unknown.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Please wait until the server has completed its reserved state.</span></p><h3>iLO.InternalErrorWithParam</h3><div class="HT"><p>The operation was not successful due to an internal service error (shown), but the service is still operational.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation. If the problem persists, consider resetting the service.</span></p><h3>iLO.InvalidConfigurationSpecified</h3><div class="HT"><p>The specified configuration is not valid.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the configuration, and then retry the operation.</span></p><h3>iLO.InvalidConfigurationSpecifiedForFederation</h3><div class="HT"><p>iLO Federation Management cannot be supported in the current configuration.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Review the iLO network settings or Onboard Administrator settings and refer to the iLO User Guide.</span></p><h3>iLO.InvalidEngineID</h3><div class="HT"><p>EngineID should be a hexadecimal number starting with 0x (for example, 0x0102030405abcdef). The string length should be an even number, greater than or equal to 6 characters (excluding the "0x"), and less than or equal to 32 characters.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation using an EngineID within the specified parameters.</span></p><h3>iLO.InvalidIndex</h3><div class="HT"><p>The Index is not valid.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Adhere to the indexes supported in the self links.</span></p><h3>iLO.InvalidLicenseKey</h3><div class="HT"><p>The license key is not valid.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation using a valid license key.</span></p><h3>iLO.InvalidOperationForSystemState</h3><div class="HT"><p>The operation was not successful due to the current power state (for example, attempting to turn the power off when it is already off).</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Verify that the system is in the correct power state, and then retry the operation.</span></p><h3>iLO.InvalidPassphraseLength</h3><div class="HT"><p>The passphrase must contain 8 to 49 characters.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the passphrase, and then retry the operation.</span></p><h3>iLO.InvalidPasswordLength</h3><div class="HT"><p>The password length is not valid.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation using a corrected password.</span></p><h3>iLO.InvalidPowerState</h3><div class="HT"><p>The power state is not valid.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation after correcting the power state.</span></p><h3>iLO.LicenseKeyNotSupported</h3><div class="HT"><p>The use of a license key is not supported on this system.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.LicenseKeyRequired</h3><div class="HT"><p>An iLO license key is required to use this operation or feature.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Install a license key (Advanced or Scale Out) to use this feature.</span></p><h3>iLO.LoginAttemptDelayed</h3><div class="HT"><p>The login was not successful, so the service enforces a delay before another login is allowed.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Wait for the delay time to expire, and then retry the login.</span></p><h3>iLO.LoginAttemptDelayedSeconds</h3><div class="HT"><p>The login was not successful, so the service enforces a delay before another login is allowed.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.MaxProviders</h3><div class="HT"><p>The maximum number of providers are already registered.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.MaxVirtualMediaConnectionEstablished</h3><div class="HT"><p>No more Virtual Media connections are available, because the maximum number of connections are already established.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Close an established Virtual Media connection, and then retry creating or opening another connection.</span></p><h3>iLO.MembistVariablesNotSupported</h3><div class="HT"><p>Membist variables are not supported on the system.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.NoSNMPAlertDestinationsConfigured</h3><div class="HT"><p>No SNMP alert destinations are configured.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Disable SNMP pass-thru, modify the property, and then re-enable SNMP pass-thru.</span></p><h3>iLO.NoSamples</h3><div class="HT"><p>No power history samples are available.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">To accumulate power history samples, power on the server, and then wait at least 5 minutes.</span></p><h3>iLO.NoSpaceforDNSName</h3><div class="HT"><p>No space to store DNS name.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Make sure SSO database has enough space to store DNS name.</span></p><h3>iLO.NoVirtualMediaConnectionAvailable</h3><div class="HT"><p>No Virtual Media connections exist to perform the operation.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Create or open a Virtual Media connection, and then retry the operation.</span></p><h3>iLO.NotSupportedOnNIC</h3><div class="HT"><p>This property is not supported by the indicated network port.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Do not specify this property on the indicated network port.</span></p><h3>iLO.NotValidIPAddrOrDNS</h3><div class="HT"><p>The value for the property is not a valid IPv4/v6 address or DNS name.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the IPv4/v6 address or DNS name, and then retry the operation.</span></p><h3>iLO.NotValidIPAddress</h3><div class="HT"><p>The value for the property is not a valid IP address.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Use a valid IP address.</span></p><h3>iLO.NotValidSubnetMask</h3><div class="HT"><p>The value for the property is not a valid subnet mask.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Use a valid subnet mask.</span></p><h3>iLO.PowerCapOACntrld</h3><div class="HT"><p>The enclosure Onboard Administrator is currently managing the power cap.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Use Onboard Administrator to Manage the PowerCap</span></p><h3>iLO.PowerValueBadParam</h3><div class="HT"><p>The power cap value is not valid.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation using a corrected value.</span></p><h3>iLO.PowerValueInvalidCalibrationData</h3><div class="HT"><p>The request to set the power cap failed. Invalid power cap calibration data. The Power Cap feature is currently unavailable.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Restart the server to retrieve calibration data from initial POST.</span></p><h3>iLO.PowerValueNotOptimal</h3><div class="HT"><p>Power caps set for less than 50% of the difference between maximum and minimum power may become unreachable due to changes in the server. Power caps set for less than 20% are not recommended.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Please provide an optimal value in integer considering the power cap range.</span></p><h3>iLO.PowerValueUnAvailable</h3><div class="HT"><p>Advanced power capping is not currently available due to the system configuration or state.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Change the system configuration or wait for the system to become fully initialized, and then retry the operation.</span></p><h3>iLO.PowerValueUnSupported</h3><div class="HT"><p>Advanced power capping is not supported on this system.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.PrimaryESKMServerAccessible</h3><div class="HT"><p>Only the primary ESKM server is accessible.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.PrimarySecondaryAddressesResolveToSameServer</h3><div class="HT"><p>Primary and secondary ESKM server addresses resolve to the same server.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.PrimarySecondaryESKMServersAccessible</h3><div class="HT"><p>Both primary and secondary ESKM servers are accessible.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.PropertyValueBadParam</h3><div class="HT"><p>The property value is not valid.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation using a corrected value.</span></p><h3>iLO.PropertyValueExceedsMaxLength</h3><div class="HT"><p>The value for the property exceeds the maximum length.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the value for the property in the request body, and then retry the operation.</span></p><h3>iLO.PropertyValueIncompatible</h3><div class="HT"><p>The value for the property is the correct type, but this value is incompatible with the current value of another property.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the value for the property in the request body, and then retry the operation.</span></p><h3>iLO.PropertyValueOutOfRange</h3><div class="HT"><p>The value for the property is out of range.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Correct the value for the property in the request body, and then retry the operation.</span></p><h3>iLO.PropertyValueRequired</h3><div class="HT"><p>Indicates that a property was required but not specified.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Include the required property in the request body and then retry the operation.</span></p><h3>iLO.RepairNotSupported</h3><div class="HT"><p>IML event with this severity is not supported to be repaired. IML events with Critical or Warning severities can marked as repaired.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Please do not try to repair IML events with severity other than Critical or Warning.</span></p><h3>iLO.RequiredPropertyMissing</h3><div class="HT"><p>Indicates that a required property is not specified.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Include the required property in the request body and then retry the operation.</span></p><h3>iLO.ResetInProgress</h3><div class="HT"><p>An iLO reset is in progress.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Wait for iLO reset to complete, and then retry the operation.</span></p><h3>iLO.ResetRequired</h3><div class="HT"><p>One or more properties were changed, but these changes will not take effect until the iLO is reset.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">To enable the changed properties, reset the iLO.</span></p><h3>iLO.ResourceBeingFlashed</h3><div class="HT"><p>The change to the requested resource failed because the resource is being flashed.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation when the firmware upgrade has completed.</span></p><h3>iLO.ResourceInUseWithDetail</h3><div class="HT"><p>The change could not be made because the resource was in use or in a transitioning state.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the request.</span></p><h3>iLO.ResourceTemporarilyUnavailable</h3><div class="HT"><p>The resource is temporarily unavailable because the firmware is being flashed.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the operation when the firmware upgrade has completed.</span></p><h3>iLO.SMBIOSRecordNotFound</h3><div class="HT"><p>The SMBIOS record type is not found or is not supported on the system.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Reset the system to update the SMBIOS records. If the problem persists then the SMBIOS record type is not supported.</span></p><h3>iLO.SNMPAgentlessEnabled</h3><div class="HT"><p>Modifying SNMP properties is not possible while SNMP is configured in Agentless mode.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Disable Agentless mode, modify the properties, and then re-enable Agentless mode.</span></p><h3>iLO.SNMPAlertDisabled</h3><div class="HT"><p>The operation could not be completed because SNMP alerts are disabled.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Enable SNMP alerts and retry the operation.</span></p><h3>iLO.SNMPDisabled</h3><div class="HT"><p>Modifying SNMP properties is not possible with SNMP disabled.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Enable SNMP, and then modify the SNMP properties.</span></p><h3>iLO.SNMPPassthruEnabled</h3><div class="HT"><p>Modifying SNMP properties is not possible while SNMP is configured in pass-thru mode.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Configure SNMP 'Agentless' mode, modify the property, and then re-configure SNMP for 'Passthru' mode.</span></p><h3>iLO.SNMPTestAlertFailed</h3><div class="HT"><p>The SNMP Test Alert did not send successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Verify the test alert content and retry.</span></p><h3>iLO.SSOCertficateEmpty</h3><div class="HT"><p>SSO Certificate is Empty.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.SSOCertificateReadError</h3><div class="HT"><p>SSO Certificate Read Error.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Retry the request with valid SSO certificate.</span></p><h3>iLO.SSONoSpaceError</h3><div class="HT"><p>No space to store SSO certificate.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Make sure SSO database has enough space to store SSO certificate.</span></p><h3>iLO.SSORecordNotFound</h3><div class="HT"><p>SSO Record Not Found.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.SecondaryESKMServerAccessible</h3><div class="HT"><p>Only the secondary ESKM server is accessible.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.SuccessFeedback</h3><div class="HT"><p>The operation completed successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">OK</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None</span></p><h3>iLO.SyslogDisabled</h3><div class="HT"><p>Modifying Syslog properties is not possible with Syslog disabled.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Enable Syslog, and then modify the Syslog properties.</span></p><h3>iLO.SyslogFeatureDisabled</h3><div class="HT"><p>Remote Syslog feature is disabled.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Enable remote syslog feature to send test syslog message.</span></p><h3>iLO.SyslogFeatureMisconfigured</h3><div class="HT"><p>The Syslog feature is not configured correctly.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Verify the syslog configuration and retry.</span></p><h3>iLO.SyslogTestAlertFailed</h3><div class="HT"><p>The Syslog Test Alert did not send successfully.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Verify the test alert content and retry.</span></p><h3>iLO.SystemResetRequired</h3><div class="HT"><p>The system properties were correctly changed, but will not take effect until the system is reset.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Reset system for the settings to take effect.</span></p><h3>iLO.TokenRequired</h3><div class="HT"><p>Proper 'X-HPRESTFULAPI-AuthToken' authorization token not provided.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Critical</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Create proper 'X-HPRESTFULAPI-AuthToken' authorization token. Send token in using the proper HTTP header.</span></p><h3>iLO.UnableModifyRights</h3><div class="HT"><p>Unable to modify user rights.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.UnableToModifyDueToMissingComponent</h3><div class="HT"><p>The value for the property cannot be changed because a related hardware component is not installed.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Install the hardware component and retry the operation.</span></p><h3>iLO.UnableToModifyDuringSystemPOST</h3><div class="HT"><p>The value for the property cannot be changed while the computer system BIOS is in POST.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">After the computer system is either fully booted or powered off, retry the operation.</span></p><h3>iLO.UnauthorizedLoginAttempt</h3><div class="HT"><p>The login was not successful, because the supplied credentials could not be authorized.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Log in with authorized user name and password credentials.</span></p><h3>iLO.UnsupportedOperation</h3><div class="HT"><p>This operation is not supported by RIS for the current system.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.UnsupportedOperationInLegacyBootMode</h3><div class="HT"><p>This operation is not supported when the system Boot Mode is set to Legacy BIOS.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Change the Boot Mode to UEFI and retry the operation.</span></p><h3>iLO.UnsupportedOperationInSystemBIOS</h3><div class="HT"><p>This operation is not supported by the current version of the system BIOS.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">None.</span></p><h3>iLO.UserAlreadyExist</h3><div class="HT"><p>The user or login user name already exists.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Try a different user or login user name.</span></p><h3>iLO.UserNameAlreadyExists</h3><div class="HT"><p>Duplicate SNMPv3 User.</p></div><p><span class="ROTitle">Severity: </span><span class="RO">Warning</span></p><p><span class="ROTitle">Resolution: </span><span class="RO">Enter a different name and try again.</span></p>
    </div>
</body>
</html>