Patty
Patty

Reputation: 531

Download Octopus Variables from Project Library Sets

Can you please advise on how to download the Octopus variables set from Library in Octopus.

The Project variables can be downloaded as JSON, but for the ones in Library set, there is no such option.

Is the Octo tools the only option to export the variables set?

Thank you.

Upvotes: 1

Views: 1207

Answers (1)

Nirav Mistry
Nirav Mistry

Reputation: 989

You can get variable set from API,

Get API Call : {YourOctopusURL}/api/Spaces-1/variables/variableset-{LibraryVariableSetsId}

and Find libraryvariablesets section

Reference Answer

Let me know if you have any concern.

Upvotes: 1

Related Questions