GlobalFilter - GlobalFilter Retrieve, Update, and Delete Methods

URI

https://164.99.19.131:8443/SentinelRESTServices/objects/global-filter/{Id}

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: global-filter
Needs description.
FieldDescription
activeNeeds description.
channel-actionNeeds description.
createdateThe date and time when the object was created.
creatorThe URL of the Sentinel User object that represents the creator of the object.
exprNeeds description.
expr-typeNeeds description.
indexNeeds description.
inlineNeeds description.
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.
nameNeeds description.
ownerNeeds description.
tagsNeeds 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

Sample Request

GET https://164.99.19.131:8443/SentinelRESTServices/objects/global-filter/79600390-9B73-102E-A3E2-001676E4A757
Sample Response for application/json
Status: 200
{
   "meta":{
      "type":"global-filter",
      "@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/global-filter/79600390-9B73-102E-A3E2-001676E4A757"
   },
   "index":42,
   "moddate":"2012-04-25T13:33:44.640Z",
   "expr-type":"Wildebeest",
   "channel-action":"Wildebeest",
   "inline":true,
   "name":"Wildebeest",
   "createdate":"2012-04-25T13:33:44.640Z",
   "owner":"Wildebeest",
   "active":"Wildebeest",
   "expr":"Wildebeest",
   "tags":[
      "PCI"
   ]
}
PUT

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Request

URL Parameters

None.

Success Codes

Fault Codes

Request Data

Object type: global-filter
Needs description.
FieldRequiredDescription
activetrueNeeds description.
channel-actiontrueNeeds description.
exprtrueNeeds description.
expr-typetrueNeeds description.
indextrueNeeds description.
inlinetrueNeeds description.
nametrueNeeds description.
ownerfalseNeeds description.
tagsfalseNeeds 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

Sample Request

PUT https://164.99.19.131:8443/SentinelRESTServices/objects/global-filter/79600390-9B73-102E-A3E2-001676E4A757
{
   "index":42,
   "expr-type":"Wildebeest",
   "channel-action":"Wildebeest",
   "inline":true,
   "name":"Wildebeest",
   "owner":"Wildebeest",
   "active":"Wildebeest",
   "expr":"Wildebeest",
   "tags":[
      "PCI"
   ]
}
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/global-filter/79600390-9B73-102E-A3E2-001676E4A757