Generic Http(s) Listener/Uploader

Microsoft.SystemCenter.CM.GenericListenUploadWA (WriteActionModuleType)

This write-action module can be used to listen or upload data over HTTP/HTTPS, using PUT/GET/POST methods.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.CM.ByteData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.CM.GenericListenUploadWA" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.CM.GenericListenUploadConfig</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ListenUploadConfig" type="ListenUploadConfigType"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.Mom.Modules.ClientMonitoring</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.Modules.ClientMonitoring.ListenUploadWA</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.CM.ByteData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>