Skip to content

Create Ticket V2

securityhub_create_ticket_v2 R Documentation

Grants permission to create a ticket in the chosen ITSM based on finding information for the provided finding metadata UID

Description

Grants permission to create a ticket in the chosen ITSM based on finding information for the provided finding metadata UID.

Usage

securityhub_create_ticket_v2(ConnectorId, FindingMetadataUid,
  ClientToken, Mode)

Arguments

ConnectorId

[required] The UUID of the connectorV2 to identify connectorV2 resource.

FindingMetadataUid

[required] The the unique ID for the finding.

ClientToken

The client idempotency token.

Mode

The mode for ticket creation. When set to DRYRUN, the ticket is created using a Security Hub owned template test finding to verify the integration is working correctly.

Value

A list with the following syntax:

list(
  TicketId = "string",
  TicketSrcUrl = "string"
)

Request syntax

svc$create_ticket_v2(
  ConnectorId = "string",
  FindingMetadataUid = "string",
  ClientToken = "string",
  Mode = "DRYRUN"
)