Huawei
H12-891_V1.0 · Question #466
Huawei's network equipment OPS (Open Programmability System) function provides open programmability capabilities for network equipment. To facilitate users to write scripts, Huawei provides Python…
The correct answer is C. Based on the device management object that needs to be accessed, the user should find the D. The OPS Connection class is a class used to call RESTful API. This class defines some methods. See the full explanation below for the reasoning.
Question
Huawei's network equipment OPS (Open Programmability System) function provides open programmability capabilities for network equipment. To facilitate users to write scripts, Huawei provides Python script templates for OPS functions. Which of the following descriptions of OPS functional Python script templates are correct? (Multiple choice)
Options
- AThe initialization method of the OPS Connection class is declared as def init_(self, host, port=80).
- BThe OPS Connection class has four methods: create, delete, set, and get, which respectively
- CBased on the device management object that needs to be accessed, the user should find the
- DThe OPS Connection class is a class used to call RESTful API. This class defines some methods
How the community answered
(37 responses)- A11% (4)
- B5% (2)
- C84% (31)
Community Discussion
No community discussion yet for this question.