ListFilePushStatusesPagination
Region:
China (Beijing)
Request Parameters
Required
FileId
RenderingInstanceId
FileName
PageNumber
PageSize
StartTime
EndTime
Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Request Parameters

Field NameField Details
FileIdstring

文件 ID,对应唯一的文件。如 f-xxx

Example:f-1671accd4dafdag3er256cvgewt13f7141db2f7Reference Value Source:
    UploadFile
    PushFile
    ListFiles
RenderingInstanceIdstring

云渲染实例 ID,用于查询指定实例上安装的云应用

Example:render-9f8c57355d224ad7beaf95e145f22111Reference Value Source:
    ListRenderingInstances
    CreateRenderingInstance
    StartRenderingSession
    RefreshRenderingInstanceStreaming
    AssociateRenderingProjectInstances
    DisassociateRenderingProjectInstances
    DescribeRenderingSession
FileNamestring

文件名

Example:myfileReference Value Source:
    UploadFile
    ListFiles
PageNumberinteger<int64>

查询列表的页码。起始值为 1。View Details...

Notice The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991.
Example:1value >= 1
PageSizeinteger<int64>

分页查询时设置的每页行数,最大值为 100 行。View Details...

Notice The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991.
Example:10value <= 100
StartTimestring

时间区间筛选参数。按照 ISO8601 标准表示,并需要使用 UTC 时间,格式为 yyyy-MM-ddTHH:mm:ssZ。

EndTimestring

时间区间筛选参数。按照 ISO8601 标准表示,并需要使用 UTC 时间,格式为 yyyy-MM-ddTHH:mm:ssZ。

Response Parameters

Field NameField Details
RequestIdstring

Id of the request

Example:BEA5625F-8FCF-48F4-851B-CA63946DA664
PushStatusesarray<object>

文件预推信息列表

TotalCountinteger<int64>

记录总数

Notice Please note that this value is of type Long, and there may be a risk of loss of precision in some languages. Please use it with caution.
Example:100
PageNumberinteger<int64>

查询列表的页码。

Notice Please note that this value is of type Long, and there may be a risk of loss of precision in some languages. Please use it with caution.
Example:1
PageSizeinteger<int64>

分页查询时设置的每页行数

Notice Please note that this value is of type Long, and there may be a risk of loss of precision in some languages. Please use it with caution.
Example:10
Release Notes
No Release Notes found.