Managing Accounts and SLAs

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Managing a Subscriber SLA

Using the Platform Development Studio, an operator or integrator may create a subscriber-centric policy mechanism. The specifics of this mechanism are covered in the “Subscriber-centric Policy” chapter in the Platform Development Studio - Developer’s Guide, a separate document in this set. This chapter simply covers the three management operations available to the system administrator for loading the Subscriber SLA that the mechanism uses into the SLA repository and for retrieving the Subscriber SLA from the repository.

Note: The Network Gatekeeper Management Console displays these operations whether or not a subscriber Profile Provider has been created and deployed.

 


Reference: Subscriber SLA

All operations are reachable from:

Below is a list of attributes and operations for management:

Operation: loadSubscriberSla

Scope: Domain

Loads the Subscriber SLA into the repository.

Signature:

loadSubscriberSla(ServiceLevelAgreement: String)

Table 7-1 loadSubscriberSla
loadApplicationGroupSla
Parameter
Description
ServiceLevelAgreement
The contents of a Subscriber SLA.

Operation: loadSubscriberSlaFromUrl

Scope: Domain

Loads the Subscriber SLA into the repository using a URL.

Signature:

loadSubscriberSlaFromURL(ServiceLevelAgreementURL: String)

Table 7-2 loadSubscriberSla
loadApplicationGroupSla
Parameter
Description
ServiceLevelAgreementURL
The URL for the Subscriber SLA

Operation: retrieveSubscriberSLA

Scope: Domain

Returns the Subscriber SLA.

Signature:

retrieveSubscriberSla()

Table 7-3 retrieveSubscriberSla
loadApplicationGroupSla
Parameter
Description
-
-


  Back to Top       Previous  Next