19.10.2021 Views

Deploying an Identity Aware Network

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Extreme Networks Application Note

Steps: Expand the “get” method → Replace the request to retrieve the list of active users with content provided below.

NOTES

It is important to replace the value of the sessionId tag with the value recorded earlier when the edge switch responded to the

openSession request.

Format for the request for a list of current active users:

<soapenv:Envelope

xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”

xmlns:com=”http://www.extremenetworks.com/XMLSchema/xos/common”

xmlns:swit=”http://www.extremenetworks.com/XMLSchema/xos/switch”>

<soapenv:Header>

<ns1:hdr xmlns:ns1=”http://www.extremenetworks.com/XMLSchema/xos/common”>

<reqId>1</reqId>

<sessionId>20af0000000019</sessionId>

</ns1:hdr>

</soapenv:Header>

<soapenv:Body>

<getRequest maxSize=”0”

xmlns=”http://www.extremenetworks.com/XMLSchema/xos/switch”>

<filter xsi:type=”ns2:UserIdentityData” xmlns=””

xmlns:ns2=”http://www.extremenetworks.com/XMLSchema/xos/idmgr”>

<datasetType>active</datasetType>

</filter>

</getRequest>

</soapenv:Body>

</soapenv:Envelope>

© 2010 Extreme Networks, Inc. All rights reserved. Identity Aware Network—Page 57

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!