Function connectionInterfaceInUseControllergetConnectionInterfaceInUseTargetId

  • Get connection interface in use by applicationId or sharedInfraId.

    Parameters

    • __namedParameters: {
          accountId: string;
          environmentId?: string;
          slug: string;
          targetId: string;
          targetType: "applications" | "shared_infra";
          workspaceId: string;
      }
    • Optionalopts: RequestOpts

    Returns Promise<ConnectionInterfaceInUseByTargetIdDetailsResponse[]>