Cross Tenant Connection Reports - Create Cross Tenant Connection Report

Create a request to generate cross-tenant connection report for a tenant or return an existing report.

POST https://api.powerplatform.com/governance/crossTenantConnectionReports?api-version=2022-03-01-preview

URI Parameters

Name In Required Type Description
api-version
query True

string

The API version

Responses

Name Type Description
200 OK

CrossTenantConnectionReport

Success

202 Accepted

CrossTenantConnectionReport

Accepted

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

404 Not Found

Not Found

Security

oauth2

Microsoft Entra ID OAuth2

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com
Token URL: https://login.microsoftonline.com/common/oauth2/token

Definitions

Name Description
CrossTenantConnection
CrossTenantConnectionReport

CrossTenantConnection

Name Type Description
connectionType enum:
  • Inbound
  • Outbound

The direction of the cross-tenant connection.

tenantId

string

The Azure AD tenant ID to or from which the cross-tenant connection occurred.

CrossTenantConnectionReport

Name Type Description
@odata.nextLink

string

The URI of the next page of the report containing additional cross-tenant connections.

connections

CrossTenantConnection[]

The page of cross-tenant connections occurring within the report date window.

endDate

string

The end of the report date window.

reportId

string

The report ID.

reportStatus enum:
  • Completed
  • Failed
  • InProgress
  • Received
requestDate

string

The date when the cross-tenant connection report was requested.

startDate

string

The start of the report date window.

tenantId

string

The Azure AD tenant ID for which the report was generated.