GlobalDataSyncMetaData - GlobalDataSyncMetaData Retrieve, Update, and Delete Methods

URI

https://164.99.19.131:8443/SentinelRESTServices/objects/datasync_md/{ConfigId}

Supported Methods

GET
PUT
DELETE
GET

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Response

URL Parameters

None.

Success Codes

Fault Codes

Response Data

Object type: datasync_md
Needs description.
FieldDescription
ApplicationNeeds description.
createdateThe date and time when the object was created.
creatorThe URL of the Sentinel User object that represents the creator of the object.
DataNeeds description. Definition
metaThe metadata for an object, including the object type name and the URL reference to the object. Definition
moddateThe date and time when the object was last modified.
modifierThe URL of the Sentinel User object that represents the last modifier of the object.
StatusNeeds description.
TypeNeeds description.
UnitNeeds description.
UserIdNeeds description.
Object type: meta
The metadata for an object, including the object type name and the URL reference to the object.
FieldDescription
@hrefThe URL reference to the object.
typeThe name of the object type
Object type: GlobalDataSyncConfig
Needs description.
FieldDescription
RetentionPeriodNeeds description.

Sample Request

GET https://164.99.19.131:8443/SentinelRESTServices/objects/datasync_md/79600390-9B73-102E-A3E2-001676E4A757
Sample Response for application/json
Status: 200
{
   "meta":{
      "type":"datasync_md",
      "@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/datasync_md/79600390-9B73-102E-A3E2-001676E4A757"
   },
   "Data":{
      "RetentionPeriod":42
   },
   "Status":"Wildebeest",
   "moddate":"2012-04-25T13:33:44.441Z",
   "Type":"Wildebeest",
   "Application":"Wildebeest",
   "createdate":"2012-04-25T13:33:44.441Z",
   "UserId":42,
   "Unit":"Wildebeest"
}
PUT

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Request

URL Parameters

None.

Success Codes

Fault Codes

Request Data

Object type: datasync_md
Needs description.
FieldRequiredDescription
ApplicationtrueNeeds description.
DatafalseNeeds description. Definition
StatusfalseNeeds description.
TypefalseNeeds description.
UnitfalseNeeds description.
UserIdtrueNeeds description.

Object type: meta
The metadata for an object, including the object type name and the URL reference to the object.
FieldRequiredDescription
@hreffalseThe URL reference to the object.
typefalseThe name of the object type

Object type: GlobalDataSyncConfig
Needs description.
FieldRequiredDescription
RetentionPeriodfalseNeeds description.

Sample Request

PUT https://164.99.19.131:8443/SentinelRESTServices/objects/datasync_md/79600390-9B73-102E-A3E2-001676E4A757
{
   "Data":{
      "RetentionPeriod":42
   },
   "Status":"Wildebeest",
   "Type":"Wildebeest",
   "Application":"Wildebeest",
   "UserId":42,
   "Unit":"Wildebeest"
}
Sample Response for application/json
Status: 200

DELETE

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/datasync_md/79600390-9B73-102E-A3E2-001676E4A757