EventLogger_ManagementConsole Job

Operation can be invoked to Log events to Developers Logs till the Job is Cancelled.

Resource

/rest/api/uom/ManagementConsole/{ManagementConsole_UUID}/do/EventLogger

Overview of EventLogger_ManagementConsole Job

We can invoke this job to log all the Generated Core Events to Developer Logs.

User needs to Cancel the job to terminate it. If not cancelled, the job continue indefinitely.

Sample Job Request

 <JobRequest
 xmlns="http://www.ibm.com/xmlns/systems/power/firmware/web/mc/2012_10/"
 xmlns:ns2="http://www.w3.org/XML/1998/namespace/k2" schemaVersion="V1_0">
    <Metadata>
        <Atom/>
    </Metadata>
    <RequestedOperation kxe="false" kb="CUR" schemaVersion="V1_0">
        <Metadata>
            <Atom/>
        </Metadata>
        <OperationName kxe="false" kb="ROR">EventLogger</OperationName>
        <GroupName kxe="false" kb="ROR">ManagementConsole</GroupName>
        <ProgressType kxe="false" kb="ROR">DISCRETE</ProgressType>
    </RequestedOperation>
    <JobParameters kxe="false" kb="CUR" schemaVersion="V1_0">
        <Metadata>
            <Atom/>
        </Metadata>
    </JobParameters>
</JobRequest> 
	



Last updated: Fri, June 23, 2017