MIIS_RunHistory Class

The MIIS_RunHistory class represents a run history record that is stored on the server. The run history can also be seen in Operations of Identity Manager. To use this class, you must be logged on as a member of the MIISOperators or MIISAdmins security group.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax


class MIIS_RunHistory
{
  String Key;
  String MaName;
  String MaGuid;
  String RunEndTime;
  String RunNumber;
  String RunProfile;
  String RunStartTime;
  String RunStatus;
};

Methods

The MIIS_RunHistory class defines the following method.

Method Description

RunDetails

Returns the details in an XML format of one of the management agent run history records that is stored on the server. For more information about the XML format of the return value, see <run-history>.

Properties

The MIIS_RunHistory class defines the following properties.

  • Key
    Data type: String
    Access type: Read-only
    Qualifiers: Key

    Gets a string that uniquely identifies the run history. The format is the globally unique identifier (GUID) of the management agent followed by the run number.

  • MaGuid
    Data type: String
    Access type: Read-only

    Gets the GUID of the management agent associated with this run history.

  • MaName
    Data type: String
    Access type: Read-only

    Gets the name of the management agent that generated the run history.

  • RunEndTime
    Data type: String
    Access type: Read-only

    Gets the date and time, in Coordinated Universal Time (UTC), that the management agent run ended. For the local time the management agent ended the run, convert this property value to local time.

  • RunNumber
    Data type: String
    Access type: Read-only

    Gets the sequence number of the management agent run.

  • RunProfile
    Data type: String
    Access type: Read-only

    Gets the display name of the run profile used in this run.

  • RunStartTime
    Data type: String
    Access type: Read-only

    Gets the date and time, in Coordinated Universal Time (UTC), that the management agent run started. For the local time the management agent started the run, convert this property value to local time.

  • RunStatus
    Data type: String
    Access type: Read-only

    Gets the status of the run.

Requirements

Product ILM 2007 FP1
MOF Mmswmi.mof
Namespace MicrosoftIdentityIntegrationServer

Send comments about this topic to Microsoft

Build date: 2/16/2009