-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Problems :
"/SENTRY/X/hpStoreonce:getStoreonceservicesClusterMed:properties/transformList" = { REPLACE = "type=xml2csv;recordTag=properties;includedProperties=applianceName networkName serialNumber capacity freeSpace userDataStored sizeOnDisk healthLevel health status repHealthLevel repHealth repStatus;resultSeparator=[__SW_SENTRY__]%{SEMICOLON}[__SW_SENTRY__]" },
You are using Result Separator ";" but the content is using space so the query may fail
it should be : applianceName;networkName;serialNumber;capacity;freeSpace;userDataStored;sizeOnDisk;healthLevel;health;status;repHealthLevel;repHealth;repStatus
"/SENTRY/X/hpStoreonce:network/httpRequestContent" = { REPLACE = "textOnly" },
it should be httpResponseBody if you want to return the XML's code (for the next step : xml to csv) and not text. Otherwise, the transformation step (XML to CSV) doesn't work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels