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


Notification Operations : Notification Operations : Get Object Cached Notification Registration

Get Object Cached Notification Registration
Description
Get an object cached notification registration.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/object_cached_notification_registration/{UUID for the notification}/
To determine the UUID for a notification, see Get Object Cached Notification Registrations.
Responses
Response Elements
<Data>
   <CreationDate>{
YYYY-MM-DDThh:mm:ss.xxxZ}</CreationDate>
   <Format>DEFAULT|JSON|XML</Format>
   <Id>{string}</Id>
   <JobId>{string}</JobId>
   <LastFailure>{string}</LastFailure>
   <LastHttpResponseCode>{32‑bit integer}</LastHttpResponseCode>
   <LastNotification>{YYYY-MM-DDThh:mm:ss.xxxZ}</LastNotification>
   <NamingConvention>
      CONCAT_LOWERCASE|CONSTANT|UNDERSCORED|
      CAMEL_CASE_WITH_FIRST_LETTER_UPPERCASE|
      CAMEL_CASE_WITH_FIRST_LETTER_LOWERCASE
   </NamingConvention>
   <NotificationEndPoint>{string}</NotificationEndPoint>
   <NotificationHttpMethod>POST|PUT</NotificationHttpMethod>
   <NumberOfFailuresSinceLastSuccess>
      {32‑bit integer}
   </NumberOfFailuresSinceLastSuccess>
   <UserId>{string}</UserId>
</Data>
where the response elements are defined as follows:
The scheme used for naming within the notification sent. Values: CONCAT_LOWERCASE, CONSTANT, UNDERSCORED, CAMEL_CASE_WITH_FIRST_LETTER_UPPERCASE, CAMEL_CASE_WITH_FIRST_LETTER_LOWERCASE
Example
Sample Request
This request gets information about the object cached notification registration with the UUID b7ed9175-aeb5-4cee-a696-0c858382453f.
GET http://blackpearl-hostname/_rest_/object_cached_notification_registration/b7ed9175-aeb5-4cee-a696-0c858382453f HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <CreationDate>2014-10-16T18:33:46.093Z</CreationDate>
   <Format>DEFAULT</Format>
   <Id>b7ed9175-aeb5-4cee-a696-0c858382453f</Id>
   <JobId>9c053bdc-4a18-4c43-99db-ae61b3c9871a</JobId>
   <LastFailure/>
   <LastHttpResponseCode/>
   <LastNotification/>
   <NamingConvention>
      CAMEL_CASE_WITH_FIRST_LETTER_UPPERCASE
   </NamingConvention>
   <NotificationEndPoint>
      Spectra-S3-client-hostname
   </NotificationEndPoint>
   <NotificationHttpMethod>POST</NotificationHttpMethod>
   <NumberOfFailuresSinceLastSuccess>
      0
   </NumberOfFailuresSinceLastSuccess>
   <UserId>fd7e3b64-f33a-4cc0-bbc2-87b2c6f3f8af</UserId>
</Data>