Get Global Environments

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Returns a list of existing global environments.

Since: 7.53.1

Security: Requires a user assigned the Administer the Platform role.

Usage: GET ${baseUrl}/v1/environments

Sample Response:

[
  {
    "name": "<string>"
  },
  {
    "name": "<string>"
  }
]

Status Codes:

Code

Description

200

Fetched

401

Unauthorized

403

Forbidden