Check eligible client/client group
Select
SaaS
Customer Managed
This operation checks the eligibility of a client/clientgroup to be moved to a company.
Path Parameters
- companyId string required
Header Parameters
- Accept string required
- application/json
Request Body
entities object[]
clientId integer_type_ stringclientGroupId integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Check eligible client/client group
- Example 1
Schema
notApplicableClients object[]
statusMsg stringstatus integerclients object[]
clientId integerclientName stringdisplayName stringapplicableClients object[]
clientId integerclientName stringdisplayName stringerror object
errorMessage stringerrorCode integer
{
"notApplicableClients": [
{
"statusMsg": "string",
"status": 0,
"clients": [
{
"clientId": 0,
"clientName": "string",
"displayName": "string"
}
]
}
],
"applicableClients": [
{
"clientId": 0,
"clientName": "string",
"displayName": "string"
}
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"notApplicableClients": [
{
"statusMsg": "Storage policy of the Media agent is not associated to the new company",
"status": 7,
"clients": [
{
"clientId": 1910,
"clientName": "firewalltestma",
"displayName": "firewalltestma"
}
]
}
],
"applicableClients": [
{
"clientId": 19,
"clientName": "tempmac",
"displayName": "DN_tempmac_DN"
},
{
"clientId": 29,
"clientName": "SP13",
"displayName": "SP13-NetworkZoningComp3"
},
{
"clientId": 107,
"clientName": "lockdown",
"displayName": "DN_lockdown_DN"
},
{
"clientId": 2566,
"clientName": "centostemp_laptop",
"displayName": "centostemp_laptop"
},
{
"clientId": 3856,
"clientName": "abcde",
"displayName": "abcde"
}
],
"error": {
"errorMessage": "",
"errorCode": 0
}
}
{
"applicableClients": [
{
"clientId": 3856,
"clientName": "abcde",
"displayName": "abcde"
}
],
"error": {
"errorMessage": "",
"errorCode": 0
}
}
Loading...