Get the value of a system property

Request

GET https://{hostname}:{port}
  /cli/systemConfiguration/getProperty?{parameters}
Table 1. Request parameters
Parameter Type Required Description
name string true Name of the property

Example response

value001

Related CLI command: getSystemProperty.


Feedback