| getsubscriberprofileResult Structure Definition |
The getsubscriberprofileResult structure defines the return type for getsubscriberprofile API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
subscriberprofileList |
List of subscriberprofiles |
| subscriberprofile Structure Definition |
The subscriberprofile structure defines the actual return type values for getsubscriberprofile API. |
Syntax |
Members |
ip |
Subscriber ip address |
vlan |
The vlan number on which the subscriber is located. |
subscriptionidtype |
Subscription-Id type |
subscriptionidvalue |
Subscription-Id value |
subscriberrules |
Rules configured for this subscriber. This is similar to rules received from PCRF for dynamic subscriber sessions. |
flags |
Subscriber Session flags |
ttl |
Subscriber Session TTL |
avpdisplaybuffer |
Subscriber Attributes Display |
servicepath |
Name of the servicepath to be taken for this subscriber. |
_nextgenapiresource |
See Also |