Get All Proxy Clients
This operation returns the list of all proxy clients for cloud apps virtual clients.
Query Parameters
- cAppType int32
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Proxy Clients
Schema
- vendor integer
clients object[]
hostName stringclientId integerclientName string_type_ integercsGUID string
{
"vendor": 0,
"clients": [
{
"hostName": "string",
"clientId": 0,
"clientName": "string",
"_type_": 0,
"csGUID": "string"
}
]
}
{
"vendor": 0,
"clients": [
{
"hostName": "cloudproxy.test.com",
"clientId": 23,
"clientName": "cloudproxy",
"_type_": 3,
"csGUID": "5E84F806-4C30-4788-9F80-FC8C83AC6F44"
},
{
"hostName": "Exproxy-lyon.perfex.commvault.com",
"clientId": 22,
"clientName": "exproxy-lyon",
"_type_": 3,
"csGUID": "02C675FA-3131-412F-B860-193C1DDF379A"
},
{
"hostName": "jinzhou.devemc.commvault.com",
"clientId": 1077,
"clientName": "jinzhou",
"_type_": 3,
"csGUID": "8D099E25-9D07-4E3B-91BB-56257BBC6804"
},
{
"hostName": "noshaq",
"clientId": 1091,
"clientName": "noshaq",
"_type_": 3,
"csGUID": "27FB7A32-4F16-42F4-893A-68FA551B54BE"
},
{
"hostName": "SidAutomation.test.com",
"clientId": 1209,
"clientName": "sidautomation",
"_type_": 3,
"csGUID": "896B8934-0DEA-4DD8-B241-036EA79B03CB"
},
{
"hostName": "stampede.devemc.commvault.com",
"clientId": 1165,
"clientName": "stampede",
"_type_": 3,
"csGUID": "9404E8AE-0D06-46D6-A88B-22DCEA5FE16F"
}
]
}
Loading...