v6

latestSwagger 2.02026-07-1342142196.4 KB
Data Connections

Create or replace a data connection with a given dataConnectionName.

put/dataConnections/{dataConnectionName}

Path parameters

dataConnectionNamestring required

The caller provided unique name for the resource.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

kindstring required

Discriminator property for DataConnectionData.

namestring

The name of data connection

content'assets' | 'attackSurfaceInsights'

The type of data the data connection will transfer

frequency'daily' | 'weekly' | 'monthly'

The rate at which the data connection will receive updates.

frequencyOffsetinteger

The day to update the data connection on. (1-7 for weekly, 1-31 for monthly)

Response

The request has succeeded.

kindstring required

Discriminator property for DataConnection.

idstring

This is typically the same as the name but might be different for different models.

namestring required

The caller provided unique name for the resource.

displayNamestring

The name that can be used for display purposes.

content'assets' | 'attackSurfaceInsights'

The type of data the data connection will transfer

createdDatestring date-time

The date the data connection was created.

frequency'daily' | 'weekly' | 'monthly'

The rate at which the data connection will receive updates.

frequencyOffsetinteger

The day to update the data connection on. (1-7 for weekly, 1-31 for monthly)

updatedDatestring date-time

The date the data connection was last updated.

userUpdatedAtstring date-time

The date the data connection was last updated by user.

activeboolean

An indicator of whether the data connection is active.

inactiveMessagestring

A message that specifies details about data connection if inactive.