Spectra Logic
1-800-833-1132 : 1-303-449-6400


Miscellaneous Operations : Data Planner Operations : Get Data Path Backend

Get Data Path Backend
Description
Get information about the data path backend.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/data_path_backend/
Responses
Response Elements
<Data>
   <Activated>TRUE|FALSE</Activated>
   <AllowNewJobRequests>TRUE|FALSE</AllowNewJobRequests
   <AutoActivateTimeoutInMins>
      {
32‑bit integer}
   </AutoActivateTimeoutInMins>
   <AutoInspect>DEFAULT|MINIMAL|NEVER</AutoInspect>
   <CacheAvailableRetryAfterInSeconds>
      {32‑bit integer}
   </CacheAvailableRetryAfterInSeconds>
   <DefaultImportConflictResolutionMode>
      ACCEPT_EXISTING|ACCEPT_MOST_RECENT|CANCEL
   </DefaultImportConflictResolutionMode>
   <DefaultVerifyDataAfterImport>
      URGENT|HIGH|NORMAL|LOW
   </DefaultVerifyDataAfterImport>
   <DefaultVerifyDataPriorToImport>
      TRUE|FALSE
   </DefaultVerifyDataPriorToImport>
   <Id>{string}</Id>
   <InstanceId>{string}</InstanceId>
   <LastHeartbeat>YYYY-MM-DDThh:mm:ss.xxxZ</LastHeartbeat>
   <PartiallyVerifyLastPercentOfTape>
      {32‑bit integer}
   </PartiallyVerifyLastPercentOfTape>
   <UnavailableMediaPolicy>
       ALLOW|DISCOURAGED|DISALLOW
   </UnavailableMediaPolicy>
   <UnavailablePoolMaxJobRetryInMins>
      {32‑bit integer}
   </UnavailablePoolMaxJobRetryInMins>
   <UnavailableTapePartitionMaxJobRetryInMins>
      {
32‑bit integer}
   </UnavailableTapePartitionMaxJobRetryInMins>
</Data>
where the response elements are defined as follows:
Values: ACCEPT_EXISTING, ACCEPT_MOST_RECENT, CANCEL
Values: URGENT, HIGH, NORMAL, LOW
Values: ALLOW, DISCOURAGE, DISALLOW
Example
Sample Request
This request gets information about the data path backend.
GET http://blackpearl-hostname/_rest_/data_path_backend/ HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <Activated>TRUE</Activated>
   <AllowNewJobRequests>true</AllowNewJobRequests
   <AutoActivateTimeoutInMins>30</AutoActivateTimeoutInMins>
   <AutoInspect>DEFAULT</AutoInspect>
   <CacheAvailableRetryAfterInSeconds>
      300
   </CacheAvailableRetryAfterInSeconds>
   <DefaultImportConflictResolutionMode>
      CANCEL
   </DefaultImportConflictResolutionMode>
   <DefaultVerifyDataAfterImport/>
   <DefaultVerifyDataPriorToImport>
      TRUE
   </DefaultVerifyDataPriorToImport>
   <Id>7d7601d0-4dba-47a4-8235-8a1ceefe91fa</Id>
   <InstanceId>51db3e63-f63a-4503-8d48-6b8b52d6eb98</InstanceId>
   <LastHeartbeat>2016-01-21T18:53:55.000Z</LastHeartbeat>
   <PartiallyVerifyLastPercentOfTape>
      
15
   </PartiallyVerifyLastPercentOfTape>
   <UnavailableMediaPolicy>DISCOURAGED</UnavailableMediaPolicy>
   <UnavailablePoolMaxJobRetryInMins>
      20
   </UnavailablePoolMaxJobRetryInMins>
   <UnavailableTapePartitionMaxJobRetryInMins>
      20
   </UnavailableTapePartitionMaxJobRetryInMins>
</Data>