调用本接口查询已有的信息模板。
暂不支持。
下方表格中的参数包含在请求头(header)中。
参数 | 类型 | 是否必选 | 描述 | 示例值 |
---|---|---|---|---|
Region | string | 是 | 服务地区。该参数的取值是cn-north-1 。 | cn-north-1 |
ServiceName | string | 是 | 服务名称。该参数的取值是certificate_service 。 | certificate_service |
下方表格中的参数包含在查询字符串(query string)中。
参数 | 类型 | 是否必选 | 描述 | 示例值 |
---|---|---|---|---|
Action | string | 是 | API名称。该参数的取值是CertificateGetOrganization 。 | CertificateGetOrganization |
Version | string | 是 | API版本。该参数的取值是2021-06-01 。 | 2021-06-01 |
organization_id | String | 否 | 设置一个模板ID以按ID查询信息模板。 | org-4d954cd1fe8e487086e67f687f83**** |
ov | String | 否 | 设置一个模板类型以按类型查询信息模板。该参数有以下取值:
|
|
tag | String | 否 | 设置一个模板名称以按名称查询信息模板。支持模糊匹配。 |
|
project_name | String | 否 | 设置一个火山引擎项目名称,以按信息模板所属的项目查询信息模板。 |
|
参数 | 类型 | 描述 | 示例值 |
---|---|---|---|
count | Integer | 满足查询条件的信息模板的总数。 | |
content | Array | 信息模板详情列表。 |
GET https://open.volcengineapi.com/?Action=CertificateGetDcvParam&Version=2021-06-01&<其他公共请求参数>
{ "ResponseMetadata": { "RequestId": "20231012143611D18B45161E262C169AB5", "Action": "CertificateGetOrganizationList", "Version": "2021-06-01", "Service": "certificate_service", "Region": "cn-north-1" }, "Result": { "count": 1, "content": [ { "id": "org-4d954cd1fe8e487086e67f687f83****", "upstream": "volcano", "upstream_filter": "21000000XX", "ov": 1, "tag": "doc-test", "project": "default", "department": "IT", "name": "火山引擎", "postal_code": "200000", "address": "某某路某号", "city": "上海", "province": "上海", "country": "中国", "email": "zhangsan@volcengine.com", "phone": "13111111111", "bank_account_license_no": "", "business_license_no": "91XXXXXXXXXXXXXXXE", "contact": { "first_name": "三", "last_name": "张", "email": "zhangsan@volcengine.com", "phone": "13111111111", "title": "IT负责人", "id_card_no": "111111111111111111" } } ] } }
如果响应正文的ResponseMetadata
字段中包含Error
字段,则表示API请求失败。您可访问公共错误码,获取更多错误码信息。