Get
Get details of the specified configuration file.
Request
URI
GET
https://{api_host}/suite-api/api/configurations/files
COPY
Query Parameters
string
path
Required
Configuration file path in {configFileType}/{fileName} format.
Allowed values for configFileType: TxtWidgetConfig (Text Widget Content), ReskndMetricConfig (Widget Metric Configuration), TopoWidgetConfig (Topology Widget Configuration) , SolutionConfig (Management Packs Configuration).
Note: any sub folders, visible via UI, should be skipped in the path.
Responses
200
Body of the configuration file
"No Custom Example is Available"
400
Request parameter is invalid
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/configurations/files?path=v
Configuration Management Operations
GET
Get