Service name: SRMService
| Binding name: srmSoapBinding
Locations: https://srm.lbl.gov:12345/v2_1_1/srm,
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TRequestToken
-->
{
xsd:string value
^[1,
1 ]
,
}
The requestToken assigned by SRM is unique and immutable (non-reusable). For example, if the date:time is part of the requestToken it will be immutable. |
| TSpaceToken --> { xsd:string value ^[1, 1 ] , } |
| ArrayOfTSpaceToken --> ( soapenc:Array [R]:: impl:TSpaceToken[] ) |
| TUserID --> { xsd:string value ^[1, 1 ] , } |
| TGroupID --> { xsd:string value ^[1, 1 ] , } |
| TOwnerPermission --> { impl:TPermissionMode mode ^[1, 1 ] , } |
| TUserPermission --> { impl:TPermissionMode mode ^[1, 1 ] , impl:TUserID userID ^[1, 1 ] , } |
| ArrayOfTUserPermission --> ( soapenc:Array [R]:: impl:TUserPermission[] ) |
| TGroupPermission --> { impl:TGroupID groupID ^[1, 1 ] , impl:TPermissionMode mode ^[1, 1 ] , } |
| ArrayOfTGroupPermission --> ( soapenc:Array [R]:: impl:TGroupPermission[] ) |
| TOtherPermission --> { impl:TPermissionMode mode ^[1, 1 ] , } |
| TCheckSumType --> { xsd:string value ^[1, 1 ] , } |
| TCheckSumValue --> { xsd:string value ^[1, 1 ] , } |
| TSizeInBytes --> { xsd:long value , } |
| TGMTTime --> { xsd:dateTime value ^[1, 1 ] , } |
| TLifeTimeInSeconds --> { xsd:long value , } |
| TSURL
-->
{
xsd:anyURI value
^[1,
1 ]
,
}
The type definition SURL above is used for both site URL and the "Storage File Name" (stFN). This was done in order to simplify the notation. Recall that stFN is the file path/name of the intended storage location when a file is put (or copied) into an SRM controlled space. Thus, a stFN can be thought of a special case of an SURL, where the protocol is assumed to be "srm" and the machine:port is assumed to be local to the SRM. For example, when the request srmCopy is made, the source file is specified by a site URL, and the target location can be optionally specified as a stFN. By considering the stFN a special case of an SURL, an srmCopy takes SURLs as both the source and target parameters. |
| TTURL --> { xsd:anyURI value ^[1, 1 ] , } |
| TMetaDataPathDetail --> { xsd:string path ^[1, 1 ] , impl:TReturnStatus status ^[0, 1 ] , impl:TSizeInBytes size ^[0, 1 ] , impl:TOwnerPermission ownerPermission ^[0, 1 ] , impl:ArrayOfTUserPermission userPermissions ^[0, 1 ] , impl:ArrayOfTGroupPermission groupPermissions ^[0, 1 ] , impl:TOtherPermission otherPermission ^[0, 1 ] , impl:TGMTTime createdAtTime ^[0, 1 ] , impl:TGMTTime lastModificationTime ^[0, 1 ] , impl:TUserID owner ^[0, 1 ] , impl:TFileStorageType fileStorageType ^[0, 1 ] , impl:TFileType type ^[0, 1 ] , impl:TLifeTimeInSeconds lifetimeAssigned ^[0, 1 ] , impl:TLifeTimeInSeconds lifetimeLeft ^[0, 1 ] , impl:TCheckSumType checkSumType ^[0, 1 ] , impl:TCheckSumValue checkSumValue ^[0, 1 ] , impl:TSURL originalSURL ^[0, 1 ] , impl:ArrayOfTMetaDataPathDetail subPaths ^[0, 1 ] , } |
| ArrayOfTMetaDataPathDetail --> ( soapenc:Array [R]:: impl:TMetaDataPathDetail[] ) |
| TMetaDataSpace
-->
{
impl:TSpaceType type
^[0,
1 ]
,
impl:TSpaceToken spaceToken
^[1,
1 ]
,
xsd:boolean isValid
,
impl:TUserID owner
^[0,
1 ]
,
impl:TSizeInBytes totalSize
^[0,
1 ]
,
impl:TSizeInBytes guaranteedSize
^[0,
1 ]
,
impl:TSizeInBytes unusedSize
^[0,
1 ]
,
impl:TLifeTimeInSeconds lifetimeAssigned
^[0,
1 ]
,
impl:TLifeTimeInSeconds lifetimeLeft
^[0,
1 ]
,
}
TMetaDataSpace can refer to a single space of each type (i.e. volatile, durable, permanent). It does not include the extra space needed to hold the directory structures. |
| ArrayOfTMetaDataSpace --> ( soapenc:Array [R]:: impl:TMetaDataSpace[] ) |
| TStorageSystemInfo
-->
{
xsd:string value
^[1,
1 ]
,
}
storageSystemInfo is a string that contains the login and password required by the storage system. For example, it might have the form of login:passwd@hostname, where ":" is a reserved separator between login and passwd. If hostname is not provided, it is defaulted to what's in the accompanying site URL or the host of SRM. TstorageSystemInfo can contain but is not limited to the following: storage device, storage login ID, storage login authorization. |
| TDirOption --> { xsd:boolean allLevelRecursive ^[0, 1 ] , xsd:boolean isSourceADirectory ^[1, 1 ] , xsd:int numOfLevels , } |
| TSURLInfo --> { impl:TSURL SURLOrStFN ^[1, 1 ] , impl:TStorageSystemInfo storageSystemInfo ^[0, 1 ] , } |
| ArrayOfTSURLInfo --> ( soapenc:Array [R]:: impl:TSURLInfo[] ) |
| TGetFileRequest
-->
{
impl:TDirOption dirOption
^[0,
1 ]
,
impl:TFileStorageType fileStorageType
^[0,
1 ]
,
impl:TSURLInfo fromSURLInfo
^[1,
1 ]
,
impl:TLifeTimeInSeconds lifetime
^[0,
1 ]
,
impl:TSpaceToken spaceToken
^[0,
1 ]
,
}
the default value of "lifetime" for Volatile or Durable files will be the lifetime left in the space of the corresponding file type. The default value of "fileType" is Volatile. |
| ArrayOfTGetFileRequest --> ( soapenc:Array [R]:: impl:TGetFileRequest[] ) |
| TPutFileRequest
-->
{
impl:TFileStorageType fileStorageType
^[0,
1 ]
,
impl:TSizeInBytes knownSizeOfThisFile
^[0,
1 ]
,
impl:TLifeTimeInSeconds lifetime
^[0,
1 ]
,
impl:TSpaceToken spaceToken
^[0,
1 ]
,
impl:TSURLInfo toSURLInfo
^[1,
1 ]
,
}
the default value of "lifetime" for Volatile or Durable files will be the lifetime left in the space of the corresponding file type. The default value of "fileType" is Volatile. |
| ArrayOfTPutFileRequest --> ( soapenc:Array [R]:: impl:TPutFileRequest[] ) |
| TCopyFileRequest
-->
{
impl:TDirOption dirOption
^[0,
1 ]
,
impl:TFileStorageType fileStorageType
^[0,
1 ]
,
impl:TSURLInfo fromSURLInfo
^[1,
1 ]
,
impl:TLifeTimeInSeconds lifetime
^[0,
1 ]
,
impl:TOverwriteMode overwriteMode
^[0,
1 ]
,
impl:TSpaceToken spaceToken
^[0,
1 ]
,
impl:TSURLInfo toSURLInfo
^[1,
1 ]
,
}
the default value of "lifetime" for Volatile or Durable files will be the lifetime left in the space of the corresponding file type. The default value of "fileType" is Volatile. |
| ArrayOfTCopyFileRequest --> ( soapenc:Array [R]:: impl:TCopyFileRequest[] ) |
| TReturnStatus --> { xsd:string explanation ^[0, 1 ] , impl:TStatusCode statusCode ^[1, 1 ] , } |
| TSURLReturnStatus --> { impl:TReturnStatus status ^[1, 1 ] , impl:TSURL surl ^[1, 1 ] , } |
| ArrayOfTSURLReturnStatus --> ( soapenc:Array [R]:: impl:TSURLReturnStatus[] ) |
| TGetRequestFileStatus --> { impl:TLifeTimeInSeconds estimatedProcessingTime ^[0, 1 ] , impl:TLifeTimeInSeconds estimatedWaitTimeOnQueue ^[0, 1 ] , impl:TSizeInBytes fileSize ^[0, 1 ] , impl:TSURL fromSURLInfo ^[1, 1 ] , impl:TLifeTimeInSeconds remainingPinTime ^[0, 1 ] , impl:TReturnStatus status ^[1, 1 ] , impl:TTURL transferURL ^[0, 1 ] , } |
| ArrayOfTGetRequestFileStatus --> ( soapenc:Array [R]:: impl:TGetRequestFileStatus[] ) |
| TPutRequestFileStatus --> { impl:TLifeTimeInSeconds estimatedProcessingTime ^[0, 1 ] , impl:TLifeTimeInSeconds estimatedWaitTimeOnQueue ^[0, 1 ] , impl:TSizeInBytes fileSize ^[0, 1 ] , impl:TLifeTimeInSeconds remainingPinTime ^[0, 1 ] , impl:TSURL siteURL ^[0, 1 ] , impl:TReturnStatus status ^[1, 1 ] , impl:TTURL transferURL ^[0, 1 ] , } |
| ArrayOfTPutRequestFileStatus --> ( soapenc:Array [R]:: impl:TPutRequestFileStatus[] ) |
| TCopyRequestFileStatus --> { impl:TLifeTimeInSeconds estimatedProcessingTime ^[0, 1 ] , impl:TLifeTimeInSeconds estimatedWaitTimeOnQueue ^[0, 1 ] , impl:TSizeInBytes fileSize ^[0, 1 ] , impl:TSURL fromSURL ^[1, 1 ] , impl:TLifeTimeInSeconds remainingPinTime ^[0, 1 ] , impl:TReturnStatus status ^[1, 1 ] , impl:TSURL toSURL ^[1, 1 ] , } |
| ArrayOfTCopyRequestFileStatus --> ( soapenc:Array [R]:: impl:TCopyRequestFileStatus[] ) |
| TRequestSummary --> { xsd:boolean isSuspended , xsd:int numOfFinishedRequests , xsd:int numOfProgressingRequests , xsd:int numOfQueuedRequests , impl:TRequestToken requestToken ^[0, 1 ] , impl:TRequestType requestType ^[0, 1 ] , xsd:int totalFilesInThisRequest , } |
| ArrayOfTRequestSummary --> ( soapenc:Array [R]:: impl:TRequestSummary[] ) |
| TSURLPermissionReturn --> { impl:TReturnStatus status ^[0, 1 ] , impl:TSURL surl ^[0, 1 ] , impl:TPermissionType userPermission ^[0, 1 ] , } |
| ArrayOfTSURLPermissionReturn --> ( soapenc:Array [R]:: impl:TSURLPermissionReturn[] ) |
| ArrayOf_xsd_string --> ( soapenc:Array [R]:: xsd:string[] ) |
| ArrayOfTSURL --> ( soapenc:Array [R]:: impl:TSURL[] ) |
| ArrayOfTRequestToken --> ( soapenc:Array [R]:: impl:TRequestToken[] ) |
| TRequestTokenReturn --> { impl:TRequestToken requestToken ^[0, 1 ] , impl:TGMTTime createdAtTime ^[0, 1 ] , } |
| srmReserveSpaceRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:TSpaceType typeOfSpace ^[1, 1 ] , xsd:string userSpaceTokenDescription ^[0, 1 ] , impl:TSizeInBytes sizeOfTotalSpaceDesired ^[0, 1 ] , impl:TSizeInBytes sizeOfGuaranteedSpaceDesired ^[0, 1 ] , impl:TLifeTimeInSeconds lifetimeOfSpaceToReserve ^[0, 1 ] , impl:TStorageSystemInfo storageSystemInfo ^[0, 1 ] , } |
| srmReserveSpaceResponse --> { impl:TSpaceType typeOfReservedSpace ^[0, 1 ] , impl:TSizeInBytes sizeOfTotalReservedSpace ^[0, 1 ] , impl:TSizeInBytes sizeOfGuaranteedReservedSpace ^[0, 1 ] , impl:TLifeTimeInSeconds lifetimeOfReservedSpace ^[0, 1 ] , impl:TSpaceToken referenceHandleOfReservedSpace ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmReleaseSpaceRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:TSpaceToken spaceToken ^[1, 1 ] , impl:TStorageSystemInfo storageSystemInfo ^[0, 1 ] , xsd:boolean forceFileRelease ^[0, 1 ] , } |
| srmReleaseSpaceResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmUpdateSpaceRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:TSpaceToken spaceToken ^[1, 1 ] , impl:TSizeInBytes newSizeOfTotalSpaceDesired ^[0, 1 ] , impl:TSizeInBytes newSizeOfGuaranteedSpaceDesired ^[0, 1 ] , impl:TLifeTimeInSeconds newLifeTimeFromCallingTime ^[0, 1 ] , impl:TStorageSystemInfo storageSystemInfo ^[0, 1 ] , } |
| srmUpdateSpaceResponse --> { impl:TSizeInBytes sizeOfTotalSpace ^[0, 1 ] , impl:TSizeInBytes sizeOfGuaranteedSpace ^[0, 1 ] , impl:TLifeTimeInSeconds lifetimeGranted ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmCompactSpaceRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:TSpaceToken spaceToken ^[1, 1 ] , impl:TStorageSystemInfo storageSystemInfo ^[0, 1 ] , xsd:boolean doDynamicCompactFromNowOn ^[0, 1 ] , } |
| srmCompactSpaceResponse --> { impl:TSizeInBytes newSizeOfThisSpace ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmGetSpaceMetaDataRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSpaceToken arrayOfSpaceTokens ^[1, 1 ] , } |
| srmGetSpaceMetaDataResponse --> { impl:ArrayOfTMetaDataSpace arrayOfSpaceDetails ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmChangeFileStorageTypeRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSURLInfo arrayOfPaths ^[0, 1 ] , impl:TFileStorageType desiredStorageType ^[1, 1 ] , impl:TSpaceToken spaceToken ^[1, 1 ] |0 , } |
| srmChangeFileStorageTypeResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTSURLReturnStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmGetSpaceTokenRequest --> { impl:TUserID authorizationID ^[0, 1 ] , xsd:string userSpaceTokenDescription ^[1, 1 ] , } |
| srmGetSpaceTokenResponse --> { impl:ArrayOfTSpaceToken arrayOfPossibleSpaceTokens ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmSetPermissionRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:TSURLInfo path ^[1, 1 ] , impl:TPermissionType permissionType ^[1, 1 ] , impl:TOwnerPermission ownerPermission ^[0, 1 ] , impl:ArrayOfTUserPermission userPermission ^[0, 1 ] , impl:ArrayOfTGroupPermission groupPermission ^[0, 1 ] , impl:TOtherPermission otherPermission ^[0, 1 ] , } |
| srmSetPermissionResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmReassignToUserRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:TUserID assignedUser ^[1, 1 ] , impl:TLifeTimeInSeconds lifeTimeOfThisAssignment ^[1, 1 ] , impl:TSURLInfo path ^[0, 1 ] , } |
| srmReassignToUserResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmCheckPermissionRequest --> { impl:ArrayOfTSURLInfo arrayOfSiteURLs ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , xsd:boolean checkInLocalCacheOnly ^[0, 1 ] , } |
| srmCheckPermissionResponse --> { impl:ArrayOfTSURLPermissionReturn arrayOfPermissions ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmMkdirRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:TSURLInfo directoryPath ^[1, 1 ] , } |
| srmMkdirResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmRmdirRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:TSURLInfo directoryPath ^[1, 1 ] , xsd:boolean recursive ^[0, 1 ] , } |
| srmRmdirResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmRmRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSURLInfo arrayOfFilePaths ^[1, 1 ] , } |
| srmRmResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTSURLReturnStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmLsRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSURLInfo paths ^[1, 1 ] , impl:TFileStorageType fileStorageType ^[0, 1 ] , xsd:boolean fullDetailedList ^[0, 1 ] , xsd:boolean allLevelRecursive ^[0, 1 ] , xsd:int numOfLevels ^[0, 1 ] , xsd:int offset ^[0, 1 ] , xsd:int count ^[0, 1 ] , } |
| srmLsResponse --> { impl:ArrayOfTMetaDataPathDetail details ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmMvRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:TSURLInfo fromPath ^[1, 1 ] , impl:TSURLInfo toPath ^[1, 1 ] , } |
| srmMvResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmPrepareToGetRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTGetFileRequest arrayOfFileRequests ^[1, 1 ] , impl:ArrayOf_xsd_string arrayOfTransferProtocols ^[0, 1 ] , xsd:string userRequestDescription ^[0, 1 ] , impl:TStorageSystemInfo storageSystemInfo ^[0, 1 ] , impl:TLifeTimeInSeconds totalRetryTime ^[0, 1 ] , } |
| srmPrepareToGetResponse --> { impl:TRequestToken requestToken ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTGetRequestFileStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmPrepareToPutRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTPutFileRequest arrayOfFileRequests ^[1, 1 ] , impl:ArrayOf_xsd_string arrayOfTransferProtocols ^[0, 1 ] , xsd:string userRequestDescription ^[0, 1 ] , impl:TOverwriteMode overwriteOption ^[0, 1 ] , impl:TStorageSystemInfo storageSystemInfo ^[0, 1 ] , impl:TLifeTimeInSeconds totalRetryTime ^[0, 1 ] , } |
| srmPrepareToPutResponse --> { impl:TRequestToken requestToken ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTPutRequestFileStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmCopyRequest --> { impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTCopyFileRequest arrayOfFileRequests ^[1, 1 ] , xsd:string userRequestDescription ^[0, 1 ] , impl:TOverwriteMode overwriteOption ^[0, 1 ] , xsd:boolean removeSourceFiles ^[0, 1 ] , impl:TStorageSystemInfo storageSystemInfo ^[0, 1 ] , impl:TLifeTimeInSeconds totalRetryTime ^[0, 1 ] , } |
| srmCopyResponse --> { impl:TRequestToken requestToken ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTCopyRequestFileStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmRemoveFilesRequest --> { impl:TRequestToken requestToken ^[0, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSURL siteURLs ^[1, 1 ] , } |
| srmRemoveFilesResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTSURLReturnStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmReleaseFilesRequest --> { impl:TRequestToken requestToken ^[0, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSURL siteURLs ^[1, 1 ] , xsd:boolean keepSpace ^[0, 1 ] , } |
| srmReleaseFilesResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTSURLReturnStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmPutDoneRequest --> { impl:TRequestToken requestToken ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSURL arrayOfSiteURLs ^[1, 1 ] , } |
| srmPutDoneResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTSURLReturnStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmAbortRequestRequest --> { impl:TRequestToken requestToken ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , } |
| srmAbortRequestResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmAbortFilesRequest --> { impl:TRequestToken requestToken ^[1, 1 ] , impl:ArrayOfTSURL arrayOfSiteURLs ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , } |
| srmAbortFilesResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTSURLReturnStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmSuspendRequestRequest --> { impl:TRequestToken requestToken ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , } |
| srmSuspendRequestResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmResumeRequestRequest --> { impl:TRequestToken requestToken ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , } |
| srmResumeRequestResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmStatusOfGetRequestRequest --> { impl:TRequestToken requestToken ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSURL arrayOfFromSURLs ^[0, 1 ] , } |
| srmStatusOfGetRequestResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTGetRequestFileStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmStatusOfPutRequestRequest --> { impl:TRequestToken requestToken ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSURL arrayOfToSURLs ^[0, 1 ] , } |
| srmStatusOfPutRequestResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTPutRequestFileStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmStatusOfCopyRequestRequest --> { impl:TRequestToken requestToken ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , impl:ArrayOfTSURL arrayOfFromSURLs ^[0, 1 ] , impl:ArrayOfTSURL arrayOfToSURLs ^[0, 1 ] , } |
| srmStatusOfCopyRequestResponse --> { impl:TReturnStatus returnStatus ^[1, 1 ] , impl:ArrayOfTCopyRequestFileStatus arrayOfFileStatuses ^[0, 1 ] , } |
| srmGetRequestSummaryRequest --> { impl:ArrayOfTRequestToken arrayOfRequestTokens ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , } |
| srmGetRequestSummaryResponse --> { impl:ArrayOfTRequestSummary arrayOfRequestSummaries ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmExtendFileLifeTimeRequest --> { impl:TRequestToken requestToken ^[1, 1 ] , impl:TSURL siteURL ^[1, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , impl:TLifeTimeInSeconds newLifeTime ^[0, 1 ] , } |
| srmExtendFileLifeTimeResponse --> { impl:TLifeTimeInSeconds newTimeExtended ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| srmGetRequestIDRequest --> { xsd:string userRequestDescription ^[0, 1 ] , impl:TUserID authorizationID ^[0, 1 ] , } |
| srmGetRequestIDResponse --> { impl:ArrayOfTRequestToken arrayOfRequestTokens ^[0, 1 ] , impl:TReturnStatus returnStatus ^[1, 1 ] , } |
| TSpaceType --> ( xsd:string [R]:: ENUM[ Volatile, Durable, Permanent, ] ) |
| TFileStorageType --> ( xsd:string [R]:: ENUM[ Volatile, Durable, Permanent, ] ) |
| TFileType --> ( xsd:string [R]:: ENUM[ File, Directory, Link, ] ) |
| TPermissionMode --> ( xsd:string [R]:: ENUM[ None, X, W, WX, R, RX, RW, RWX, ] ) |
| TPermissionType --> ( xsd:string [R]:: ENUM[ ADD, REMOVE, CHANGE, ] ) |
| TRequestType --> ( xsd:string [R]:: ENUM[ PrepareToGet, PrepareToPut, Copy, ] ) |
| TOverwriteMode --> ( xsd:string [R]:: ENUM[ Never, Always, WhenFilesAreDifferent, ] ) |
| TStatusCode
-->
(
xsd:string [R]::
ENUM[
SRM_SUCCESS,
SRM_FAILURE,
SRM_AUTHENTICATION_FAILURE,
SRM_UNAUATHORIZED_ACCESS,
SRM_INVALID_REQUEST,
SRM_INVALID_PATH,
SRM_FILE_LIFETIME_EXPIRED,
SRM_SPACE_LIFETIME_EXPIRED,
SRM_EXCEED_ALLOCATION,
SRM_NO_USER_SPACE,
SRM_NO_FREE_SPACE,
SRM_DUPLICATION_ERROR,
SRM_NON_EMPTY_DIRECTORY,
SRM_TOO_MANY_RESULTS,
SRM_INTERNAL_ERROR,
SRM_FATAL_INTERNAL_ERROR,
SRM_NOT_SUPPORTED,
SRM_REQUEST_QUEUED,
SRM_REQUEST_INPROGRESS,
SRM_REQUEST_SUSPENDED,
SRM_ABORTED,
SRM_RELEASED,
SRM_FILE_PINNED,
SRM_FILE_IN_CACHE,
SRM_SPACE_AVAILABLE,
SRM_LOWER_SPACE_GRANTED,
SRM_DONE,
SRM_CUSTOM_STATUS,
]
)
Status codes represent errors, warnings and status. Status code Explanation SRM_SUCCESS: SRM request was successful Errors: SRM_FAILURE : Requested operation failed for unspecified reason, and additional info is in the explanation string. SRM_AUTHENTICATION_FAILURE: Requester has an invalid authentication information. SRM_UNAUTHORIZED_ACCESS: Requester has no permissions for the operation (although the user could have a valid authentication information). SRM_INVALID_REQUEST: The request is invalid, and additional information may be provided in the explanation string. For example, The request token is invalid The requested life time of a file is longer than the lifetime of the space. SRM_INVALID_PATH: The requested file/directory path is invalid. SRM_FILE_LIFETIME_EXPIRED: The life time on the pinned file has expired SRM_SPACE_LIFETIME_EXPIRED: The life time on the reserved space has expired SRM_EXCEED_ALLOCATION: Requester exceeded allocation (number of requests, files or spaces), and the request cannot be placed. SRM_NO_USER_SPACE: The requester does not have enough space to put the file into that space. SRM_NO_FREE_SPACE: SRM has not more space. SRM_DUPLICATION_ERROR : Requester tried to create a new file or directory that already exists. SRM_NON_EMPTY_DIRECTORY: Requester tried to remove a non-empty directory without the recursive option set. SRM_TOO_MANY_RESULTS: The request produced too many results; for example, as a result of srmLs. The term "too many" is determined by each SRM , and the detailed information, such as the supported max number of results can be returned in the explanation string. SRM_INTERNAL_ERROR: SRM has an internal error temporarily. Client may try again. SRM_FATAL_INTERNAL_ERROR: SRM has a severe internal error that cannot be recovered. SRM_NOT_SUPPORTED: SRM implementation does not support this functionality that client requested. Status: SRM_REQUEST_QUEUED SRM_REQUEST_INPROGRESS SRM_REQUEST_SUSPENDEND SRM _ABORTED SRM _RELEASED SRM_FILE_PINNED The requested file is pinned SRM_FILE_IN_CACHE The file is in cache, but not pinned SRM_SPACE_AVAILABLE The requested space is reserved and ready to be used SRM_LOWER_SPACE_GRANTED The requested space is not ready, but lower sized space is granted. SRM _DONE SRM_CUSTOM_STATUS: SRM has a site specific status information. The details are described in the explanation string. |