Download OpenAPI specification:Download
The ELS iSE-Cobra 4 service implements all iSE-Cobra 4 functions for GroupAlarm
To use this API, you need an API-Token from the RBAC settings of your GroupAlarm organization. Place the token inside the HTTP-Header API-Token
for every request, otherwise the API will return an "401 Unauthorized" error for your request.
Security Scheme Type | API Key |
---|---|
Header parameter name: | API-TOKEN |
To use this API, you need a Personal Access Token from your profile settings. Place the token inside the HTTP-Header Personal-Access-Token
for every request, otherwise the API will return an "401 Unauthorized" error for your request.
Security Scheme Type | API Key |
---|---|
Header parameter name: | Personal-Access-Token |
Store the given certificate for the given organizationID
organizationID required | integer organization to query |
caChain | string |
certificate | string |
organizationId | integer <int64> |
privateKey | string |
{- "caChain": "string",
- "certificate": "string",
- "organizationId": 0,
- "privateKey": "string"
}
Returns all or the requested credentials for the given organizationID (and serviceName)
organizationID required | integer organization to query |
serviceName | string service name to query |
{- "organizationId": 0,
- "password": "string",
- "serviceName": "string",
- "url": "string",
- "username": "string"
}
Store the given credentials for the given organizationID and serviceName
organizationID required | integer organization to query |
serviceName required | string service name to query |
organizationId | integer <int64> |
password | string |
serviceName | string |
url | string |
username | string |
{- "organizationId": 0,
- "password": "string",
- "serviceName": "string",
- "url": "string",
- "username": "string"
}
Returns the requested KeywordList for the given organizationID
organizationID required | integer organization to query |
{- "keywordScenarioList": [
- {
- "keyword_1": "string",
- "keyword_2": "string",
- "priority": 0,
- "scenarioIds": [
- 0
], - "type_1": "string",
- "type_2": "string"
}
], - "organizationId": 0
}
Store the given KeywordList for the given organizationID
organizationID required | integer organization to query |
Array of objects (KeywordScenario) [ items ] | |
organizationId | integer <int64> |
{- "keywordScenarioList": [
- {
- "keyword_1": "string",
- "keyword_2": "string",
- "priority": 0,
- "scenarioIds": [
- 0
], - "type_1": "string",
- "type_2": "string"
}
], - "organizationId": 0
}
Store the given login for the given organizationID
organizationID required | integer organization to query |
organizationId | integer <int64> |
url | string |
{- "organizationId": 0,
- "url": "string"
}