diagram | |||||||||||||
namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||
type | extension of axlapi:APIResponse | ||||||||||||
properties |
|
||||||||||||
children | return | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="GetHttpProfileRes"> <xsd:complexContent> <xsd:extension base="axlapi:APIResponse"> <xsd:sequence> <xsd:element name="return"> <xsd:complexType> <xsd:sequence> <xsd:element name="httpProfile" type="axlapi:RHttpProfile"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||
properties |
|
||
children | httpProfile | ||
source | <xsd:element name="return"> <xsd:complexType> <xsd:sequence> <xsd:element name="httpProfile" type="axlapi:RHttpProfile"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||||||||||||
type | axlapi:RHttpProfile | ||||||||||||
properties |
|
||||||||||||
children | name userName password requestTimeout retryCount webServiceRootUri | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="httpProfile" type="axlapi:RHttpProfile"/> |