All Products
Search
Document Center

Certificate Management Service:ListDeploymentJobResource

Last Updated:Jul 31, 2024

Queries the cloud resources of cloud services in a deployment task.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdlongYes

The ID of the deployment task.

8888

Response parameters

ParameterTypeDescriptionExample
object

OpenApiDefaultResponse<List>.

Dataarray<object>

The response parameters.

object
Idlong

The ID of the cloud resource.

20979
GmtCreatestring

The time when the cloud resource was created. The time is a timestamp in seconds.

1673423339000
GmtModifiedstring

The time when the cloud resource was last modified. The time is in the timestamp format.

1681956830000
CloudProductstring

The cloud service. Valid values:

  • CDN: Alibaba Cloud CDN (CDN). This value is supported only at the China site (aliyun.com).
  • SLB: Classic Load Balancer (CLB). This value is supported only at the China site (aliyun.com).
  • DCDN: Dynamic Content Delivery Network (DCDN). This value is supported only at the China site (aliyun.com).
  • DDOS: Anti-DDoS. This value is supported only at the China site (aliyun.com).
  • LIVE: ApsaraVideo Live. This value is supported only at the China site (aliyun.com).
  • webHosting: Cloud Web Hosting. This value is supported only at the China site (aliyun.com).
  • VOD: ApsaraVideo VOD. This value is supported only at the China site (aliyun.com).
  • CR: Container Registry. This value is supported only at the China site (aliyun.com).
  • ALB: Application Load Balancer (ALB).
  • APIGateway: API Gateway.
  • FC: Function Compute.
  • GA: Global Accelerator (GA).
  • MSE: Microservices Engine (MSE).
  • NLB: Network Load Balancer (NLB).
  • OSS: Object Storage Service (OSS).
  • SAE: Serverless App Engine (SAE).
  • TencentCDN: Tencent Cloud Content Delivery Network (CDN).
  • WAF: Web Application Firewall (WAF).
SLB
UserIdlong

The ID of the Alibaba Cloud account.

1666884372152785
CertIdlong

The ID of the certificate bound to the cloud resource.

11599949
CertNamestring

The name of the certificate bound to the cloud resource.

sc-SSL
CertEndTimestring

The end date of the certificate bound to the cloud resource. The value is a timestamp in seconds.

1681956830000
CertStartTimestring

The start date of the certificate bound to the cloud resource. The value is a timestamp in seconds.

1681956830000
Domainstring

The domain name bound to the cloud resource.

aliyundoc.com
InstanceIdstring

The instance ID of the cloud resource.

Note This parameter is returned only when the value of CloudProduct is SLB, NLB, ALB, or GA.
cas-cn-m7r1qocw91at
ListenerIdstring

The listener ID of the cloud resource.

Note This parameter is returned only when the value of CloudProduct is SLB, NLB, ALB, or GA.
lsn-vwdff0q20poq5xazb9@443
ListenerPortstring

The listening port of the cloud resource.

Note This parameter is returned only when the value of CloudProduct is SLB, NLB, ALB, or GA.
8047
EnableHttpsinteger

Indicates whether HTTPS is enabled for the cloud resource. Valid values:

  • 1: yes
  • 0: no
1
DefaultResourceinteger

Indicates whether the cloud resource is the default resource. Valid values:

  • 1: yes
  • 0: no
Note This parameter is returned only when the value of CloudProduct is SLB, NLB, ALB, or GA.
0
Remarkstring

The other metadata related to the cloud resource.

{\"camera_model\":\"GIFSHOW [1267087617][OnePlus
Statusstring

The status of the cloud resource.

online
UseSslinteger

Indicates whether an Alibaba Cloud SSL certificate is used. Valid values:

  • 1: yes
  • 0: no
Note This parameter is required only when you deploy certificates to services of multiple clouds.
1
RegionIdstring

The region ID of the cloud resource.

cn-hangzhou
CloudNamestring

The cloud service provider of the cloud resource. Valid values:

  • aliyun: Alibaba Cloud
  • Tencent: Tencent Cloud
aliyun
CloudRegionstring

The region ID of the cloud service provider to which the cloud resource belongs.

cn-hangzhou
CloudAccessIdstring

The AccessKey ID used to access cloud resources.

Note This parameter is required only when you deploy certificates to services of multiple clouds.
1234
RequestIdstring

The request ID.

15C66C7B-671A-4297-9187-2C4477247A74

Examples

Sample success responses

JSONformat

{
  "Data": [
    {
      "Id": 20979,
      "GmtCreate": "1673423339000",
      "GmtModified": "1681956830000",
      "CloudProduct": "SLB",
      "UserId": 1666884372152785,
      "CertId": 11599949,
      "CertName": "sc-SSL",
      "CertEndTime": "1681956830000",
      "CertStartTime": "1681956830000",
      "Domain": "aliyundoc.com",
      "InstanceId": "cas-cn-m7r1qocw91at",
      "ListenerId": "lsn-vwdff0q20poq5xazb9@443",
      "ListenerPort": "8047",
      "EnableHttps": 1,
      "DefaultResource": 0,
      "Remark": "{\\\"camera_model\\\":\\\"GIFSHOW [1267087617][OnePlus",
      "Status": "online",
      "UseSsl": 1,
      "RegionId": "cn-hangzhou",
      "CloudName": "aliyun",
      "CloudRegion": "cn-hangzhou",
      "CloudAccessId": "1234"
    }
  ],
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}

Error codes

For a list of error codes, visit the Service error codes.