Update a nodeput https://{hostname}/api/infrastructure/v1/nodes/{nodeId}Path ParamsnodeIdintegerrequiredBody ParamsadministrativeStatestringenumrequiredACTIVEMAINTENANCEAllowed:ACTIVEMAINTENANCEattributesarray of objectslength ≤ 20attributesADD objectbootStatestringenumrequiredBOOTREINSTALLINSTALLUPGRADEAllowed:BOOTREINSTALLINSTALLUPGRADEdnsServersarray of stringsrequiredlength between 1 and 2dnsServers* stringADD stringhostnamestringrequiredinterfacesarrayrequiredlength between 1 and 36interfaces* objectObject 1Object 2namestringrequiredmacAddressstringrequiredtypestringenumrequiredETHERNETAllowed:ETHERNETip4Addressesarray of objectslength between 0 and 32ip4AddressesADD objectip6Addressesarray of objectslength between 0 and 32ip6AddressesADD objectip4Routesarray of objectslength ≤ 256ip4RoutesADD objectip6Routesarray of objectslength ≤ 256ip6RoutesADD objectADD objectnodeIdintegerrequired≥ 1siteIdintegerrequired≥ 1Responses 200An HTTP 200 will signify the successful update of an node instance. 400An HTTP 400 will be returned if the request is badly formed or has constraint violations 403An HTTP 403 will be returned if the principal is not authorized to access the instance of node that the request was made against. 404An HTTP 404 will be returned if the node with the specified entityId is not found. 409An HTTP 409 will be returned if the node offered for create/update would lead to a conflicting state.Updated about 5 hours ago