Created
January 8, 2014 20:54
-
-
Save Jaykul/8324491 to your computer and use it in GitHub Desktop.
The problem with ...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<feed xml:base="http://bd-xd7-01/Citrix/Monitor/OData/v1/Data/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> | |
<id>http://bd-xd7-01/Citrix/Monitor/OData/v1/Data/Sessions</id> | |
<title type="text">Sessions</title> | |
<updated>2014-01-08T20:19:50Z</updated> | |
<link rel="self" title="Sessions" href="Sessions" /> | |
<entry> | |
<id>http://bd-xd7-01/Citrix/Monitor/OData/v1/Data/Sessions(guid'5a84b30a-9190-4013-b458-81d64633c996')</id> | |
<category term="Citrix.Monitor.Repository.Session" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /> | |
<link rel="edit" title="Session" href="Sessions(guid'5a84b30a-9190-4013-b458-81d64633c996')" /> | |
<title /> | |
<updated>2014-01-08T20:19:50Z</updated> | |
<author> | |
<name /> | |
</author> | |
<content type="application/xml"> | |
<m:properties> | |
<d:StartDate m:type="Edm.DateTime">2014-01-08T18:44:23.3</d:StartDate> | |
<d:EndDate m:type="Edm.DateTime">2014-01-08T19:34:07.84</d:EndDate> | |
</m:properties> | |
</content> | |
</entry> | |
</feed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment