Private Access
Use the following API to retrieve the private apps catalog. For more details, see Private Access.
Get Catalog of Private Apps
Endpoint
https://api-gateway.skyhigh.cloud/private-app
Query Parameters
Parameter | Type | Sample |
---|---|---|
page[limit] | <Integer> | 1 |
page[offset] | <Integer> | 2 |
Authorization
Requires a valid API key with read permissions.
Key | Value |
---|---|
Authorization | X-API-KEY |
Value(API Key) | <String> |
Headers
Key | Value | Description |
---|---|---|
X-API-KEY | <String> | Mandatory field |
Accept | application/vnd.api+json | Mandatory field |
Sample Response
{ "links": { "self": "http://api.skyhigh.cloud/private-app?page[limit]=%3Cinteger%3E&page[offset]=%3Cinteger%3E" }, "data": [ { "host": "=angular.dev", "userGrpList": [], "id": "angulardev", "usernameList": [], "paType": "Application", "protocol": "HTTPS", "name": "angular.dev", "connectorGroups": [ "esxiQatPranav" ], "appGroupNames": [ "general" ], "encrypt": false, "usernameManualEntry": [], "port": 443, "displayToAllUsers": true }, { "host": "=fake.devtestapp.com", "userGrpList": [], "id": "devapp", "usernameList": [], "paType": "Application", "protocol": "HTTPS", "name": "dev app", "connectorGroups": [ "esxiQatPranav", "Pranav_AWS" ], "appGroupNames": [ "ztna" ], "encrypt": false, "usernameManualEntry": [], "port": 443, "displayToAllUsers": true }, { "host": "=google.com", "userGrpList": [], "id": "google", "usernameList": [], "paType": "Application", "protocol": "HTTPS", "name": "google", "connectorGroups": [ "esxiQatPranav" ], "appGroupNames": [ "ztna" ], "encrypt": false, "usernameManualEntry": [], "supportBrowserAccess": false, "port": 443, "displayToAllUsers": true }, { "host": "=jira.trellix.com", "userGrpList": [], "id": "jiratrellix", "usernameList": [], "paType": "Application", "protocol": "HTTPS", "name": "jira.trellix", "connectorGroups": [ "esxiQatPranav" ], "appGroupNames": [ "general" ], "encrypt": false, "usernameManualEntry": [], "supportBrowserAccess": false, "port": 443, "displayToAllUsers": true }, { "host": "=fake.testudpapp.com", "userGrpList": [], "id": "udp_pip", "usernameList": [], "paType": "Application", "protocol": "HTTPS", "name": "udp_pip", "connectorGroups": [ "esxiQatPranav", "Pranav_AWS" ], "appGroupNames": [ "ztna" ], "encrypt": false, "usernameManualEntry": [], "port": 443, "displayToAllUsers": true }, { "certConfig": null, "host": "youtube.com", "userGrpList": [], "id": "youtube", "usernameList": [], "paType": "Application", "protocol": "HTTPS", "name": "youtube", "connectorGroups": [ "esxiQatPranav" ], "appGroupNames": [ "general" ], "encrypt": false, "usernameManualEntry": [], "supportBrowserAccess": false, "port": 443, "displayToAllUsers": true } ] }
Sample Error Responses
Status Code | Description |
---|---|
200 | Request successful. The server has responded as required. |
404 | The server could not understand the request. |
500 | Internal server error. |