DataConnectorIngestApi

Represents the connection information specific to Ingestion API.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

Parent Type

This type extends the Metadata metadata type and inherits its fullName field.

File Suffix and Directory Location

DataConnectorIngestApi components have the suffix .dataConnectorIngestApi and are stored in the dataConnectorIngestApis folder.

Version

DataConnectorIngestApi components are available in API version 54.0 and later.

Special Access Rules

You must have the CustomizeApplication user permissions to access the DataConnectorIngestApi type.

Fields

Field Name Description
masterLabel
Field Type
string
Description

Required.

UI label of the Ingestion API Connector.
sourceName
Field Type
string
Description

Required.

Name of the Ingestion API Connector.

Declarative Metadata Sample Definition

The following is an example of a DataConnectorIngestApi component.

<?xml version="1.0" encoding="UTF-8"?>
<DataConnectorIngestApi xmlns="http://soap.sforce.com/2006/04/metadata">
    <sourceName>CONNECTOR NAME</sourceName>
    <masterLabel>CONNECTOR NAME</masterLabel>
</DataConnectorIngestApi>

The following is an example package.xml that references the previous definition.

<?xml version="1.0" encoding="UTF-8"?>
<DataConnectorIngestApi xmlns="http://soap.sforce.com/2006/04/metadata">
    <sourceName>MyConnector</sourceName>
    <masterLabel>MyConnector</masterLabel>
</DataConnectorIngestApi>

Wildcard Support in the Manifest File

This metadata type doesn’t support the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.