packages | String List Optional. Names of the packages for which you want to get the checksum of each asset in the package. A package must be enabled and loaded for Integration Server to get checksums for the assets. If a package is partially loaded, Integration Server gets checksums for the loaded assets only. You must specify a value for packages or assets. If you specify a value for both packages and assets, Integration Server uses the packages value and ignores assets. If you specify neither, the pub.assets:getChecksums service ends with an exception. |
assets | String List Optional. List of the fully qualified names of the specific assets for which you want to get the checksum. You must specify a value for packages or assets. If you specify a value for both packages and assets, Integration Server uses the packages value and ignores assets. If you specify neither, the pub.assets:getChecksums service ends with an exception. |
checksums | Document List List of checksums for the assets in the specified packages or the specified assets. | |
Key | Description | |
package | String Name of the package containing the asset. | |
name | String Fully qualified name of the asset. | |
checksum | String Checksum for the asset. The checksum value is null for an asset listed in assets if the specified asset does not exist on Integration Server. |