/mgmtconfig/v1/admin/customers/{customerId}/visible/versionProfiles

Parameters

Name
Description
customerId *required
integer($int64)
(path)
The unique identifier of the ZPA tenant.
page
integer($int32)
(query)
Specifies the page number.
Example : 1
pagesize
integer($int32)
(query)
Specifies the page size. If not provided, the default page size is 20. The max page size is 500.
Example : 20
search
string
(query)
The search string used to support search by features and fields for the API.

list
The total list of version profiles.
totalCount
integer($int64)
The total count of resources per the search feature.
totalPages
integer($int32)
The total number of pages per the pagination attribute.
Responses
Response content type:
Code
200
Description
OK
Example Value
{
  "list": [
    {
      "creationTime": 0,
      "customScopeCustomerIds": [
        {
          "customerId": 0,
          "excludeConstellation": true,
          "isPartner": true,
          "name": "string"
        }
      ],
      "customScopeRequestCustomerIds": {
        "addCustomerIds": [
          0
        ],
        "deleteCustomerIds": [
          0
        ]
      },
      "customerId": 0,
      "description": "string",
      "id": 0,
      "modifiedBy": 0,
      "modifiedTime": 0,
      "name": "string",
      "numberOfAssistants": 0,
      "numberOfCustomers": 0,
      "numberOfPrivateBrokers": 0,
      "numberOfUpdatedAssistants": 0,
      "numberOfUpdatedPrivateBrokers": 0,
      "upgradePriority": "WEEK",
      "versions": [
        {
          "creationTime": 0,
          "customerId": 0,
          "id": 0,
          "modifiedBy": 0,
          "modifiedTime": 0,
          "platform": "string",
          "restartAfterUptimeInDays": 0,
          "role": "string",
          "upgradeOrder": 0,
          "upgradeWithoutRestart": true,
          "version": "string",
          "version_profile_gid": 0
        }
      ],
      "visibilityScope": "ALL"
    }
  ],
  "totalCount": 0,
  "totalPages": 0
}
Code
401
Description
Unauthorized
Code
403
Description
Forbidden
Code
404
Description
Not Found