CollectorServer
The CollectorServer Web Service allows multiple XML clients to log into the C2CCollector to retrieve traffic and device current status and updated information as it occurs. The C2CCollector Web Service is configured to obtain this data from other C2C Web Services within the C2C infrastructure, such as C2CProviders or other C2CCollectors.
The following operations are supported. For a formal definition, please review the Service Description.
-
CancelSubscriptions
This is the request from a client to cancel one or more current subscriptions. The subscription data types are provided as a comma-delimited list of XML data type element names. -
GetQueueStatus
Returns an string containing the number of queues and the current number of messages they have in them. -
KeepAlive
Keep-alive message for letting the server know that the client is still active. -
Login
This is the Login request to the Collector from a data consumer, such as a Collector or Extractor. The data consumer provides the URI of the web service where the traffic and status updates will be sent. The Collector returns the session ID of the update session registered at the data consumer's update web service. -
Logout
This is the Logout notification to the Collector from a data consumer, such as another Collector or an Extractor. -
QueuedSubscribeNets
This is the Subscription request to the Collector from a data consumer, such as a Collector or Extractor. The Collector sends the current status data via the update URL provided at login.The sSubscriptionDataTypes string contains the XML element names for all requested data types, delimited by a single space. The sNetworks string contains the XML element names for all requested networks. -
QueuedSubscribeNetsBlocked
This is the Subscription request to the Collector from a data consumer, such as a Collector or Extractor. The Collector sends the current status data via the update URL provided at login.The sSubscriptionDataTypes string contains the XML element names for all requested data types, delimited by a single space. The sNetworks string contains the XML element names for all requested networks. The rejectedNetworks contains a list of of networks for which updates should not be sent. -
RequestNets
Retrieves current status data for the specified datatypes and networks. -
RequestNetsBlocked
Retrieves current status data for the specified datatypes and networks. -
Subscribe
This is the Subscription request to the Collector from a data consumer, such as a Collector or Extractor. The Collector returns an XML string containing the subscribed-for data. The sSubscriptionDataTypes string contains the XML element names for all requested data types, delimited by a single space. The bPersistent flag is set if updates should be sent to the client's update web service. If not set, only the current status will be sent in the response - no further updates will be provided. -
SubscribeNets
This is the Subscription request to the Collector from a data consumer, such as a Collector or Extractor. The Collector returns an XML string containing the subscribed-for data and networks. The sSubscriptionDataTypes string contains the XML element names for all requested data types, delimited by a single space. The sNetworks string contains the XML element names for all requested networks, The bPersistent flag is set if updates should be sent to the client's update web service. If not set, only the current status will be sent in the response - no further updates will be provided. -
SubscribeNetsBlocked
This is the Subscription request to the Collector from a data consumer, such as a Collector or Extractor. The Collector returns an XML string containing the subscribed-for data and networks. The sSubscriptionDataTypes string contains the XML element names for all requested data types, delimited by a single space. The sNetworks string contains the XML element names for all requested networks, The bPersistent flag is set if updates should be sent to the client's update web service. If not set, only the current status will be sent in the response - no further updates will be provided.