All Products
Search
Document Center

Certificate Management Service:ListDeploymentJobResource

Last Updated:Feb 27, 2025

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

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-cert:ListDeploymentJobResourcelist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdlongYes

The ID of the deployment task.

8888

Response parameters

ParameterTypeDescriptionExample
object

OpenApiDefaultResponse<List>.

Dataarray<object>

The response parameters.

Dataobject
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.

Change history

Change timeSummary of changesOperation
No change history