| Object type: IndexedLogRetentionPolicyMetaData | |
|---|---|
| Needs description. | |
| Field | Description |
| createdate | The date and time when the object was created. |
| creator | The URL of the Sentinel User object that represents the creator of the object. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| moddate | The date and time when the object was last modified. |
| modifier | The URL of the Sentinel User object that represents the last modifier of the object. |
| policy | Needs description. Definition |
| Object type: meta | |
|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | |
| Field | Description |
| @href | The URL reference to the object. |
| type | The name of the object type |
| Object type: IndexedLogRetentionPolicy | |
|---|---|
| Needs description. | |
| Field | Description |
| ByteCount | Needs description. |
| Deleted | Needs description. |
| Disabled | Needs description. |
| EventCount | Needs description. |
| Filter | Needs description. |
| FromSolutionPack | Needs description. |
| MaxDays | Needs description. |
| MaxRecommended | Needs description. |
| MinDays | Needs description. |
| MinRecommended | Needs description. |
| Name | Needs description. |
GET https://164.99.19.131:8443/SentinelRESTServices/objects/IndexedLogRetentionPolicyMetaData/79600390-9B73-102E-A3E2-001676E4A757
{
"meta":{
"type":"IndexedLogRetentionPolicyMetaData",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/IndexedLogRetentionPolicyMetaData/79600390-9B73-102E-A3E2-001676E4A757"
},
"moddate":"2012-04-25T13:33:44.637Z",
"createdate":"2012-04-25T13:33:44.637Z",
"policy":{
"Name":"Wildebeest",
"Deleted":true,
"Filter":"Wildebeest",
"ByteCount":42,
"EventCount":42,
"MaxDays":42,
"MinRecommended":42,
"MinDays":42,
"FromSolutionPack":true,
"Disabled":true,
"MaxRecommended":42
}
}
| Object type: IndexedLogRetentionPolicyMetaData | ||
|---|---|---|
| Needs description. | ||
| Field | Required | Description |
| policy | false | Needs description. Definition |
| Object type: meta | ||
|---|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | ||
| Field | Required | Description |
| @href | false | The URL reference to the object. |
| type | false | The name of the object type |
| Object type: IndexedLogRetentionPolicy | ||
|---|---|---|
| Needs description. | ||
| Field | Required | Description |
| ByteCount | false | Needs description. |
| Deleted | false | Needs description. |
| Disabled | false | Needs description. |
| EventCount | false | Needs description. |
| Filter | false | Needs description. |
| FromSolutionPack | false | Needs description. |
| MaxDays | false | Needs description. |
| MaxRecommended | false | Needs description. |
| MinDays | true | Needs description. |
| MinRecommended | false | Needs description. |
| Name | true | Needs description. |
PUT https://164.99.19.131:8443/SentinelRESTServices/objects/IndexedLogRetentionPolicyMetaData/79600390-9B73-102E-A3E2-001676E4A757
{
"policy":{
"Name":"Wildebeest",
"Deleted":true,
"Filter":"Wildebeest",
"ByteCount":42,
"EventCount":42,
"MaxDays":42,
"MinRecommended":42,
"MinDays":42,
"FromSolutionPack":true,
"Disabled":true,
"MaxRecommended":42
}
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/IndexedLogRetentionPolicyMetaData/79600390-9B73-102E-A3E2-001676E4A757