Update a Proxy Collection List

This page describers how to update a proxy collection list.

Before continuing, ensure you are familiar with:

The remainder of this document assumes that you have already authenticated the user and have obtained the authentication token necessary to invoke subsequent endpoints.

To update a proxy colleciton list, invoke the /ServerManage/UpdateResource endpoint passing the Name, ProxyCollectionList, ID, ComputerClass, and FQDN body parameters:

POST /ServerManage/UpdateResource

{  
   "Name":"204",
   "ProxyCollectionList":"7ea984, 8d9845",
   "ID":"73fae3dc-46",
   "ComputerClass": "Unix",
   "FQDN":"123.45.67.890"
}