ActionInfo schema defines the supported parameters and other information for a Redfish action. Supported parameters can differ among vendors and even among resource instances. This data can ensure that action requests from applications contain supported parameters.X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Systems//LogServices/Dump/CollectDiagnosticDataActionInfo' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{}