Configure Library
This operation detects tape libraries.
Query Parameters
- Action string
- application/json
Request Body
- autoDetect boolean
hdr object
tag integer- mediaAgentIdList object[]
- isConfigRequired integer
library object
libraryName stringopType integermediaAgentId integerMedia Agent Client ID
password stringloginName stringmountPath stringisCloud integerserverType integerbaseFolder stringsavedCredential object
credentialName string- isDeconfigLibrary integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
library object
libraryName stringstopDataAgingWhenDataOccupiedOnDiskIs integerdeviceAccessType integerenablePruningOfAgedData integerlibraryId integerarchGroupId integeropType integerdescription stringerrorCode integerdriveName stringdeviceId integerdeviceName stringstartDataAgingWhenDataOccupiedOnDiskIs integernumOfWritersForMountpath integermediaAgentId integerusePnpWhenBlank integerpassword stringwarningWaterMark integerpreferMountPathAccordingToMA integerbaseFolder stringloginName stringarchCopyName stringmediaAgentName stringNDMPServer stringdeviceType integermountPath stringhideLibrary integerisCloud integerarchGroupName stringisAutomaticallyManageDisk integercreateStoragePolicy integerproxyPassword stringpreventDataDelFromMntPth integerarchCopyId integerbackupRetentionDays integernumOfWritersForLibrary integerdiskCapacity integerreserveSpaceInMB integerresrvSpaceForSiloRestores integerserverType integerlibSerialNumber stringmarkDrive integerobjectAddress integerlowWaterMark integermountPathId integerpreferMountPathWithFreeSpace integerlibraryType integermountPathUsage integer
{
"library": {
"libraryName": "string",
"stopDataAgingWhenDataOccupiedOnDiskIs": 0,
"deviceAccessType": 0,
"enablePruningOfAgedData": 0,
"libraryId": 0,
"archGroupId": 0,
"opType": 0,
"description": "string",
"errorCode": 0,
"driveName": "string",
"deviceId": 0,
"deviceName": "string",
"startDataAgingWhenDataOccupiedOnDiskIs": 0,
"numOfWritersForMountpath": 0,
"mediaAgentId": 0,
"usePnpWhenBlank": 0,
"password": "string",
"warningWaterMark": 0,
"preferMountPathAccordingToMA": 0,
"baseFolder": "string",
"loginName": "string",
"archCopyName": "string",
"mediaAgentName": "string",
"NDMPServer": "string",
"deviceType": 0,
"mountPath": "string",
"hideLibrary": 0,
"isCloud": 0,
"archGroupName": "string",
"isAutomaticallyManageDisk": 0,
"createStoragePolicy": 0,
"proxyPassword": "string",
"preventDataDelFromMntPth": 0,
"archCopyId": 0,
"backupRetentionDays": 0,
"numOfWritersForLibrary": 0,
"diskCapacity": 0,
"reserveSpaceInMB": 0,
"resrvSpaceForSiloRestores": 0,
"serverType": 0,
"libSerialNumber": "string",
"markDrive": 0,
"objectAddress": 0,
"lowWaterMark": 0,
"mountPathId": 0,
"preferMountPathWithFreeSpace": 0,
"libraryType": 0,
"mountPathUsage": 0
}
}
{
"library": {
"libraryName": "library001",
"stopDataAgingWhenDataOccupiedOnDiskIs": 0,
"deviceAccessType": 0,
"enablePruningOfAgedData": 2,
"libraryId": 5,
"archGroupId": 0,
"opType": 0,
"description": "",
"errorCode": 0,
"driveName": "",
"deviceId": 0,
"deviceName": "",
"startDataAgingWhenDataOccupiedOnDiskIs": 0,
"numOfWritersForMountpath": 0,
"mediaAgentId": 2,
"usePnpWhenBlank": 2,
"password": "",
"warningWaterMark": 0,
"preferMountPathAccordingToMA": 2,
"baseFolder": "",
"loginName": "",
"archCopyName": "",
"mediaAgentName": "firewalltestcs",
"NDMPServer": "",
"deviceType": 0,
"mountPath": "c:/library001",
"hideLibrary": 2,
"isCloud": 0,
"archGroupName": "",
"isAutomaticallyManageDisk": 0,
"createStoragePolicy": 0,
"proxyPassword": "",
"preventDataDelFromMntPth": 2,
"archCopyId": 0,
"backupRetentionDays": 0,
"numOfWritersForLibrary": 0,
"diskCapacity": 0,
"reserveSpaceInMB": 0,
"resrvSpaceForSiloRestores": 2,
"serverType": 0,
"libSerialNumber": "",
"markDrive": 0,
"objectAddress": 0,
"lowWaterMark": 0,
"mountPathId": 0,
"preferMountPathWithFreeSpace": 2,
"libraryType": 0,
"mountPathUsage": 0
}
}
Loading...