Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

REST API to update agent node attributes #3455

kateliu ·
Hi,

I noticed that there is a REST API to get information of agents from QB server. However I wasn't able to find a easy way to update the attributes with REST API with QB 6.0.
Is agent configuration only exposed through the Grid UI?

Thanks,
Kate
  • replies 3
  • views 1876
  • stars 0
robinshen ADMIN ·
You can update agent user attributes via restful api:
http://wiki.pmease.com/display/QB61/Get ... +Grid+Node
kateliu ·
Oh that looks great!
Another item I wasn't able to find --- do we also have a REST API to create new build step?

Thanks,
Kate
robinshen ADMIN ·
All configuration settings include steps, repositories can be created via RESTful API:
http://wiki.pmease.com/display/QB61/Int ... igurations

If you are not sure about how to athor the step XML, just create an example configuration via UI, and then get the XML via RESTful API to check the format.