Hello,
I stumbled across this command about a week ago on my DFM 4.0 Linux server:
/usr/bin/dfmapi
I was investigating options for running API commands against my DFM server and thought this command might be a command line method of doing this. For example, let's say I wanted to pause performance advisor data collection via this API call:
perf-disable-data-collection
I found that if I run the dfmapi command with the API call as the first arguement, it results in a successful output:
# /usr/bin/dfmapi perf-disable-object-update
Testing: perf-disable-object-update() Success
{
}
This dfmapi command appears to be totally undocumented as I can't find any reference to it on the NOW site, this community, the DFM guides or google.
Can someone confirm that I'm using it correctly? Thanks.
-Dave