| Object type: wfdef-info | |
|---|---|
| Needs description. | |
| Field | Description |
| id | Needs description. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| name | Needs description. |
| status | Needs description. |
| 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 |
GET https://164.99.19.131:8443/SentinelRESTServices/objects/wfdef-info/Wildebeest
{
"meta":{
"type":"wfdef-info",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/wfdef-info/Wildebeest"
},
"id":"Wildebeest",
"status":true,
"name":"Wildebeest"
}
| Object type: wfdef-info | ||
|---|---|---|
| Needs description. | ||
| Field | Required | Description |
| id | false | Needs description. |
| name | false | Needs description. |
| status | false | Needs description. |
| 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 |
PUT https://164.99.19.131:8443/SentinelRESTServices/objects/wfdef-info/Wildebeest
{
"id":"Wildebeest",
"status":true,
"name":"Wildebeest"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/wfdef-info/Wildebeest