Querying an Application List
Initialize a DIS SDK client instance as instructed in Initializing a DIS SDK Client Instance.
In the listApp_test method, limit specifies the maximum number of apps that can be returned in a single request. The value range is 1 to 100.
Configure the following parameter:
1
|
startAppName="app1" #Application name. The application list is returned from the current stream and does not contain the application. |
After configuring the parameter, run the listApp_sample.py file to call Applist_test.
The following is an example response:
1 2 |
200 {'has_more_app': False, 'apps': [{'app_id': 'kpvGNrFYfKjpqTSdPIX', 'create_time': 1543301301992, 'app_name': 'sadfghjkl'}, {'app_id': 'MtPG1lD1E7IesDuOcNt', 'create_time': 1542765418080, 'app_name': 'testAppName2'}]} |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot