<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Disabling SNMP v1 Service in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/disabling-snmp-v1-service/m-p/7147044#M9170</link>
    <description>&lt;P&gt;The &lt;A href="https://hewlettpackard.github.io/ilo-rest-api-docs/ilo5/#hpeilosnmpservice-v2_2_0-hpeilosnmpservice" target="_blank" rel="noopener"&gt;iLO5 Redfish REST API&lt;/A&gt; says that /redfish/v1/managers/{item}/snmpservice has GET, POST, and PATCH available.&amp;nbsp; I can use:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl --silent --insecure --header "X-Auth-Token: ${iLOAuth}" --request GET https://myserver-ilo.com/redfish/v1/Managers/1/snmpservice | jq -r .SNMPv1Enabled'&lt;/LI-CODE&gt;&lt;P&gt;to retrieve the state of the service, but I can't quite figure out how to set it.&amp;nbsp; The documentation is not showing how to do that (at least that I could find).&amp;nbsp; I'm trying:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl --silent --insecure --header "X-Auth-Token: ${iLOAuth}" \
--data "{\"SNMPv1Enabled\": false }" --header "Content-Type: application/json" \
--request GET https://myserver-ilo.com/redfish/v1/Managers/1/snmpservice | jq -r '.'&lt;/LI-CODE&gt;&lt;P&gt;and I get back:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "error": {
    "code": "iLO.0.10.ExtendedInfo",
    "message": "See @Message.ExtendedInfo for more information.",
    "@Message.ExtendedInfo": [
      {
        "MessageArgs": [
          "Action"
        ],
        "MessageId": "Base.1.4.PropertyMissing"
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;Does anyone know how to correctly disable SNMP v1 through the REST API?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Sep 2021 11:12:04 GMT</pubDate>
    <dc:creator>BradV</dc:creator>
    <dc:date>2021-09-13T11:12:04Z</dc:date>
    <item>
      <title>Disabling SNMP v1 Service</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/disabling-snmp-v1-service/m-p/7147044#M9170</link>
      <description>&lt;P&gt;The &lt;A href="https://hewlettpackard.github.io/ilo-rest-api-docs/ilo5/#hpeilosnmpservice-v2_2_0-hpeilosnmpservice" target="_blank" rel="noopener"&gt;iLO5 Redfish REST API&lt;/A&gt; says that /redfish/v1/managers/{item}/snmpservice has GET, POST, and PATCH available.&amp;nbsp; I can use:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl --silent --insecure --header "X-Auth-Token: ${iLOAuth}" --request GET https://myserver-ilo.com/redfish/v1/Managers/1/snmpservice | jq -r .SNMPv1Enabled'&lt;/LI-CODE&gt;&lt;P&gt;to retrieve the state of the service, but I can't quite figure out how to set it.&amp;nbsp; The documentation is not showing how to do that (at least that I could find).&amp;nbsp; I'm trying:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl --silent --insecure --header "X-Auth-Token: ${iLOAuth}" \
--data "{\"SNMPv1Enabled\": false }" --header "Content-Type: application/json" \
--request GET https://myserver-ilo.com/redfish/v1/Managers/1/snmpservice | jq -r '.'&lt;/LI-CODE&gt;&lt;P&gt;and I get back:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "error": {
    "code": "iLO.0.10.ExtendedInfo",
    "message": "See @Message.ExtendedInfo for more information.",
    "@Message.ExtendedInfo": [
      {
        "MessageArgs": [
          "Action"
        ],
        "MessageId": "Base.1.4.PropertyMissing"
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;Does anyone know how to correctly disable SNMP v1 through the REST API?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 11:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/disabling-snmp-v1-service/m-p/7147044#M9170</guid>
      <dc:creator>BradV</dc:creator>
      <dc:date>2021-09-13T11:12:04Z</dc:date>
    </item>
  </channel>
</rss>

