The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Edgecast::auto::RealTime::Interface::EdgeCastWebServices::EdgeCastWebServicesSoap - SOAP Interface for the EdgeCastWebServices Web Service

VERSION

version 0.01.00

SYNOPSIS

 use WebService::Edgecast::auto::RealTime::Interface::EdgeCastWebServices::EdgeCastWebServicesSoap;
 my $interface = WebService::Edgecast::auto::RealTime::Interface::EdgeCastWebServices::EdgeCastWebServicesSoap->new();

 my $response;
 $response = $interface->BandwidthGet();
 $response = $interface->ConnectionsGet();
 $response = $interface->StreamsGet();
 $response = $interface->CacheStatusesGet();
 $response = $interface->StatusCodesGet();

DESCRIPTION

SOAP Interface for the EdgeCastWebServices web service located at https://api.edgecast.com/v1/RealTime.asmx.

SERVICE EdgeCastWebServices

API for EdgeCast CDN Real-Time Reporting

Port EdgeCastWebServicesSoap

METHODS

General methods

new

Constructor.

All arguments are forwarded to SOAP::WSDL::Client.

SOAP Service methods

Method synopsis is displayed with hash refs as parameters.

The commented class names in the method's parameters denote that objects of the corresponding class can be passed instead of the marked hash ref.

You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure.

List items (i.e. multiple occurences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position.

XML attributes are not displayed in this synopsis and cannot be set using hash refs. See the respective class' documentation for additional information.

BandwidthGet

This method call will get the real-time bandwidth (bps = bits per second) for a media type. <br>Bandwidth info is available for Flash (media type 2), HTTP Large Object (media type 3) and HTTP Small Object (media type 8). <br>Data updates every minute.<br>Partners may retrieve the information for any of their own customers. Customers may retrieve the information for themselves.<br><br>

Returns a WebService::Edgecast::auto::RealTime::Element::BandwidthGetResponse object.

 $response = $interface->BandwidthGet( {
    strCredential =>  $some_value, # string
    strCustomerId =>  $some_value, # string
    intMediaType =>  $some_value, # int
  },,
 );

ConnectionsGet

This method call will get the real-time connections given the media type. <br>Connections info is available for all media types Flash (2), HTTP Large Object (3), HTTP Small Object (8) and Windows (1). <br>Data updates every minute.<br>Partners may retrieve the information for any of their own customers. Customers may retrieve the information for themselves.<br><br>

Returns a WebService::Edgecast::auto::RealTime::Element::ConnectionsGetResponse object.

 $response = $interface->ConnectionsGet( {
    strCredential =>  $some_value, # string
    strCustomerId =>  $some_value, # string
    intMediaType =>  $some_value, # int
  },,
 );

StreamsGet

This method call will get the real-time streams information given the media type. <br>Per-stream info is only available for Windows (media type 1) and Flash (media type 2). <br>Data updates every minute.<br>Partners may retrieve the information for any of their own customers. Customers may retrieve the information for themselves.<br><br>

Returns a WebService::Edgecast::auto::RealTime::Element::StreamsGetResponse object.

 $response = $interface->StreamsGet( {
    strCredential =>  $some_value, # string
    strCustomerId =>  $some_value, # string
    intMediaType =>  $some_value, # int
  },,
 );

CacheStatusesGet

This method call will get the real-time breakdown of cache statuses and hits per second for a media type. <br>Cache Statuses info is available for HTTP Large Object (media type 3) and HTTP Small Object (media type 8). <br>Data updates every minute.<br>Partners may retrieve the information for any of their own customers. Customers may retrieve the information for themselves.<br><br>

Returns a WebService::Edgecast::auto::RealTime::Element::CacheStatusesGetResponse object.

 $response = $interface->CacheStatusesGet( {
    strCredential =>  $some_value, # string
    strCustomerId =>  $some_value, # string
    intMediaType =>  $some_value, # int
  },,
 );

StatusCodesGet

This method call will get the real-time breakdown of status codes information and hits per second for a media type. <br>Status Codes info is available for HTTP Large Object (media type 3) and HTTP Small Object (media type 8). <br>Data updates every minute.<br>Partners may retrieve the information for any of their own customers. Customers may retrieve the information for themselves.<br><br>

Returns a WebService::Edgecast::auto::RealTime::Element::StatusCodesGetResponse object.

 $response = $interface->StatusCodesGet( {
    strCredential =>  $some_value, # string
    strCustomerId =>  $some_value, # string
    intMediaType =>  $some_value, # int
  },,
 );

AUTHOR

Generated by SOAP::WSDL on Wed Dec 22 13:08:28 2010