LibraryVariableSets

List projects and deployments which are using an library variable set.

get/libraryvariablesets/{id}/usages

Path parameters

idstring required

The ID of the Library Variable Set.

Response

The usages of the library variable set.

CountOfProjectsUserCannotSeeinteger required
CountOfReleasesUserCannotSeeinteger required
CountOfRunbookSnapshotsUserCannotSeeinteger required

Example response

{
  "Projects": [
    {
      "ProjectId": "Projects-1",
      "Releases": [
        {
          "ReleaseId": "Releases-1"
        }
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.