github.com/GuanceCloud/cliutils@v1.1.21/pipeline/ptinput/funcs/md/pt_kvs_get.en.md (about)

     1  ### `pt_kvs_get()` {#fn_pt_kvs_get}
     2  
     3  Function prototype: `fn pt_kvs_get(name: str) -> any`
     4  
     5  Function description: Return the value of the specified key in Point
     6  
     7  Function parameters:
     8  
     9  - `name`: Key name
    10  
    11  Example:
    12  
    13  ```python
    14  host = pt_kvs_get("host")
    15  ```