Get Commcell properties
Select
SaaS
Customer Managed
This operation returns commcell properties.
Header Parameters
- Accept string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
commCellInfo object
commCellEntity object
_type_ integercommCellName stringcommCellId integergeneralInfo object
hostName stringenableSharedLaptopUsage booleanenableTwoFactorAuthentication booleannetworkErrorRetryCount integeruseUPNForEmail booleanflags integerdescription stringnetworkErrorRetryFreq integerautoClientOwnerAssignmentType integernetworkErrorRetryFlag booleanallowUsersToEnablePasskey booleanautoClientOwnerAssignmentValue stringenablePrivacy booleantwoFactorAuthenticationInfo object
mode integermanageInactiveDevices object
deleteInactiveDevices booleannoOfDaysToMarkClientAsInactive integerautoRetireDevices object
retireDevicesAfterDays integerforceDeleteDevicesAfterDays integer
{
"commCellInfo": {
"commCellEntity": {
"_type_": 0,
"commCellName": "string",
"commCellId": 0
},
"generalInfo": {
"hostName": "string",
"enableSharedLaptopUsage": true,
"enableTwoFactorAuthentication": true,
"networkErrorRetryCount": 0,
"useUPNForEmail": true,
"flags": 0,
"description": "string",
"networkErrorRetryFreq": 0,
"autoClientOwnerAssignmentType": 0,
"networkErrorRetryFlag": true,
"allowUsersToEnablePasskey": true,
"autoClientOwnerAssignmentValue": "string",
"enablePrivacy": true,
"twoFactorAuthenticationInfo": {
"mode": 0
},
"manageInactiveDevices": {
"deleteInactiveDevices": true,
"noOfDaysToMarkClientAsInactive": 0
},
"autoRetireDevices": {
"retireDevicesAfterDays": 0,
"forceDeleteDevicesAfterDays": 0
}
}
}
}
{
"commCellInfo": {
"commCellEntity": {
"_type_": 1,
"commCellName": "bdcsrvtest05",
"commCellId": 2
},
"generalInfo": {
"hostName": "BDCSRVTEST05.test.com",
"enableSharedLaptopUsage": false,
"enableTwoFactorAuthentication": false,
"networkErrorRetryCount": 1,
"useUPNForEmail": false,
"flags": 0,
"description": "",
"networkErrorRetryFreq": 1,
"autoClientOwnerAssignmentType": 0,
"networkErrorRetryFlag": true,
"allowUsersToEnablePasskey": false,
"autoClientOwnerAssignmentValue": "Administrators,testadmin,",
"enablePrivacy": false,
"twoFactorAuthenticationInfo": {
"mode": 0
},
"manageInactiveDevices": {
"deleteInactiveDevices": false,
"noOfDaysToMarkClientAsInactive": 0
},
"autoRetireDevices": {
"retireDevicesAfterDays": 183,
"forceDeleteDevicesAfterDays": -1
}
}
}
}
Loading...