IBM-Cloud/terraform

Unable to edit NADC values with PUT

tmulhern3 opened this issue · 2 comments

When attempting to edit values for an NADC they remain unchanged.

Edit object request/response:

REQUEST
PUT api.softlayer.com/rest/v3/SoftLayer_Network_Application_Delivery_Controller/18171/editObject.json
{"parameters":[{"name":"nadc_test_name"}]}

RESPONSE
true

Get object request/response:

REQUEST
GET api.softlayer.com/rest/v3/SoftLayer_Network_Application_Delivery_Controller/18171/getObject.json

RESPONSE
{
  "accountId": 736371,
  "createDate": "2016-05-20T14:35:42-05:00",
  "id": 18171,
  "modifyDate": "2016-05-20T14:35:57-05:00",
  "name": "IBMADC736371-2",
  "typeId": 2,
  "description": "Citrix NetScaler VPX 10.1 10Mbps Standard",
  "managedResourceFlag": false,
  "managementIpAddress": "10.146.95.74",
  "password": {
    "createDate": "2016-05-20T14:36:04-05:00",
    "id": 11507027,
    "modifyDate": "2016-05-20T14:36:04-05:00",
    "password": "E56wMrNR",
    "port": null,
    "softwareId": 10692407,
    "username": "root"
  },
  "primaryIpAddress": "169.54.174.116"
}

Do we know if the name or any other field is actually editable in this case (@minsikl)?

Looks like the notes field is the only field that can be edited. Closing the issue http://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller/editObject