Configuration Manager Status Message XML
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
In Configuration Manager 2007, the status message endpoint is used to create status messages.
Input Message XML
<Status>
<Type></Type>
<Property></Property>
</Properties>
<Qualifier></Qualifier>
</Qualifier>
</Status>
Output Message XML
None.
Remarks
Each status message has a type with a unique set of properties. Currently only the Software Distribution messages, SoftwareDistributionPackageEvent and SMS_SofwareDistribution_Event are fully documented.
You use ISmsMessaging::Post Method to pass the message to the software inventory manager endpoint, StatusReceiver. You set the target endpoint with ISmsMessage::SetTargetEndpoint Method.
The software inventory report header is passed in the Post.pRequest parameter.
The following security flags can be applied to the message:
Security Mode | Required | Optional |
---|---|---|
Mixed |
MPAPI_SECURITY_FLAG_MIXED_MODE |
None. |
Native |
MPAPI_SECURITY_FLAG_NATIVE_MODE MPAPI_SECURITY_FLAG_SIGN_MESSAGE |
MPAPI_SECURITY_FLAG_ENABLE_CRL_CHECKING |
Use ISmsMessage4::SetSecurityFlags Methodto set the security flags for the message.
For information about MPAPI security flags, see MPAPI_SECURITY_FLAGS Enumeration.