We have updated our Terms of Service, Code of Conduct, and Addendum.

Move REST Collectors from one worker group to another

Options
Shane Daniels
Shane Daniels Posts: 28 mod

I would like to move 15-20 REST collectors from one worker group to another.  For routes/pipelines, I just copy and then switch groups and paste but the copy function isn't available in REST collectors.   Any suggestions on how to move a REST collector?

Best Answer

  • Jon Rust
    Jon Rust Posts: 439 mod
    Answer ✓
    Options

    If this will be a common task, I'd recommend the API. You can use developer mode in your browser while accessing and creating REST Collectors to see the API calls made. Then replicate those with a simple python, ruby, whatever script.

    If this is a one off, I'd just use the JSON dump of each RC and move them one at a time.

Answers

  • Jon Rust
    Jon Rust Posts: 439 mod
    Answer ✓
    Options

    If this will be a common task, I'd recommend the API. You can use developer mode in your browser while accessing and creating REST Collectors to see the API calls made. Then replicate those with a simple python, ruby, whatever script.

    If this is a one off, I'd just use the JSON dump of each RC and move them one at a time.