Service Operations Insight

 View Only
  • 1.  WS-MAN connector "status"

    Posted Jan 08, 2015 01:34 PM

    Hi all!

    Here at my company we are using WS-MAN WebServices to create custom elements and alerts. As it is specified in documentation, it is necessary to specify an "MdrProduct" and "MdrProdInstance", that will compose the Source of the element/alert being created.

    After creating it, a connector is automatically created in SOI to "host" these elements. For instance:

    <s:Envelope>
      <s:Header\>
      <s:Body>
        <usm-core:ApplicationServer xmlns:usm-core="http://ns.ca.com/2009/07/usm-core">
          <usm-core:MdrProduct>CA:09996</usm-core:MdrProduct>
          <usm-core:MdrProdInstance>server.sicredi.com</usm-core:MdrProdInstance>
          <usm-core:MdrElementID>123456789</usm-core:MdrElementID>
    (...)
        </usm-core:ApplicationServer>
      </s:Body>
    </s:Envelope>
    
    
    
    

    Will create a connector called CA:09996@server.sicredi.com but it will stay Offline and Policies can't be created to offline connectors.

     

    Anyone knows how can I turn this connector Online?

    Thanks.