瓦伊拉 (预览版)
Waaila 是一项全面的数据质量监视应用程序,由全球数百名分析师支持。 它有助于防止数据质量和度量不佳造成的灾难性情况。
此连接器在以下产品和区域中可用:
| 服务 | Class | 区域 |
|---|---|---|
| Copilot Studio | 高级 | 除以下各项外的所有 Power Automate 区域 : - 美国政府 (GCC) - 美国政府 (GCC High) - 由世纪互联运营的中国云 - 美国国防部(DoD) |
| 逻辑应用程序 | 标准 | 除以下各项外的所有 逻辑应用区域 : - Azure 政府区域 - Azure 中国区域 - 美国国防部(DoD) |
| Power Apps | 高级 | 除以下各项外的所有 Power Apps 区域 : - 美国政府 (GCC) - 美国政府 (GCC High) - 由世纪互联运营的中国云 - 美国国防部(DoD) |
| Power Automate | 高级 | 除以下各项外的所有 Power Automate 区域 : - 美国政府 (GCC) - 美国政府 (GCC High) - 由世纪互联运营的中国云 - 美国国防部(DoD) |
| 联系人 | |
|---|---|
| Name | Waaila 支持 |
| URL | https://waaila.com/en/about |
| support@waaila.com |
| 连接器元数据 | |
|---|---|
| 发布者 | Cross Masters s.r.o. |
| Website | https://waaila.com |
| 隐私策略 | https://waaila.com/en/privacy-policy |
| 类别 | 人工智能;营销 |
先决条件
你需要有一个 Waaila 高级版计划来充分利用所有连接器功能。
如何获取凭据
若要使用此连接器,需要获取 API 密钥和用于登录 Waaila 的电子邮件。 如果你是高级 Waaila 用户,可以在用户下拉菜单中的 Waaila Web 应用程序中找到这两个值。 首先需要激活密钥。 请注意,如果已激活 API 密钥,则通过激活新密钥来禁用该密钥。
连接器入门
始终需要先使用 GetToken 作。 将 Waaila API 密钥填充为 code 参数,并将电子邮件填充为 email 参数。 此作返回一个 code 值。 此值是将在所有剩余作中用于进行身份验证的令牌。 为此,需要使用此值填充 Wauth 参数:“Bearer token-value”。
可以使用另外两个作。
GetDepots:使用此方法获取所有 Waaila 仓库的摘要。 这为你提供了有关各个仓库的所有信息,包括测试套件、数据源和最新的测试 restult。
GetTestsuite:使用此方法可获取有关单个测试套件的更详细信息。 你将获得最新的测试结果、有关数据源的信息以及有关所有包含的测试的详细信息。
已知问题和限制
需要使用有效的凭据才能使用此连接器。 目前只能从 Waaila 读取数据,而不是触发测试。
FAQ
什么是 Waaila,我可以在哪里找到更多信息?
Waaila 是一项全面的数据质量监视应用程序,由全球数百名分析师支持。 它包括免费的 Web 应用程序和额外的高级工具,以提供更自动化。 可以在 Waaila 网站上找到详细信息。 或者在这里 免费使用 Waaila。
是否有更多文档?
请考虑查看 我们的官方文档。
我需要有关连接器实现的帮助。 我可以联系你吗?
当然,只要向我们发送一条信息 support@waaila.com。
如果出现任何问题,我该怎么办?
向我们发送消息。support@waaila.com
是否提供任何其他 Power Platform 工具?
我们正在开发 Waaila Power App,一旦准备好部署,我们将在此处包含更多信息。
谁在开发 Waaila?
Waaila 依赖于全球分析师社区来创建全面的数据质量测试。 跨母版提供了 Waaila Web 应用程序、Power Platform 连接器、跟踪验证程序浏览器扩展和其他高级服务的开发。
限制
| 名称 | 调用 | 续订期 |
|---|---|---|
| 每个连接的 API 调用数 | 100 | 60 秒 |
操作
| 获取 Testsuite 详细信息 |
返回指定仓库中的 Testsuite 详细信息。 |
| 获取仓库列表 |
返回用户的所有 Waaila Depots 的列表。 |
| 获取访问令牌 |
返回用于授权其他连接器作的访问令牌。 将此令牌用作“Wauth”值。 |
获取 Testsuite 详细信息
返回指定仓库中的 Testsuite 详细信息。
参数
| 名称 | 密钥 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
仓库 ID
|
depot | True | string |
指定仓库 ID |
|
Testsuite ID
|
testsuite | True | string |
指定 Testsuite ID |
|
访问令牌
|
Wauth | True | string |
访问令牌。 该值必须以“Bearer”开头。 |
返回
| 名称 | 路径 | 类型 | 说明 |
|---|---|---|---|
|
customName
|
customName | string |
customName |
|
results
|
results | array of object |
results |
|
maxScore
|
results.maxScore | integer |
maxScore |
|
分数
|
results.score | integer |
分数 |
|
testedAt
|
results.testedAt | string |
testedAt |
|
testsError
|
results.testsError | integer |
testsError |
|
testsFailed
|
results.testsFailed | integer |
testsFailed |
|
testsPassed
|
results.testsPassed | integer |
testsPassed |
|
testsInfo
|
results.testsInfo | integer |
testsInfo |
|
testsTotal
|
results.testsTotal | integer |
testsTotal |
|
testsUnresolved
|
results.testsUnresolved | integer |
testsUnresolved |
|
testsWarning
|
results.testsWarning | integer |
testsWarning |
|
execType
|
results.execType | string |
execType |
|
execBatch
|
results.execBatch | string |
execBatch |
|
createdAt
|
results.createdAt | string |
createdAt |
|
guid
|
results.guid | string |
guid |
|
代码
|
datasource.code | string |
代码 |
|
关键值
|
datasource.key | string |
关键值 |
|
providerCode
|
datasource.providerCode | string |
providerCode |
|
标识符
|
datasource.identifier | string |
标识符 |
|
googleId
|
datasource.account.authentication.googleId | string |
googleId |
|
accessToken
|
datasource.account.authentication.accessToken | string |
accessToken |
|
accessTokenExpirationDate
|
datasource.account.authentication.accessTokenExpirationDate | string |
accessTokenExpirationDate |
|
Authorization
|
datasource.account.authentication.headers.Authorization | string |
Authorization |
|
账户名称
|
datasource.account.authentication.accountName | string |
账户名称 |
|
验证类型
|
datasource.account.authentication.authenticationType | string |
验证类型 |
|
scopes
|
datasource.account.authentication.scopes | array of string |
scopes |
|
姓名
|
datasource.account.name | string |
姓名 |
|
状态
|
datasource.account.status | string |
状态 |
|
authorizedAt
|
datasource.account.authorizedAt | string |
authorizedAt |
|
etag
|
datasource.account.etag | string |
etag |
|
modifiedAt
|
datasource.account.modifiedAt | string |
modifiedAt |
|
createdAt
|
datasource.account.createdAt | string |
createdAt |
|
guid
|
datasource.account.guid | string |
guid |
|
帐户ID
|
datasource.accountId | string |
帐户ID |
|
etag
|
datasource.etag | string |
etag |
|
modifiedAt
|
datasource.modifiedAt | string |
modifiedAt |
|
createdAt
|
datasource.createdAt | string |
createdAt |
|
guid
|
datasource.guid | string |
guid |
|
datasourceId
|
datasourceId | string |
datasourceId |
|
姓名
|
name | string |
姓名 |
|
描述
|
description | string |
描述 |
|
测试
|
tests | array of object |
测试 |
|
maxScore
|
tests.maxScore | integer |
maxScore |
|
testedAt
|
tests.testedAt | string |
testedAt |
|
姓名
|
tests.name | string |
姓名 |
|
queryLogic
|
tests.queryLogic | string |
queryLogic |
|
testType (测试类型)
|
tests.testType | string |
testType (测试类型) |
|
版本
|
tests.version | integer |
版本 |
|
testLogic
|
tests.testLogic | string |
testLogic |
|
代码
|
tests.code | string |
代码 |
|
描述
|
tests.description | string |
描述 |
|
lang
|
tests.lang | string |
lang |
|
sourceTestsetId
|
tests.sourceTestsetId | string |
sourceTestsetId |
|
sourceTestId
|
tests.sourceTestId | string |
sourceTestId |
|
|
tests.🇸ourceLibraryId | string |
sourceLibraryId |
|
|
tests.sourceVersion | integer |
sourceVersion |
|
sourceUpdated
|
tests.sourceUpdated | boolean |
sourceUpdated |
|
etag
|
tests.etag | string |
etag |
|
modifiedAt
|
tests.modifiedAt | string |
modifiedAt |
|
createdAt
|
tests.createdAt | string |
createdAt |
|
guid
|
tests.guid | string |
guid |
|
providerCode
|
providerCode | string |
providerCode |
|
testsCount
|
testsCount | integer |
testsCount |
|
版本
|
version | string |
版本 |
|
taglist
|
taglist | array of |
taglist |
|
etag
|
etag | string |
etag |
|
modifiedAt
|
modifiedAt | string |
modifiedAt |
|
createdAt
|
createdAt | string |
createdAt |
|
guid
|
guid | string |
guid |
获取仓库列表
返回用户的所有 Waaila Depots 的列表。
参数
| 名称 | 密钥 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
访问令牌
|
Wauth | True | string |
访问令牌。 该值必须以“Bearer”开头。 |
返回
| 名称 | 路径 | 类型 | 说明 |
|---|---|---|---|
|
|
array of object | ||
|
姓名
|
name | string |
姓名 |
|
描述
|
description | string |
描述 |
|
testsuites
|
testsuites | array of object |
testsuites |
|
customName
|
testsuites.customName | string |
customName |
|
results
|
testsuites.results | array of object |
results |
|
maxScore
|
testsuites.results.maxScore | integer |
maxScore |
|
分数
|
testsuites.results.score | integer |
分数 |
|
testedAt
|
testsuites.results.testedAt | string |
testedAt |
|
testsError
|
testsuites.results.testsError | integer |
testsError |
|
testsFailed
|
testsuites.results.testsFailed | integer |
testsFailed |
|
testsPassed
|
testsuites.results.testsPassed | integer |
testsPassed |
|
testsInfo
|
testsuites.results.testsInfo | integer |
testsInfo |
|
testsTotal
|
testsuites.results.testsTotal | integer |
testsTotal |
|
testsUnresolved
|
testsuites.results.testsUnresolved | integer |
testsUnresolved |
|
testsWarning
|
testsuites.results.testsWarning | integer |
testsWarning |
|
execType
|
testsuites.results.execType | string |
execType |
|
execBatch
|
testsuites.results.execBatch | string |
execBatch |
|
createdAt
|
testsuites.results.createdAt | date-time |
createdAt |
|
guid
|
testsuites.results.guid | string |
guid |
|
代码
|
testsuites.datasource.code | string |
代码 |
|
关键值
|
testsuites.datasource.key | string |
关键值 |
|
providerCode
|
testsuites.datasource.providerCode | string |
providerCode |
|
标识符
|
testsuites.datasource.identifier | string |
标识符 |
|
googleId
|
testsuites.datasource.account.authentication.googleId | string |
googleId |
|
accessToken
|
testsuites.datasource.account.authentication.accessToken | string |
accessToken |
|
accessTokenExpirationDate
|
testsuites.datasource.account.authentication.accessTokenExpirationDate | string |
accessTokenExpirationDate |
|
Authorization
|
testsuites.datasource.account.authentication.headers.Authorization | string |
Authorization |
|
x-api-key
|
testsuites.datasource.account.authentication.headers.x-api-key | string |
x-api-key |
|
账户名称
|
testsuites.datasource.account.authentication.accountName | string |
账户名称 |
|
验证类型
|
testsuites.datasource.account.authentication.authenticationType | string |
验证类型 |
|
scopes
|
testsuites.datasource.account.authentication.scopes | array of |
scopes |
|
机密
|
testsuites.datasource.account.authentication.secret | string |
机密 |
|
姓名
|
testsuites.datasource.account.name | string |
姓名 |
|
状态
|
testsuites.datasource.account.status | string |
状态 |
|
authorizedAt
|
testsuites.datasource.account.authorizedAt | string |
authorizedAt |
|
etag
|
testsuites.datasource.account.etag | string |
etag |
|
modifiedAt
|
testsuites.datasource.account.modifiedAt | string |
modifiedAt |
|
createdAt
|
testsuites.datasource.account.createdAt | string |
createdAt |
|
guid
|
testsuites.datasource.account.guid | string |
guid |
|
帐户ID
|
testsuites.datasource.accountId | string |
帐户ID |
|
etag
|
testsuites.datasource.etag | string |
etag |
|
modifiedAt
|
testsuites.datasource.modifiedAt | string |
modifiedAt |
|
createdAt
|
testsuites.datasource.createdAt | string |
createdAt |
|
guid
|
testsuites.datasource.guid | string |
guid |
|
datasourceId
|
testsuites.datasourceId | string |
datasourceId |
|
姓名
|
testsuites.name | string |
姓名 |
|
描述
|
testsuites.description | string |
描述 |
|
测试
|
testsuites.tests | string |
测试 |
|
providerCode
|
testsuites.providerCode | string |
providerCode |
|
testsCount
|
testsuites.testsCount | integer |
testsCount |
|
版本
|
testsuites.version | string |
版本 |
|
taglist
|
testsuites.taglist | array of |
taglist |
|
etag
|
testsuites.etag | string |
etag |
|
modifiedAt
|
testsuites.modifiedAt | string |
modifiedAt |
|
createdAt
|
testsuites.createdAt | string |
createdAt |
|
guid
|
testsuites.guid | string |
guid |
|
etag
|
etag | string |
etag |
|
modifiedAt
|
modifiedAt | string |
modifiedAt |
|
createdAt
|
createdAt | string |
createdAt |
|
guid
|
guid | string |
guid |
获取访问令牌
返回用于授权其他连接器作的访问令牌。 将此令牌用作“Wauth”值。
参数
| 名称 | 密钥 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
代码
|
code | True | string |
在 Waaila Web 应用程序中生成的用户 API 代码。 |
|
电子邮件
|
True | string |
用于访问 Waaila Web 应用程序的电子邮件 |
返回
| 名称 | 路径 | 类型 | 说明 |
|---|---|---|---|
|
代码
|
code | string |
代码 |