Skip to main content

Connectors

/api/Connectors/Agent

Get

Summary:

Returns all the agents according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The agent list.List of Agent

Post

Summary:

Creates a agent.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the agent creation.AgentCreatedResult

/api/Connectors/Agent/{id}

Get

Summary:

Returns a agent corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the agent.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The agent.Agent

Put

Summary:

Updates a agent.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the agent to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the agent update.AgentUpdatedResult

Delete

Summary:

Deletes a agent.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the agent to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the agent delete.AgentDeletedResult

/api/Connectors/Connection

Get

Summary:

Returns all the connection packages according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The connector list.List of Connection

Post

Summary:

Creates a connection.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the connector creation.ConnectionCreatedResult

/api/Connectors/Connection/{id}

Get

Summary:

Returns a connection package corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the connector.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The connector.Connection

Put

Summary:

Updates a connector.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the connector to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the connector update.ConnectionUpdatedResult

Delete

Summary:

Deletes a connector.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the connector to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the connector delete.ConnectionDeletedResult

/api/Connectors/ConnectionColumn

Get

Summary:

Returns all the connection columns according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
Responses:
CodeDescriptionReference
200The connection column list.List of ConnectionColumn

/api/Connectors/ConnectionPackage

Get

Summary:

Returns all the connection packages according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The connector list.List of ConnectionPackage

/api/Connectors/ConnectionPackage/{id}

Get

Summary:

Returns a connection package corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the connector.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The connector.ConnectionPackage

/api/Connectors/ConnectionTable

Get

Summary:

Returns all the connection tables according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
Responses:
CodeDescriptionReference
200The connection table list.List of ConnectionTable

/api/Connectors/Connector

Get

Summary:

Returns all the connectors according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The connector list.List of Connector

Post

Summary:

Creates a connector.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the connector creation.ConnectorCreatedResult

/api/Connectors/Connector/{id}

Get

Summary:

Returns a connector corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the connector.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The connector.Connector

Put

Summary:

Updates a connector.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the connector to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the connector update.ConnectorUpdatedResult

Delete

Summary:

Deletes a connector.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the connector to delete.True
forceFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the connector delete.ConnectorDeletedResult

/api/Connectors/Connector/ResourceTypes/{id}

Get

Summary:

Returns the resource type ids corresponding to the provided connector identifier.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the connector.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200OK

/api/Connectors/EntityAssociationMapping

Get

Summary:

Returns all the entity types mappings according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The entity type list.List of EntityAssociationMapping

/api/Connectors/EntityPropertyMapping

Get

Summary:

Returns all the entity property mappings according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The entity property mapping list.List of EntityPropertyMapping

/api/Connectors/EntityTypeMapping

Get

Summary:

Returns all the entity types mappings according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The entity type list.List of EntityTypeMapping

/api/Connectors/EntityTypeMapping/{id}

Get

Parameters:
NameDescriptionRequiredTypeReference
idTrue
squeryFalse
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200OKEntityTypeMapping

/api/Connectors/Mapping/PasswordResetSetting

Get

Summary:

Returns all the password reset settings according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The password reset setting list.List of PasswordResetSetting

/api/Connectors/Provisioning/ProvisioningData/{id}

Get

Summary:

Get provisioning orders from server for a connector.

Parameters:
NameDescriptionRequiredTypeReference
idId of the connector.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200OK

/api/Connectors/Provisioning/ProvisioningResults

Put

Summary:

Update the status of the provisioned resources.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200OKProvisioningResultsReceivedResult

/api/Connectors/Mapping/ResourceTypeMapping

Get

Summary:

Returns all the resource types mappings according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The resource type mapping list.List of ResourceTypeMapping

/api/Connectors/Mapping/ResourceTypeMapping/{id}

Get

Summary:

Returns all the resource types mappings according to its id and the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the single role.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The resource type mapping.ResourceTypeMapping