VideosurveillanceFunctions

Functions

Link copied to clipboard

Using this data source can open Video Surveillance System service automatically. If the service has been opened, it will return opened. For information about Video Surveillance System and how to use it, see What is VS.

suspend fun getService(enable: String? = null): GetServiceResult
suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
Link copied to clipboard

This data source provides the Video Surveillance System Groups of the current Alibaba Cloud user.

suspend fun getSystemGroups(ids: List<String>? = null, inProtocol: String? = null, name: String? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetSystemGroupsResult