This function changes a key's friendly name.
Important:
friendly_name
or id
parameter.friendly required | string The key's friendly name. Example: |
id required | string The key's ID. Example: |
new required | string The key's new friendly name. Example: |
HTTP Request was successful.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --output=jsonpretty \ --user=username \ SSL \ set_key_friendly_name \ friendly_name='TestKey' \ id='a9b72_63971_2cb6d8897b362cfb1548e047d8428b8d' \ new_friendly_name='TestKey2'
{- "apiversion": 3,
- "func": "set_key_friendly_name",
- "module": "SSL",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}