# README
OpenAPI specs is copied from Kibana repo with some modifications:
.slack_api
connector support comes from version 8.8 of the API specification;- added
.slack_api
as a possible value forconnector_types
; - added mapping section for discriminator field in
POST
/s/{spaceId}/api/actions/connector
; - added explicit object definitions for
400
,401
and404
errors (oapi-codegen
doesn't generate proper code for embedded anonymous objects in some cases) -bad_request_error
,authorization_error
andobject_not_found_error
; - added missing
oneOf
types inrequestBody
forPUT
/s/{spaceId}/api/actions/connector/{connectorId}
- the originalbundled.yaml
misses some connector types in thePUT
requestBody
defintion:update_connector_request_email
;update_connector_request_pagerduty
;update_connector_request_servicenow_sir
;update_connector_request_slack
;update_connector_request_slack_api
;update_connector_request_teams
;update_connector_request_tines
;update_connector_request_webhook
;update_connector_request_xmatters
.
- response definitions of
/s/{spaceId}/api/actions/connector/{connectorId}/_execute
and/s/{spaceId}/api/actions/action/{actionId}/_execute
are modified from embedded object definitions to named onesrun_connector_general_response
andlegacy_run_connector_general_response
; - specified properties for following types. The original
bundled.yaml
defines them as dynamic objects (additionalProperties: true
):config_propeties_email
;config_properties_pagerduty
;config_properties_tines
;config_properties_webhook
;config_properties_xmatters
;
is_deprecated
is marked as optional field (it's required field in the vanillabundled.yaml
) in the following objects (Kibana responses may omit it):connector_response_properties_cases_webhook
;connector_response_properties_email
;connector_response_properties_index
;connector_response_properties_jira
;connector_response_properties_opsgenie
;connector_response_properties_pagerduty
;connector_response_properties_resilient
;connector_response_properties_serverlog
;connector_response_properties_servicenow
;connector_response_properties_servicenow_itom
;connector_response_properties_servicenow_sir
;connector_response_properties_slack
;connector_response_properties_slack_api
;connector_response_properties_swimlane
;connector_response_properties_teams
;connector_response_properties_tines
;connector_response_properties_webhook
;connector_response_properties_xmatters
.
- added mapping section for discriminator field in
connector_response_properties
.
# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateConnectorRequest calls the generic CreateConnector builder with application/json body.
NewCreateConnectorRequestWithBody generates requests for CreateConnector with any type of body.
NewDeleteConnectorRequest generates requests for DeleteConnector.
NewGetConnectorRequest generates requests for GetConnector.
NewGetConnectorsRequest generates requests for GetConnectors.
NewGetConnectorTypesRequest generates requests for GetConnectorTypes.
NewLegacyCreateConnectorRequest calls the generic LegacyCreateConnector builder with application/json body.
NewLegacyCreateConnectorRequestWithBody generates requests for LegacyCreateConnector with any type of body.
NewLegacyDeleteConnectorRequest generates requests for LegacyDeleteConnector.
NewLegacyGetConnectorRequest generates requests for LegacyGetConnector.
NewLegacyGetConnectorsRequest generates requests for LegacyGetConnectors.
NewLegacyGetConnectorTypesRequest generates requests for LegacyGetConnectorTypes.
NewLegacyRunConnectorRequest calls the generic LegacyRunConnector builder with application/json body.
NewLegacyRunConnectorRequestWithBody generates requests for LegacyRunConnector with any type of body.
NewLegacyUpdateConnectorRequest calls the generic LegacyUpdateConnector builder with application/json body.
NewLegacyUpdateConnectorRequestWithBody generates requests for LegacyUpdateConnector with any type of body.
NewRunConnectorRequest calls the generic RunConnector builder with application/json body.
NewRunConnectorRequestWithBody generates requests for RunConnector with any type of body.
NewUpdateConnectorRequest calls the generic UpdateConnector builder with application/json body.
NewUpdateConnectorRequestWithBody generates requests for UpdateConnector with any type of body.
ParseCreateConnectorResponse parses an HTTP response from a CreateConnectorWithResponse call.
ParseDeleteConnectorResponse parses an HTTP response from a DeleteConnectorWithResponse call.
ParseGetConnectorResponse parses an HTTP response from a GetConnectorWithResponse call.
ParseGetConnectorsResponse parses an HTTP response from a GetConnectorsWithResponse call.
ParseGetConnectorTypesResponse parses an HTTP response from a GetConnectorTypesWithResponse call.
ParseLegacyCreateConnectorResponse parses an HTTP response from a LegacyCreateConnectorWithResponse call.
ParseLegacyDeleteConnectorResponse parses an HTTP response from a LegacyDeleteConnectorWithResponse call.
ParseLegacyGetConnectorResponse parses an HTTP response from a LegacyGetConnectorWithResponse call.
ParseLegacyGetConnectorsResponse parses an HTTP response from a LegacyGetConnectorsWithResponse call.
ParseLegacyGetConnectorTypesResponse parses an HTTP response from a LegacyGetConnectorTypesWithResponse call.
ParseLegacyRunConnectorResponse parses an HTTP response from a LegacyRunConnectorWithResponse call.
ParseLegacyUpdateConnectorResponse parses an HTTP response from a LegacyUpdateConnectorWithResponse call.
ParseRunConnectorResponse parses an HTTP response from a RunConnectorWithResponse call.
ParseUpdateConnectorResponse parses an HTTP response from a UpdateConnectorWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Constants
Defines values for RunConnectorSubactionAddeventSubAction.
No description provided by the author
Defines values for BadRequestErrorError.
No description provided by the author
Defines values for RunConnectorSubactionClosealertSubAction.
Defines values for ConfigPropertiesCasesWebhookCreateCommentMethod.
Defines values for ConfigPropertiesCasesWebhookCreateCommentMethod.
Defines values for ConfigPropertiesCasesWebhookCreateCommentMethod.
Defines values for ConfigPropertiesCasesWebhookCreateIncidentMethod.
Defines values for ConfigPropertiesCasesWebhookCreateIncidentMethod.
Defines values for ConfigPropertiesCasesWebhookCreateIncidentMethod.
Defines values for ConfigPropertiesCasesWebhookUpdateIncidentMethod.
Defines values for ConfigPropertiesCasesWebhookUpdateIncidentMethod.
Defines values for ConfigPropertiesCasesWebhookUpdateIncidentMethod.
Defines values for ConfigPropertiesSwimlaneConnectorType.
Defines values for ConfigPropertiesSwimlaneConnectorType.
Defines values for ConfigPropertiesSwimlaneConnectorType.
Defines values for ConfigPropertiesWebhookMethod.
Defines values for ConfigPropertiesWebhookMethod.
Defines values for ConfigPropertiesWebhookMethod.
Defines values for ConnectorResponsePropertiesCasesWebhookConnectorTypeId.
Defines values for ConnectorResponsePropertiesEmailConnectorTypeId.
Defines values for ConnectorResponsePropertiesIndexConnectorTypeId.
Defines values for ConnectorResponsePropertiesJiraConnectorTypeId.
Defines values for ConnectorResponsePropertiesOpsgenieConnectorTypeId.
Defines values for ConnectorResponsePropertiesPagerdutyConnectorTypeId.
Defines values for ConnectorResponsePropertiesResilientConnectorTypeId.
Defines values for ConnectorResponsePropertiesServerlogConnectorTypeId.
Defines values for ConnectorResponsePropertiesServicenowConnectorTypeId.
Defines values for ConnectorResponsePropertiesServicenowItomConnectorTypeId.
Defines values for ConnectorResponsePropertiesServicenowSirConnectorTypeId.
Defines values for ConnectorResponsePropertiesSlackApiConnectorTypeId.
Defines values for ConnectorResponsePropertiesSlackConnectorTypeId.
Defines values for ConnectorResponsePropertiesSwimlaneConnectorTypeId.
Defines values for ConnectorResponsePropertiesTeamsConnectorTypeId.
Defines values for ConnectorResponsePropertiesTinesConnectorTypeId.
Defines values for ConnectorResponsePropertiesWebhookConnectorTypeId.
Defines values for ConnectorResponsePropertiesXmattersConnectorTypeId.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for ConnectorTypes.
Defines values for RunConnectorSubactionCreatealertSubAction.
Defines values for CreateConnectorRequestEmailConnectorTypeId.
Defines values for CreateConnectorRequestIndexConnectorTypeId.
Defines values for CreateConnectorRequestJiraConnectorTypeId.
Defines values for CreateConnectorRequestOpsgenieConnectorTypeId.
Defines values for CreateConnectorRequestPagerdutyConnectorTypeId.
Defines values for CreateConnectorRequestResilientConnectorTypeId.
Defines values for CreateConnectorRequestServerlogConnectorTypeId.
Defines values for CreateConnectorRequestServicenowConnectorTypeId.
Defines values for CreateConnectorRequestServicenowItomConnectorTypeId.
Defines values for CreateConnectorRequestServicenowSirConnectorTypeId.
Defines values for CreateConnectorRequestSlackApiConnectorTypeId.
Defines values for CreateConnectorRequestSlackConnectorTypeId.
Defines values for CreateConnectorRequestSwimlaneConnectorTypeId.
Defines values for CreateConnectorRequestTeamsConnectorTypeId.
Defines values for CreateConnectorRequestTinesConnectorTypeId.
Defines values for CreateConnectorRequestWebhookConnectorTypeId.
Defines values for CreateConnectorRequestXmattersConnectorTypeId.
Defines values for CreateConnectorRequestCasesWebhookConnectorTypeId.
Defines values for Features.
Defines values for Features.
Defines values for Features.
Defines values for Features.
Defines values for RunConnectorSubactionFieldsbyissuetypeSubAction.
Defines values for RunConnectorSubactionGetchoicesSubAction.
Defines values for RunConnectorSubactionGetfieldsSubAction.
Defines values for RunConnectorSubactionGetincidentSubAction.
Defines values for RunConnectorSubactionIssueSubAction.
Defines values for RunConnectorSubactionIssuesSubAction.
Defines values for RunConnectorSubactionIssuetypesSubAction.
Defines values for BadRequestErrorStatusCode.
Defines values for AuthorizationErrorStatusCode.
Defines values for ObjectNotFoundErrorStatusCode.
Defines values for ObjectNotFoundErrorError.
Defines values for RunConnectorSubactionCreatealertSubActionParamsPriority.
Defines values for RunConnectorSubactionCreatealertSubActionParamsPriority.
Defines values for RunConnectorSubactionCreatealertSubActionParamsPriority.
Defines values for RunConnectorSubactionCreatealertSubActionParamsPriority.
Defines values for RunConnectorSubactionCreatealertSubActionParamsPriority.
Defines values for RunConnectorSubactionPushtoserviceSubAction.
Defines values for RunConnectorGeneralResponseStatus.
Defines values for RunConnectorGeneralResponseStatus.
Defines values for RunConnectorParamsLevelMessageLevel.
Defines values for RunConnectorParamsLevelMessageLevel.
Defines values for RunConnectorParamsLevelMessageLevel.
Defines values for RunConnectorParamsLevelMessageLevel.
Defines values for RunConnectorParamsLevelMessageLevel.
Defines values for RunConnectorParamsLevelMessageLevel.
Defines values for RunConnectorSubactionCreatealertSubActionParamsRespondersType.
Defines values for RunConnectorSubactionCreatealertSubActionParamsRespondersType.
Defines values for RunConnectorSubactionCreatealertSubActionParamsRespondersType.
Defines values for RunConnectorSubactionCreatealertSubActionParamsRespondersType.
Defines values for RunConnectorSubactionCreatealertSubActionParamsVisibleToType.
Defines values for RunConnectorSubactionCreatealertSubActionParamsVisibleToType.
Defines values for AuthorizationErrorError.
# Structs
ActionResponseProperties The properties vary depending on the action type.
AuthorizationError defines model for authorization_error.
BadRequestError defines model for bad_request_error.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
ConfigPropertiesCasesWebhook Defines properties for connectors when type is `.cases-webhook`.
ConfigPropertiesEmail Defines properties for connectors when type is `.email`.
ConfigPropertiesIndex Defines properties for connectors when type is `.index`.
ConfigPropertiesJira Defines properties for connectors when type is `.jira`.
ConfigPropertiesOpsgenie Defines properties for connectors when type is `.opsgenie`.
ConfigPropertiesPagerduty Defines properties for connectors when type is `.pagerduty`.
ConfigPropertiesResilient Defines properties for connectors when type is `.resilient`.
ConfigPropertiesServicenow Defines properties for connectors when type is `.servicenow`.
ConfigPropertiesServicenowItom Defines properties for connectors when type is `.servicenow`.
ConfigPropertiesSwimlane Defines properties for connectors when type is `.swimlane`.
ConfigPropertiesSwimlaneMappings The field mapping.
ConfigPropertiesTines Defines properties for connectors when type is `.tines`.
ConfigPropertiesWebhook Defines properties for connectors when type is `.webhook`.
ConfigPropertiesXmatters Defines properties for connectors when type is `.xmatters`.
ConnectorResponseProperties The properties vary depending on the connector type.
ConnectorResponsePropertiesCasesWebhook defines model for connector_response_properties_cases_webhook.
ConnectorResponsePropertiesEmail defines model for connector_response_properties_email.
ConnectorResponsePropertiesIndex defines model for connector_response_properties_index.
ConnectorResponsePropertiesJira defines model for connector_response_properties_jira.
ConnectorResponsePropertiesOpsgenie defines model for connector_response_properties_opsgenie.
ConnectorResponsePropertiesPagerduty defines model for connector_response_properties_pagerduty.
ConnectorResponsePropertiesResilient defines model for connector_response_properties_resilient.
ConnectorResponsePropertiesServerlog defines model for connector_response_properties_serverlog.
ConnectorResponsePropertiesServicenow defines model for connector_response_properties_servicenow.
ConnectorResponsePropertiesServicenowItom defines model for connector_response_properties_servicenow_itom.
ConnectorResponsePropertiesServicenowSir defines model for connector_response_properties_servicenow_sir.
ConnectorResponsePropertiesSlack defines model for connector_response_properties_slack.
ConnectorResponsePropertiesSlackApi defines model for connector_response_properties_slack_api.
ConnectorResponsePropertiesSwimlane defines model for connector_response_properties_swimlane.
ConnectorResponsePropertiesTeams defines model for connector_response_properties_teams.
ConnectorResponsePropertiesTines defines model for connector_response_properties_tines.
ConnectorResponsePropertiesWebhook defines model for connector_response_properties_webhook.
ConnectorResponsePropertiesXmatters defines model for connector_response_properties_xmatters.
CreateConnectorJSONBody defines parameters for CreateConnector.
CreateConnectorParams defines parameters for CreateConnector.
CreateConnectorRequestCasesWebhook The Webhook - Case Management connector uses axios to send POST, PUT, and GET requests to a case management RESTful API web service.
CreateConnectorRequestEmail The email connector uses the SMTP protocol to send mail messages, using an integration of Nodemailer.
CreateConnectorRequestIndex The index connector indexes a document into Elasticsearch.
CreateConnectorRequestJira The Jira connector uses the REST API v2 to create Jira issues.
CreateConnectorRequestOpsgenie The Opsgenie connector uses the Opsgenie alert API.
CreateConnectorRequestPagerduty The PagerDuty connector uses the v2 Events API to trigger, acknowledge, and resolve PagerDuty alerts.
CreateConnectorRequestResilient The IBM Resilient connector uses the RESILIENT REST v2 to create IBM Resilient incidents.
CreateConnectorRequestServerlog This connector writes an entry to the Kibana server log.
CreateConnectorRequestServicenow The ServiceNow ITSM connector uses the import set API to create ServiceNow incidents.
CreateConnectorRequestServicenowItom The ServiceNow ITOM connector uses the event API to create ServiceNow events.
CreateConnectorRequestServicenowSir The ServiceNow SecOps connector uses the import set API to create ServiceNow security incidents.
CreateConnectorRequestSlack The Slack connector uses Slack Incoming Webhooks.
CreateConnectorRequestSlackApi The Slack connector uses Slack Incoming Webhooks.
CreateConnectorRequestSwimlane The Swimlane connector uses the Swimlane REST API to create Swimlane records.
CreateConnectorRequestTeams The Microsoft Teams connector uses Incoming Webhooks.
CreateConnectorRequestTines The Tines connector uses Tines Webhook actions to send events via POST request.
CreateConnectorRequestWebhook The Webhook connector uses axios to send a POST or PUT request to a web service.
CreateConnectorRequestXmatters The xMatters connector uses the xMatters Workflow for Elastic to send actionable alerts to on-call xMatters resources.
No description provided by the author
DeleteConnectorParams defines parameters for DeleteConnector.
No description provided by the author
No description provided by the author
No description provided by the author
GetConnectorTypesParams defines parameters for GetConnectorTypes.
No description provided by the author
LegacyCreateConnectorJSONBody defines parameters for LegacyCreateConnector.
LegacyCreateConnectorParams defines parameters for LegacyCreateConnector.
No description provided by the author
LegacyDeleteConnectorParams defines parameters for LegacyDeleteConnector.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LegacyRunConnectorGeneralResponse defines model for legacy_run_connector_general_response.
LegacyRunConnectorGeneralResponse_Data defines model for LegacyRunConnectorGeneralResponse.Data.
LegacyRunConnectorJSONBody defines parameters for LegacyRunConnector.
LegacyRunConnectorParams defines parameters for LegacyRunConnector.
No description provided by the author
LegacyUpdateConnectorJSONBody defines parameters for LegacyUpdateConnector.
LegacyUpdateConnectorParams defines parameters for LegacyUpdateConnector.
No description provided by the author
ObjectNotFoundError defines model for object_not_found_error.
RunConnectorGeneralResponse defines model for run_connector_general_response.
RunConnectorGeneralResponse_Data defines model for RunConnectorGeneralResponse.Data.
RunConnectorJSONBody defines parameters for RunConnector.
RunConnectorJSONBody_Params defines parameters for RunConnector.
RunConnectorJSONBodyParams2 defines parameters for RunConnector.
RunConnectorParams defines parameters for RunConnector.
RunConnectorParamsDocuments Test an action that indexes a document into Elasticsearch.
RunConnectorParamsLevelMessage Test an action that writes an entry to the Kibana server log.
No description provided by the author
RunConnectorSubactionAddevent The `addEvent` subaction for ServiceNow ITOM connectors.
RunConnectorSubactionClosealert The `closeAlert` subaction for Opsgenie connectors.
RunConnectorSubactionCreatealert The `createAlert` subaction for Opsgenie connectors.
RunConnectorSubactionFieldsbyissuetype The `fieldsByIssueType` subaction for Jira connectors.
RunConnectorSubactionGetchoices The `getChoices` subaction for ServiceNow ITOM, ServiceNow ITSM, and ServiceNow SecOps connectors.
RunConnectorSubactionGetfields The `getFields` subaction for Jira, ServiceNow ITSM, and ServiceNow SecOps connectors.
RunConnectorSubactionGetincident The `getIncident` subaction for Jira, ServiceNow ITSM, and ServiceNow SecOps connectors.
RunConnectorSubactionIssue The `issue` subaction for Jira connectors.
RunConnectorSubactionIssues The `issues` subaction for Jira connectors.
RunConnectorSubactionIssuetypes The `issueTypes` subaction for Jira connectors.
RunConnectorSubactionPushtoservice The `pushToService` subaction for Jira, ServiceNow ITSM, ServiceNow SecOps, and Swimlane connectors.
RunConnectorSubactionPushtoservice_SubActionParams_Incident_DestIp A list of destination IP addresses related to the security incident for ServiceNow SecOps connectors.
RunConnectorSubactionPushtoservice_SubActionParams_Incident_MalwareHash A list of malware hashes related to the security incident for ServiceNow SecOps connectors.
RunConnectorSubactionPushtoservice_SubActionParams_Incident_SourceIp A list of source IP addresses related to the security incident for ServiceNow SecOps connectors.
SecretsPropertiesCasesWebhook defines model for secrets_properties_cases_webhook.
SecretsPropertiesJira Defines secrets for connectors when type is `.jira`.
SecretsPropertiesOpsgenie Defines secrets for connectors when type is `.opsgenie`.
SecretsPropertiesResilient Defines secrets for connectors when type is `.resilient`.
SecretsPropertiesServicenow Defines secrets for connectors when type is `.servicenow`, `.servicenow-sir`, or `.servicenow-itom`.
SecretsPropertiesSlackApi Defines secrets for connectors when type is `.slack`.
SecretsPropertiesSwimlane Defines secrets for connectors when type is `.swimlane`.
UpdateConnectorJSONBody defines parameters for UpdateConnector.
UpdateConnectorParams defines parameters for UpdateConnector.
UpdateConnectorRequestCasesWebhook defines model for update_connector_request_cases_webhook.
UpdateConnectorRequestEmail defines model for update_connector_request_email.
UpdateConnectorRequestIndex defines model for update_connector_request_index.
UpdateConnectorRequestJira defines model for update_connector_request_jira.
UpdateConnectorRequestOpsgenie defines model for update_connector_request_opsgenie.
UpdateConnectorRequestPagerduty The PagerDuty connector uses the v2 Events API to trigger, acknowledge, and resolve PagerDuty alerts.
UpdateConnectorRequestResilient defines model for update_connector_request_resilient.
UpdateConnectorRequestServerlog defines model for update_connector_request_serverlog.
UpdateConnectorRequestServicenow defines model for update_connector_request_servicenow.
UpdateConnectorRequestServicenowItom defines model for update_connector_request_servicenow_itom.
UpdateConnectorRequestServicenowSir The ServiceNow SecOps connector uses the import set API to create ServiceNow security incidents.
UpdateConnectorRequestSlack The Slack connector uses Slack Incoming Webhooks.
UpdateConnectorRequestSlackApi defines model for update_connector_request_slack_api.
UpdateConnectorRequestSwimlane defines model for update_connector_request_swimlane.
UpdateConnectorRequestTeams The Microsoft Teams connector uses Incoming Webhooks.
UpdateConnectorRequestTines The Tines connector uses Tines Webhook actions to send events via POST request.
UpdateConnectorRequestWebhook The Webhook connector uses axios to send a POST or PUT request to a web service.
UpdateConnectorRequestXmatters The xMatters connector uses the xMatters Workflow for Elastic to send actionable alerts to on-call xMatters resources.
No description provided by the author
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
ActionId defines model for action_id.
AuthorizationErrorError defines model for AuthorizationError.Error.
AuthorizationErrorStatusCode defines model for AuthorizationError.StatusCode.
BadRequestErrorError defines model for BadRequestError.Error.
BadRequestErrorStatusCode defines model for BadRequestError.StatusCode.
ClientOption allows setting custom parameters during construction.
ConfigPropertiesCasesWebhookCreateCommentMethod The REST API HTTP request method to create a case comment in the third-party system.
ConfigPropertiesCasesWebhookCreateIncidentMethod The REST API HTTP request method to create a case in the third-party system.
ConfigPropertiesCasesWebhookUpdateIncidentMethod The REST API HTTP request method to update the case in the third-party system.
ConfigPropertiesSwimlaneConnectorType The type of connector.
ConfigPropertiesWebhookMethod defines model for ConfigPropertiesWebhook.Method.
ConnectorId defines model for connector_id.
ConnectorResponsePropertiesCasesWebhookConnectorTypeId The type of connector.
ConnectorResponsePropertiesEmailConnectorTypeId The type of connector.
ConnectorResponsePropertiesIndexConnectorTypeId The type of connector.
ConnectorResponsePropertiesJiraConnectorTypeId The type of connector.
ConnectorResponsePropertiesOpsgenieConnectorTypeId The type of connector.
ConnectorResponsePropertiesPagerdutyConnectorTypeId The type of connector.
ConnectorResponsePropertiesResilientConnectorTypeId The type of connector.
ConnectorResponsePropertiesServerlogConnectorTypeId The type of connector.
ConnectorResponsePropertiesServicenowConnectorTypeId The type of connector.
ConnectorResponsePropertiesServicenowItomConnectorTypeId The type of connector.
ConnectorResponsePropertiesServicenowSirConnectorTypeId The type of connector.
ConnectorResponsePropertiesSlackApiConnectorTypeId The type of connector.
ConnectorResponsePropertiesSlackConnectorTypeId The type of connector.
ConnectorResponsePropertiesSwimlaneConnectorTypeId The type of connector.
ConnectorResponsePropertiesTeamsConnectorTypeId The type of connector.
ConnectorResponsePropertiesTinesConnectorTypeId The type of connector.
ConnectorResponsePropertiesWebhookConnectorTypeId The type of connector.
ConnectorResponsePropertiesXmattersConnectorTypeId The type of connector.
ConnectorTypes The type of connector.
CreateConnectorJSONRequestBody defines body for CreateConnector for application/json ContentType.
CreateConnectorRequestCasesWebhookConnectorTypeId The type of connector.
CreateConnectorRequestEmailConnectorTypeId The type of connector.
CreateConnectorRequestIndexConnectorTypeId The type of connector.
CreateConnectorRequestJiraConnectorTypeId The type of connector.
CreateConnectorRequestOpsgenieConnectorTypeId The type of connector.
CreateConnectorRequestPagerdutyConnectorTypeId The type of connector.
CreateConnectorRequestResilientConnectorTypeId The type of connector.
CreateConnectorRequestServerlogConnectorTypeId The type of connector.
CreateConnectorRequestServicenowConnectorTypeId The type of connector.
CreateConnectorRequestServicenowItomConnectorTypeId The type of connector.
CreateConnectorRequestServicenowSirConnectorTypeId The type of connector.
CreateConnectorRequestSlackApiConnectorTypeId The type of connector.
CreateConnectorRequestSlackConnectorTypeId The type of connector.
CreateConnectorRequestSwimlaneConnectorTypeId The type of connector.
CreateConnectorRequestTeamsConnectorTypeId The type of connector.
CreateConnectorRequestTinesConnectorTypeId The type of connector.
CreateConnectorRequestWebhookConnectorTypeId The type of connector.
CreateConnectorRequestXmattersConnectorTypeId The type of connector.
Features The feature that uses the connector.
IsDeprecated Indicates whether the connector type is deprecated.
IsMissingSecrets Indicates whether secrets are missing for the connector.
IsPreconfigured Indicates whether it is a preconfigured connector.
KbnXsrf defines model for kbn_xsrf.
LegacyCreateConnectorJSONRequestBody defines body for LegacyCreateConnector for application/json ContentType.
LegacyRunConnectorGeneralResponseData0 Information returned from the action.
LegacyRunConnectorGeneralResponseData1 An array of information returned from the action.
LegacyRunConnectorJSONRequestBody defines body for LegacyRunConnector for application/json ContentType.
LegacyUpdateConnectorJSONRequestBody defines body for LegacyUpdateConnector for application/json ContentType.
N200Actions The properties vary depending on the action type.
ObjectNotFoundErrorError defines model for ObjectNotFoundError.Error.
ObjectNotFoundErrorStatusCode defines model for ObjectNotFoundError.StatusCode.
RequestEditorFn is the function signature for the RequestEditor callback function.
RunConnectorGeneralResponseData0 Information returned from the action.
RunConnectorGeneralResponseData1 An array of information returned from the action.
RunConnectorGeneralResponseStatus The status of the action.
RunConnectorJSONRequestBody defines body for RunConnector for application/json ContentType.
RunConnectorParamsLevelMessageLevel The log level of the message for server log connectors.
RunConnectorSubactionAddeventSubAction The action to test.
RunConnectorSubactionClosealertSubAction The action to test.
RunConnectorSubactionCreatealertSubAction The action to test.
RunConnectorSubactionCreatealertSubActionParamsPriority The priority level for the alert.
RunConnectorSubactionCreatealertSubActionParamsRespondersType The type of responders, in this case `escalation`.
RunConnectorSubactionCreatealertSubActionParamsVisibleToType Valid values are `team` and `user`.
RunConnectorSubactionFieldsbyissuetypeSubAction The action to test.
RunConnectorSubactionGetchoicesSubAction The action to test.
RunConnectorSubactionGetfieldsSubAction The action to test.
RunConnectorSubactionGetincidentSubAction The action to test.
RunConnectorSubactionIssuesSubAction The action to test.
RunConnectorSubactionIssueSubAction The action to test.
RunConnectorSubactionIssuetypesSubAction The action to test.
RunConnectorSubactionPushtoserviceSubAction The action to test.
RunConnectorSubactionPushtoserviceSubActionParamsIncidentDestIp0 defines model for .
RunConnectorSubactionPushtoserviceSubActionParamsIncidentDestIp1 defines model for .
RunConnectorSubactionPushtoserviceSubActionParamsIncidentMalwareHash0 defines model for .
RunConnectorSubactionPushtoserviceSubActionParamsIncidentMalwareHash1 defines model for .
RunConnectorSubactionPushtoserviceSubActionParamsIncidentSourceIp0 defines model for .
RunConnectorSubactionPushtoserviceSubActionParamsIncidentSourceIp1 defines model for .
SecretsPropertiesEmail Defines secrets for connectors when type is `.email`.
SecretsPropertiesPagerduty Defines secrets for connectors when type is `.pagerduty`.
SecretsPropertiesSlack Defines secrets for connectors when type is `.slack`.
SecretsPropertiesTeams Defines secrets for connectors when type is `.teams`.
SecretsPropertiesTines Defines secrets for connectors when type is `.tines`.
SecretsPropertiesWebhook Defines secrets for connectors when type is `.webhook`.
SecretsPropertiesXmatters Defines secrets for connectors when type is `.xmatters`.
SpaceId defines model for space_id.
UpdateConnectorJSONRequestBody defines body for UpdateConnector for application/json ContentType.