python-pyodata
python-pyodata copied to clipboard
ubale to connect
Hi,
I am unable to connect and below is the error message and my code .
my code. import requests import pyodata
urllink = 'http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/' client = pyodata.Client(urllink,requests.Session()
and below is the error message
Traceback (most recent call last):
File "C:/Users/administrator/PycharmProjects/citrixodata/citrixodata.py", line 5, in
and the url preview is as below.
-
-
atom:titleDefault</atom:title>
-
atom:titleApplicationActivitySummaries</atom:title>
-
atom:titleApplications</atom:title>
-
atom:titleApplicationInstances</atom:title>
-
atom:titleSessions</atom:title>
-
atom:titleApplicationErrors</atom:title>
-
atom:titleMachines</atom:title>
-
atom:titleApplicationFaults</atom:title>
-
atom:titleCatalogs</atom:title>
-
atom:titleLoadIndexes</atom:title>
-
atom:titleDesktopGroups</atom:title>
-
atom:titleResourceUtilization</atom:title>
-
atom:titleResourceUtilizationSummary</atom:title>
-
atom:titleHypervisors</atom:title>
-
atom:titleMachineFailureLogs</atom:title>
-
atom:titleMachineHotfixLogs</atom:title>
-
atom:titleHotfixes</atom:title>
-
atom:titleMachineMetric</atom:title>
-
atom:titleMachineMetricSummary</atom:title>
-
atom:titleProcesses</atom:title>
-
atom:titleProcessUtilization</atom:title>
-
atom:titleProcessUtilizationDaySummary</atom:title>
-
atom:titleProcessUtilizationHourSummary</atom:title>
-
atom:titleProcessUtilizationMinuteSummary</atom:title>
-
atom:titleConnectionFailureLogs</atom:title>
-
atom:titleConnections</atom:title>
-
atom:titleConnectionFailureCategories</atom:title>
-
atom:titleSessionMetrics</atom:title>
-
atom:titleUsers</atom:title>
-
atom:titleDesktopOSDesktopSummaries</atom:title>
-
atom:titleFailureLogSummaries</atom:title>
-
atom:titleLoadIndexSummaries</atom:title>
-
atom:titleNotificationActionEmails</atom:title>
-
atom:titleNotificationRuleActions</atom:title>
-
atom:titleNotificationRules</atom:title>
-
atom:titleNotificationRuleGroups</atom:title>
-
atom:titleNotificationRuleParameters</atom:title>
-
atom:titleNotificationRuleParameterChangeLogs</atom:title>
-
atom:titleNotificationRuleTargets</atom:title>
-
atom:titleNotificationRuleTargetValues</atom:title>
-
atom:titleNotificationEmailAddresses</atom:title>
-
atom:titleNotificationEmailServerConfigurations</atom:title>
-
atom:titleNotifications</atom:title>
-
atom:titleNotificationsLogs</atom:title>
-
atom:titleNotificationTargets</atom:title>
-
atom:titleNotificationTargetValues</atom:title>
-
atom:titleNotificationSnmpConfigurations</atom:title>
-
atom:titleServerOSDesktopSummaries</atom:title>
-
atom:titleSessionActivitySummaries</atom:title>
-
atom:titleTaskLogs</atom:title>
i am getting error like this.
pyodata.exceptions.HttpError: Metadata request failed, status code: 401, body:
If you try to open the URL in your browser, you will see some advertising suggesting you to buy that domain. Are you sure you use the right domain?
its a internal sever, not public server
Could you please run the following command and send me the output:
curl -vvv 'http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/$metadata'
Sorry for delay message.
I am out of station,
here is the output of curl -vvv
C:\Users\administrator\Downloads\curl-7.64.1_1-win64-mingw\curl-7.64.1-win64-mingw\bin>curl.exe -vvv http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/$metadata
- Trying fe80::1800:b92e:d77d:4c78...
- TCP_NODELAY set
- Connected to citrixdc.bluepedia.com (fe80::1800:b92e:d77d:4c78) port 80 (#0)
GET /Citrix/Monitor/OData/v3/Data/$metadata HTTP/1.1 Host: citrixdc.bluepedia.com User-Agent: curl/7.64.1 Accept: /
< HTTP/1.1 401 Unauthorized < Content-Length: 0 < Server: Microsoft-HTTPAPI/2.0 < WWW-Authenticate: Negotiate < WWW-Authenticate: NTLM < Date: Tue, 07 May 2019 09:44:15 GMT <
- Connection #0 to host citrixdc.bluepedia.com left intact
- Closing connection 0
here is the my code.
`import requests import pyodata
url = "http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/"
mys = requests.Session()
import pdb; pdb.set_trace()
mys.auth = ("Bluepedia\administrator", 'Vihaan@2016') import pdb; pdb.set_trace() client = pyodata.Client(url,requests.Session())`
We are making great progress, you need to authorize your request.
Start curl with additional parameter '-u YOURUSE' and curl should ask you for password and eventually download metadata.
In your python code, you need to do this: https://github.com/SAP/python-pyodata/blob/master/USAGE.md#get-the-service-proxy-client-for-an-odata-service-requiring-authentication
Oh, sorry, didn't notice the code comment.
here is the result with -u
C:\Users\administrator\Downloads\curl-7.64.1_1-win64-mingw\curl-7.64.1-win64-mingw\bin>curl.exe -vvv http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/$metadata -u bluepedia\administrator:Vihaan@2016
- Trying fe80::1800:b92e:d77d:4c78...
- TCP_NODELAY set
- Connected to citrixdc.bluepedia.com (fe80::1800:b92e:d77d:4c78) port 80 (#0)
- Server auth using Basic with user 'bluepedia\administrator'
GET /Citrix/Monitor/OData/v3/Data/$metadata HTTP/1.1 Host: citrixdc.bluepedia.com Authorization: Basic Ymx1ZXBlZGlhXGFkbWluaXN0cmF0b3I6VmloYWFuQDIwMTY= User-Agent: curl/7.64.1 Accept: /
< HTTP/1.1 401 Unauthorized < Content-Length: 0 < Server: Microsoft-HTTPAPI/2.0 < WWW-Authenticate: Negotiate < WWW-Authenticate: NTLM < Date: Tue, 07 May 2019 10:05:42 GMT <
- Connection #0 to host citrixdc.bluepedia.com left intact
- Closing connection 0
Hi any update for me plz
Unfortunately, you are still not authorized and I am not sure how can I help you getting credentials for this particular service. Please, reach out to the service vendor for further assistance and get back to us when you manage to run the curl command with the HTTP status code 200.
Hi,
when i use the url in Internet Explorer i am getting the page opened and it showing as below.
-
-
Default -
Catalogs -
Machines -
LoadIndexes -
DesktopGroups -
Hypervisors -
MachineFailureLogs
also below is vendor product documentation, request you to help me on this plzzzzzz.
https://developer-docs.citrix.com/projects/monitor-service-odata-api/en/latest/
@chinnaphani I cannot do more than reporting the issue to the API provider: https://github.com/citrix/monitoring-api/issues/10
This time, I have reported the issue on behalves of you but I would like make clear that I might not have enough free time to do so next time.
Hi,
Sorry to trouble you again, but i got some good progress and i get exit code 0, when i process below code. hope it connected to odata url, but i am getting EntitySet not defined in.
`import requests import requests.auth from requests_ntlm import HttpNtlmAuth import pyodata
username = "userid" password = 'password'
directorURL = 'http://servername/Citrix/Monitor/OData/v2/data'
directorSession = requests.session() directorSession.auth= HttpNtlmAuth(username,password) directorReqData = pyodata.Client(directorURL,directorSession)`
C:\Users\pxksa\PycharmProjects\testodata\venv\Scripts\python.exe C:/Users/pxksa/PycharmProjects/testodata/direct.py
Process finished with exit code 0
now the problem is, it says the entity is not found, as below and the code is :
test = directorReqData.entity_sets.Application.get_entity(1).execute() print(test.Name)
Traceback (most recent call last): File "C:\Users\pxksa\PycharmProjects\testodata\venv\lib\site-packages\pyodata\v2\service.py", line 1148, in getattr return self._entity_sets[name] KeyError: 'Application'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/pxksa/PycharmProjects/testodata/direct.py", line 17, in
here is metadata file.
- <service xml:base="http://server.example.com/Citrix/Monitor/OData/v2/Data/" xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom">
- <workspace>
<atom:title>Default</atom:title>
- <collection href="ApplicationActivitySummaries">
<atom:title>ApplicationActivitySummaries</atom:title>
</collection>
- <collection href="Applications">
<atom:title>Applications</atom:title>
</collection>
- <collection href="ApplicationInstances">
<atom:title>ApplicationInstances</atom:title>
</collection>
- <collection href="Sessions">
<atom:title>Sessions</atom:title>
</collection>
- <collection href="Connections">
<atom:title>Connections</atom:title>
</collection>
- <collection href="ConnectionFailureCategories">
<atom:title>ConnectionFailureCategories</atom:title>
</collection>
- <collection href="Machines">
<atom:title>Machines</atom:title>
</collection>
- <collection href="Catalogs">
<atom:title>Catalogs</atom:title>
</collection>
- <collection href="LoadIndexes">
<atom:title>LoadIndexes</atom:title>
</collection>
- <collection href="DesktopGroups">
<atom:title>DesktopGroups</atom:title>
</collection>
- <collection href="Hypervisors">
<atom:title>Hypervisors</atom:title>
</collection>
- <collection href="MachineFailureLogs">
<atom:title>MachineFailureLogs</atom:title>
</collection>
- <collection href="MachineHotfixLogs">
<atom:title>MachineHotfixLogs</atom:title>
</collection>
- <collection href="Hotfixes">
<atom:title>Hotfixes</atom:title>
</collection>
- <collection href="Users">
<atom:title>Users</atom:title>
</collection>
- <collection href="ConnectionFailureLogs">
<atom:title>ConnectionFailureLogs</atom:title>
</collection>
- <collection href="FailureLogSummaries">
<atom:title>FailureLogSummaries</atom:title>
</collection>
- <collection href="LoadIndexSummaries">
<atom:title>LoadIndexSummaries</atom:title>
</collection>
- <collection href="SessionActivitySummaries">
<atom:title>SessionActivitySummaries</atom:title>
</collection>
- <collection href="TaskLogs">
<atom:title>TaskLogs</atom:title>
</collection>
</workspace>
</service>```
I am terribly sorry but pyodata does not support queriable $metadata as described at: https://www.odata.org/blog/queryable-odata-metadata/
but we need the corresponding service metadata document: https://www.odata.org/documentation/odata-version-2-0/overview/#ServiceMetadataDocument
If you don't have such a document, we would need to implement the support for the queriable format which will be too much time expensive for us.
here is the postmen data and $metadata, does it helps :(
now a I am getting below error. if i run below code.
``applist = directorReqData.entity_sets.Applications.get_entities().select('Name').execute()
for app in applist: print(app.Name)``
Traceback (most recent call last):
File "C:/Users/pxksa/PycharmProjects/testodata/direct.py", line 27, in
postman data:
- <service xml:base="http://server.example.com/Citrix/Monitor/OData/v2/Data/" xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom">
- <workspace>
<atom:title>Default</atom:title>
- <collection href="ApplicationActivitySummaries">
<atom:title>ApplicationActivitySummaries</atom:title>
</collection>
- <collection href="Applications">
<atom:title>Applications</atom:title>
</collection>
- <collection href="ApplicationInstances">
<atom:title>ApplicationInstances</atom:title>
</collection>
- <collection href="Sessions">
<atom:title>Sessions</atom:title>
</collection>
- <collection href="Connections">
<atom:title>Connections</atom:title>
</collection>
- <collection href="ConnectionFailureCategories">
<atom:title>ConnectionFailureCategories</atom:title>
</collection>
- <collection href="Machines">
<atom:title>Machines</atom:title>
</collection>
- <collection href="Catalogs">
<atom:title>Catalogs</atom:title>
</collection>
- <collection href="LoadIndexes">
<atom:title>LoadIndexes</atom:title>
</collection>
- <collection href="DesktopGroups">
<atom:title>DesktopGroups</atom:title>
</collection>
- <collection href="Hypervisors">
<atom:title>Hypervisors</atom:title>
</collection>
- <collection href="MachineFailureLogs">
<atom:title>MachineFailureLogs</atom:title>
</collection>
- <collection href="MachineHotfixLogs">
<atom:title>MachineHotfixLogs</atom:title>
</collection>
- <collection href="Hotfixes">
<atom:title>Hotfixes</atom:title>
</collection>
- <collection href="Users">
<atom:title>Users</atom:title>
</collection>
- <collection href="ConnectionFailureLogs">
<atom:title>ConnectionFailureLogs</atom:title>
</collection>
- <collection href="FailureLogSummaries">
<atom:title>FailureLogSummaries</atom:title>
</collection>
- <collection href="LoadIndexSummaries">
<atom:title>LoadIndexSummaries</atom:title>
</collection>
- <collection href="SessionActivitySummaries">
<atom:title>SessionActivitySummaries</atom:title>
</collection>
- <collection href="TaskLogs">
<atom:title>TaskLogs</atom:title>
</collection>
</workspace>
</service>````
here is the $metadata
- <edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
- <edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
- <Schema Namespace="Citrix.Monitor.Repository" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
- <EntityType Name="ApplicationInstanceSummary">
+ <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="SummaryDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ApplicationId" Type="Edm.Guid" Nullable="false" />
<Property Name="DesktopGroupId" Type="Edm.Guid" Nullable="false" />
<Property Name="PeakConcurrentInstanceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="TotalUsageDuration" Type="Edm.Double" Nullable="false" />
<Property Name="TotalLaunchesCount" Type="Edm.Int32" Nullable="false" />
<Property Name="StartingInstanceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="Granularity" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Application" Relationship="Citrix.Monitor.Repository.ApplicationInstanceSummary_Application" ToRole="Application" FromRole="ApplicationInstanceSummary" />
<NavigationProperty Name="DesktopGroup" Relationship="Citrix.Monitor.Repository.ApplicationInstanceSummary_DesktopGroup" ToRole="DesktopGroup" FromRole="ApplicationInstanceSummary" />
</EntityType>
- <EntityType Name="Application">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Guid" Nullable="false" />
<Property Name="Name" Type="Edm.String" />
<Property Name="PublishedName" Type="Edm.String" />
<Property Name="ApplicationType" Type="Edm.Int32" Nullable="false" />
<Property Name="Enabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="AdminFolder" Type="Edm.String" />
<Property Name="LifecycleState" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="ApplicationInstances" Relationship="Citrix.Monitor.Repository.Application_ApplicationInstances_ApplicationInstance_Application" ToRole="ApplicationInstance_Application" FromRole="Application_ApplicationInstances" />
<NavigationProperty Name="DesktopGroups" Relationship="Citrix.Monitor.Repository.Application_DesktopGroups_DesktopGroup_Applications" ToRole="DesktopGroup_Applications" FromRole="Application_DesktopGroups" />
</EntityType>
+ <EntityType Name="ApplicationInstance">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="ApplicationId" Type="Edm.Guid" Nullable="false" />
<Property Name="SessionKey" Type="Edm.Guid" Nullable="false" />
<Property Name="StartDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="EndDate" Type="Edm.DateTime" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Application" Relationship="Citrix.Monitor.Repository.Application_ApplicationInstances_ApplicationInstance_Application" ToRole="Application_ApplicationInstances" FromRole="ApplicationInstance_Application" />
<NavigationProperty Name="Session" Relationship="Citrix.Monitor.Repository.ApplicationInstance_Session_Session_ApplicationInstances" ToRole="Session_ApplicationInstances" FromRole="ApplicationInstance_Session" />
</EntityType>
+ <EntityType Name="Session">
- <Key>
<PropertyRef Name="SessionKey" />
</Key>
<Property Name="SessionKey" Type="Edm.Guid" Nullable="false" />
<Property Name="StartDate" Type="Edm.DateTime" />
<Property Name="LogOnDuration" Type="Edm.Int32" />
<Property Name="EndDate" Type="Edm.DateTime" />
<Property Name="ExitCode" Type="Edm.Int32" Nullable="false" />
<Property Name="FailureDate" Type="Edm.DateTime" />
<Property Name="ConnectionState" Type="Edm.Int32" Nullable="false" />
<Property Name="ConnectionStateChangeDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="LifecycleState" Type="Edm.Int32" Nullable="false" />
<Property Name="CurrentConnectionId" Type="Edm.Int64" />
<Property Name="UserId" Type="Edm.Int64" />
<Property Name="MachineId" Type="Edm.Guid" />
<Property Name="SessionType" Type="Edm.Int32" Nullable="false" />
<Property Name="IsAnonymous" Type="Edm.Boolean" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="ApplicationInstances" Relationship="Citrix.Monitor.Repository.ApplicationInstance_Session_Session_ApplicationInstances" ToRole="ApplicationInstance_Session" FromRole="Session_ApplicationInstances" />
<NavigationProperty Name="Connections" Relationship="Citrix.Monitor.Repository.Session_Connections_Connection_Session" ToRole="Connection_Session" FromRole="Session_Connections" />
<NavigationProperty Name="CurrentConnection" Relationship="Citrix.Monitor.Repository.Session_CurrentConnection" ToRole="CurrentConnection" FromRole="Session" />
<NavigationProperty Name="Failure" Relationship="Citrix.Monitor.Repository.Session_Failure" ToRole="Failure" FromRole="Session" />
<NavigationProperty Name="Machine" Relationship="Citrix.Monitor.Repository.Session_Machine_Machine_Sessions" ToRole="Machine_Sessions" FromRole="Session_Machine" />
<NavigationProperty Name="User" Relationship="Citrix.Monitor.Repository.Session_User_User_Sessions" ToRole="User_Sessions" FromRole="Session_User" />
</EntityType>
+ <EntityType Name="Connection">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="ClientName" Type="Edm.String" />
<Property Name="ClientAddress" Type="Edm.String" />
<Property Name="ClientVersion" Type="Edm.String" />
<Property Name="ConnectedViaHostName" Type="Edm.String" />
<Property Name="ConnectedViaIPAddress" Type="Edm.String" />
<Property Name="LaunchedViaHostName" Type="Edm.String" />
<Property Name="LaunchedViaIPAddress" Type="Edm.String" />
<Property Name="IsReconnect" Type="Edm.Boolean" Nullable="false" />
<Property Name="IsSecureIca" Type="Edm.Boolean" />
<Property Name="Protocol" Type="Edm.String" />
<Property Name="LogOnStartDate" Type="Edm.DateTime" />
<Property Name="LogOnEndDate" Type="Edm.DateTime" />
<Property Name="BrokeringDuration" Type="Edm.Int64" />
<Property Name="BrokeringDate" Type="Edm.DateTime" />
<Property Name="DisconnectCode" Type="Edm.Int64" />
<Property Name="DisconnectDate" Type="Edm.DateTime" />
<Property Name="VMStartStartDate" Type="Edm.DateTime" />
<Property Name="VMStartEndDate" Type="Edm.DateTime" />
<Property Name="ClientSessionValidateDate" Type="Edm.DateTime" />
<Property Name="ServerSessionValidateDate" Type="Edm.DateTime" />
<Property Name="EstablishmentDate" Type="Edm.DateTime" />
<Property Name="HdxStartDate" Type="Edm.DateTime" />
<Property Name="HdxEndDate" Type="Edm.DateTime" />
<Property Name="AuthenticationDuration" Type="Edm.Int32" />
<Property Name="GpoStartDate" Type="Edm.DateTime" />
<Property Name="GpoEndDate" Type="Edm.DateTime" />
<Property Name="LogOnScriptsStartDate" Type="Edm.DateTime" />
<Property Name="LogOnScriptsEndDate" Type="Edm.DateTime" />
<Property Name="ProfileLoadStartDate" Type="Edm.DateTime" />
<Property Name="ProfileLoadEndDate" Type="Edm.DateTime" />
<Property Name="InteractiveStartDate" Type="Edm.DateTime" />
<Property Name="InteractiveEndDate" Type="Edm.DateTime" />
<Property Name="SessionKey" Type="Edm.Guid" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Session" Relationship="Citrix.Monitor.Repository.Session_Connections_Connection_Session" ToRole="Session_Connections" FromRole="Connection_Session" />
</EntityType>
+ <EntityType Name="ConnectionFailureCategory">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="ConnectionFailureEnumValue" Type="Edm.Int32" Nullable="false" />
<Property Name="Category" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
</EntityType>
+ <EntityType Name="Machine">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Guid" Nullable="false" />
<Property Name="Sid" Type="Edm.String" />
<Property Name="Name" Type="Edm.String" />
<Property Name="DnsName" Type="Edm.String" />
<Property Name="LifecycleState" Type="Edm.Int32" Nullable="false" />
<Property Name="IPAddress" Type="Edm.String" />
<Property Name="HostedMachineId" Type="Edm.String" />
<Property Name="HostingServerName" Type="Edm.String" />
<Property Name="HostedMachineName" Type="Edm.String" />
<Property Name="IsAssigned" Type="Edm.Boolean" />
<Property Name="IsInMaintenanceMode" Type="Edm.Boolean" />
<Property Name="IsPendingUpdate" Type="Edm.Boolean" />
<Property Name="AgentVersion" Type="Edm.String" />
<Property Name="AssociatedUserFullNames" Type="Edm.String" />
<Property Name="AssociatedUserNames" Type="Edm.String" />
<Property Name="AssociatedUserUPNs" Type="Edm.String" />
<Property Name="CurrentRegistrationState" Type="Edm.Int32" Nullable="false" />
<Property Name="RegistrationStateChangeDate" Type="Edm.DateTime" />
<Property Name="LastDeregisteredCode" Type="Edm.Int32" Nullable="false" />
<Property Name="LastDeregisteredDate" Type="Edm.DateTime" />
<Property Name="CurrentPowerState" Type="Edm.Int32" Nullable="false" />
<Property Name="CurrentSessionCount" Type="Edm.Int32" Nullable="false" />
<Property Name="ControllerDnsName" Type="Edm.String" />
<Property Name="PoweredOnDate" Type="Edm.DateTime" />
<Property Name="PowerStateChangeDate" Type="Edm.DateTime" />
<Property Name="FunctionalLevel" Type="Edm.Int32" Nullable="false" />
<Property Name="FailureDate" Type="Edm.DateTime" />
<Property Name="WindowsConnectionSetting" Type="Edm.Int32" Nullable="false" />
<Property Name="IsPreparing" Type="Edm.Boolean" Nullable="false" />
<Property Name="FaultState" Type="Edm.Int32" Nullable="false" />
<Property Name="OSType" Type="Edm.String" />
<Property Name="CurrentLoadIndexId" Type="Edm.Int64" />
<Property Name="CatalogId" Type="Edm.Guid" />
<Property Name="DesktopGroupId" Type="Edm.Guid" />
<Property Name="HypervisorId" Type="Edm.Guid" />
<Property Name="Hash" Type="Edm.String" />
<Property Name="MachineRole" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Catalog" Relationship="Citrix.Monitor.Repository.Machine_Catalog_Catalog_Machines" ToRole="Catalog_Machines" FromRole="Machine_Catalog" />
<NavigationProperty Name="CurrentLoadIndex" Relationship="Citrix.Monitor.Repository.Machine_CurrentLoadIndex" ToRole="CurrentLoadIndex" FromRole="Machine" />
<NavigationProperty Name="DesktopGroup" Relationship="Citrix.Monitor.Repository.Machine_DesktopGroup_DesktopGroup_Machines" ToRole="DesktopGroup_Machines" FromRole="Machine_DesktopGroup" />
<NavigationProperty Name="Hypervisor" Relationship="Citrix.Monitor.Repository.Machine_Hypervisor_Hypervisor_Machines" ToRole="Hypervisor_Machines" FromRole="Machine_Hypervisor" />
<NavigationProperty Name="LoadIndex" Relationship="Citrix.Monitor.Repository.Machine_LoadIndex_LoadIndex_Machine" ToRole="LoadIndex_Machine" FromRole="Machine_LoadIndex" />
<NavigationProperty Name="MachineFailures" Relationship="Citrix.Monitor.Repository.Machine_MachineFailures_MachineFailureLog_Machine" ToRole="MachineFailureLog_Machine" FromRole="Machine_MachineFailures" />
<NavigationProperty Name="MachineHotfixLogs" Relationship="Citrix.Monitor.Repository.Machine_MachineHotfixLogs_MachineHotfixLog_Machine" ToRole="MachineHotfixLog_Machine" FromRole="Machine_MachineHotfixLogs" />
<NavigationProperty Name="Sessions" Relationship="Citrix.Monitor.Repository.Session_Machine_Machine_Sessions" ToRole="Session_Machine" FromRole="Machine_Sessions" />
</EntityType>
+ <EntityType Name="Catalog">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Guid" Nullable="false" />
<Property Name="Name" Type="Edm.String" />
<Property Name="LifecycleState" Type="Edm.Int32" Nullable="false" />
<Property Name="ProvisioningType" Type="Edm.Int32" Nullable="false" />
<Property Name="PersistentUserChanges" Type="Edm.Int32" Nullable="false" />
<Property Name="IsMachinePhysical" Type="Edm.Boolean" />
<Property Name="AllocationType" Type="Edm.Int32" Nullable="false" />
<Property Name="SessionSupport" Type="Edm.Int32" Nullable="false" />
<Property Name="ProvisioningSchemeId" Type="Edm.Guid" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Machines" Relationship="Citrix.Monitor.Repository.Machine_Catalog_Catalog_Machines" ToRole="Machine_Catalog" FromRole="Catalog_Machines" />
</EntityType>
- <EntityType Name="LoadIndex">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="EffectiveLoadIndex" Type="Edm.Int32" Nullable="false" />
<Property Name="Cpu" Type="Edm.Int32" />
<Property Name="Memory" Type="Edm.Int32" />
<Property Name="Disk" Type="Edm.Int32" />
<Property Name="Network" Type="Edm.Int32" />
<Property Name="SessionCount" Type="Edm.Int32" />
<Property Name="MachineId" Type="Edm.Guid" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Machine" Relationship="Citrix.Monitor.Repository.Machine_LoadIndex_LoadIndex_Machine" ToRole="Machine_LoadIndex" FromRole="LoadIndex_Machine" />
</EntityType>
- <EntityType Name="DesktopGroup">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Guid" Nullable="false" />
<Property Name="Name" Type="Edm.String" />
<Property Name="IsRemotePC" Type="Edm.Boolean" />
<Property Name="DesktopKind" Type="Edm.Int32" Nullable="false" />
<Property Name="LifecycleState" Type="Edm.Int32" Nullable="false" />
<Property Name="SessionSupport" Type="Edm.Int32" Nullable="false" />
<Property Name="DeliveryType" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Applications" Relationship="Citrix.Monitor.Repository.Application_DesktopGroups_DesktopGroup_Applications" ToRole="Application_DesktopGroups" FromRole="DesktopGroup_Applications" />
<NavigationProperty Name="Machines" Relationship="Citrix.Monitor.Repository.Machine_DesktopGroup_DesktopGroup_Machines" ToRole="Machine_DesktopGroup" FromRole="DesktopGroup_Machines" />
</EntityType>
- <EntityType Name="Hypervisor">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Guid" Nullable="false" />
<Property Name="Name" Type="Edm.String" />
<Property Name="LifecycleState" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Machines" Relationship="Citrix.Monitor.Repository.Machine_Hypervisor_Hypervisor_Machines" ToRole="Machine_Hypervisor" FromRole="Hypervisor_Machines" />
</EntityType>
- <EntityType Name="MachineFailureLog">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="MachineId" Type="Edm.Guid" Nullable="false" />
<Property Name="FailureStartDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="FailureEndDate" Type="Edm.DateTime" />
<Property Name="FaultState" Type="Edm.Int32" Nullable="false" />
<Property Name="LastDeregisteredCode" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Machine" Relationship="Citrix.Monitor.Repository.Machine_MachineFailures_MachineFailureLog_Machine" ToRole="Machine_MachineFailures" FromRole="MachineFailureLog_Machine" />
</EntityType>
- <EntityType Name="MachineHotfixLog">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="MachineId" Type="Edm.Guid" Nullable="false" />
<Property Name="HotfixId" Type="Edm.Guid" Nullable="false" />
<Property Name="ChangeType" Type="Edm.Int32" Nullable="false" />
<Property Name="CurrentState" Type="Edm.Boolean" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Hotfix" Relationship="Citrix.Monitor.Repository.MachineHotfixLog_Hotfix_Hotfix_MachineHotfixLogs" ToRole="Hotfix_MachineHotfixLogs" FromRole="MachineHotfixLog_Hotfix" />
<NavigationProperty Name="Machine" Relationship="Citrix.Monitor.Repository.Machine_MachineHotfixLogs_MachineHotfixLog_Machine" ToRole="Machine_MachineHotfixLogs" FromRole="MachineHotfixLog_Machine" />
</EntityType>
- <EntityType Name="Hotfix">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Guid" Nullable="false" />
<Property Name="Name" Type="Edm.String" />
<Property Name="Article" Type="Edm.String" />
<Property Name="ArticleName" Type="Edm.String" />
<Property Name="FileName" Type="Edm.String" />
<Property Name="FileFormat" Type="Edm.String" />
<Property Name="Version" Type="Edm.String" />
<Property Name="ComponentName" Type="Edm.String" />
<Property Name="ComponentVersion" Type="Edm.String" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="MachineHotfixLogs" Relationship="Citrix.Monitor.Repository.MachineHotfixLog_Hotfix_Hotfix_MachineHotfixLogs" ToRole="MachineHotfixLog_Hotfix" FromRole="Hotfix_MachineHotfixLogs" />
</EntityType>
- <EntityType Name="User">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="Sid" Type="Edm.String" />
<Property Name="Upn" Type="Edm.String" />
<Property Name="UserName" Type="Edm.String" />
<Property Name="FullName" Type="Edm.String" />
<Property Name="Domain" Type="Edm.String" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Sessions" Relationship="Citrix.Monitor.Repository.Session_User_User_Sessions" ToRole="Session_User" FromRole="User_Sessions" />
</EntityType>
- <EntityType Name="ConnectionFailureLog">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="SessionKey" Type="Edm.Guid" Nullable="false" />
<Property Name="FailureDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ConnectionFailureEnumValue" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Session" Relationship="Citrix.Monitor.Repository.ConnectionFailureLog_Session" ToRole="Session" FromRole="ConnectionFailureLog" />
</EntityType>
- <EntityType Name="FailureLogSummary">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="SummaryDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="DesktopGroupId" Type="Edm.Guid" Nullable="false" />
<Property Name="FailureCategory" Type="Edm.Int32" Nullable="false" />
<Property Name="FailureCode" Type="Edm.Int32" Nullable="false" />
<Property Name="FailureCount" Type="Edm.Int32" Nullable="false" />
<Property Name="Granularity" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="DesktopGroup" Relationship="Citrix.Monitor.Repository.FailureLogSummary_DesktopGroup" ToRole="DesktopGroup" FromRole="FailureLogSummary" />
</EntityType>
- <EntityType Name="LoadIndexSummary">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="SummaryDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="MachineId" Type="Edm.Guid" Nullable="false" />
<Property Name="SumCount" Type="Edm.Int32" Nullable="false" />
<Property Name="SumLoadIndex" Type="Edm.Int32" Nullable="false" />
<Property Name="SumCpu" Type="Edm.Int32" Nullable="false" />
<Property Name="SumNetwork" Type="Edm.Int32" Nullable="false" />
<Property Name="SumDisk" Type="Edm.Int32" Nullable="false" />
<Property Name="SumMemory" Type="Edm.Int32" Nullable="false" />
<Property Name="SumSessionCount" Type="Edm.Int32" Nullable="false" />
<Property Name="Granularity" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="Machine" Relationship="Citrix.Monitor.Repository.LoadIndexSummary_Machine" ToRole="Machine" FromRole="LoadIndexSummary" />
</EntityType>
- <EntityType Name="SessionActivitySummary">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="SummaryDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="DesktopGroupId" Type="Edm.Guid" Nullable="false" />
<Property Name="ConnectedSessionCount" Type="Edm.Int32" Nullable="false" />
<Property Name="DisconnectedSessionCount" Type="Edm.Int32" Nullable="false" />
<Property Name="TotalLogOnDuration" Type="Edm.Double" Nullable="false" />
<Property Name="TotalLogOnCount" Type="Edm.Int32" Nullable="false" />
<Property Name="Granularity" Type="Edm.Int32" Nullable="false" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
<NavigationProperty Name="DesktopGroup" Relationship="Citrix.Monitor.Repository.SessionActivitySummary_DesktopGroup" ToRole="DesktopGroup" FromRole="SessionActivitySummary" />
</EntityType>
- <EntityType Name="TaskLog">
- <Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int64" Nullable="false" />
<Property Name="RunDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="TaskCategory" Type="Edm.Int32" Nullable="false" />
<Property Name="Task" Type="Edm.Int32" Nullable="false" />
<Property Name="Result" Type="Edm.Int32" Nullable="false" />
<Property Name="ErrorMessage" Type="Edm.String" />
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
</EntityType>
- <Association Name="ApplicationInstanceSummary_Application">
<End Type="Citrix.Monitor.Repository.ApplicationInstanceSummary" Role="ApplicationInstanceSummary" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.Application" Role="Application" Multiplicity="0..1" />
</Association>
- <Association Name="ApplicationInstanceSummary_DesktopGroup">
<End Type="Citrix.Monitor.Repository.DesktopGroup" Role="DesktopGroup" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.ApplicationInstanceSummary" Role="ApplicationInstanceSummary" Multiplicity="*" />
</Association>
- <Association Name="Application_ApplicationInstances_ApplicationInstance_Application">
<End Type="Citrix.Monitor.Repository.ApplicationInstance" Role="ApplicationInstance_Application" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.Application" Role="Application_ApplicationInstances" Multiplicity="0..1" />
</Association>
- <Association Name="Application_DesktopGroups_DesktopGroup_Applications">
<End Type="Citrix.Monitor.Repository.DesktopGroup" Role="DesktopGroup_Applications" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.Application" Role="Application_DesktopGroups" Multiplicity="*" />
</Association>
- <Association Name="ApplicationInstance_Session_Session_ApplicationInstances">
<End Type="Citrix.Monitor.Repository.Session" Role="Session_ApplicationInstances" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.ApplicationInstance" Role="ApplicationInstance_Session" Multiplicity="*" />
</Association>
- <Association Name="Session_Connections_Connection_Session">
<End Type="Citrix.Monitor.Repository.Connection" Role="Connection_Session" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.Session" Role="Session_Connections" Multiplicity="0..1" />
</Association>
- <Association Name="Session_CurrentConnection">
<End Type="Citrix.Monitor.Repository.Session" Role="Session" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.Connection" Role="CurrentConnection" Multiplicity="0..1" />
</Association>
- <Association Name="Session_Failure">
<End Type="Citrix.Monitor.Repository.Session" Role="Session" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.ConnectionFailureCategory" Role="Failure" Multiplicity="0..1" />
</Association>
- <Association Name="Session_Machine_Machine_Sessions">
<End Type="Citrix.Monitor.Repository.Machine" Role="Machine_Sessions" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.Session" Role="Session_Machine" Multiplicity="*" />
</Association>
- <Association Name="Session_User_User_Sessions">
<End Type="Citrix.Monitor.Repository.User" Role="User_Sessions" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.Session" Role="Session_User" Multiplicity="*" />
</Association>
- <Association Name="Machine_Catalog_Catalog_Machines">
<End Type="Citrix.Monitor.Repository.Catalog" Role="Catalog_Machines" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.Machine" Role="Machine_Catalog" Multiplicity="*" />
</Association>
- <Association Name="Machine_CurrentLoadIndex">
<End Type="Citrix.Monitor.Repository.Machine" Role="Machine" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.LoadIndex" Role="CurrentLoadIndex" Multiplicity="0..1" />
</Association>
- <Association Name="Machine_DesktopGroup_DesktopGroup_Machines">
<End Type="Citrix.Monitor.Repository.DesktopGroup" Role="DesktopGroup_Machines" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.Machine" Role="Machine_DesktopGroup" Multiplicity="*" />
</Association>
- <Association Name="Machine_Hypervisor_Hypervisor_Machines">
<End Type="Citrix.Monitor.Repository.Hypervisor" Role="Hypervisor_Machines" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.Machine" Role="Machine_Hypervisor" Multiplicity="*" />
</Association>
- <Association Name="Machine_LoadIndex_LoadIndex_Machine">
<End Type="Citrix.Monitor.Repository.LoadIndex" Role="LoadIndex_Machine" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.Machine" Role="Machine_LoadIndex" Multiplicity="0..1" />
</Association>
- <Association Name="Machine_MachineFailures_MachineFailureLog_Machine">
<End Type="Citrix.Monitor.Repository.MachineFailureLog" Role="MachineFailureLog_Machine" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.Machine" Role="Machine_MachineFailures" Multiplicity="0..1" />
</Association>
- <Association Name="Machine_MachineHotfixLogs_MachineHotfixLog_Machine">
<End Type="Citrix.Monitor.Repository.MachineHotfixLog" Role="MachineHotfixLog_Machine" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.Machine" Role="Machine_MachineHotfixLogs" Multiplicity="0..1" />
</Association>
- <Association Name="MachineHotfixLog_Hotfix_Hotfix_MachineHotfixLogs">
<End Type="Citrix.Monitor.Repository.Hotfix" Role="Hotfix_MachineHotfixLogs" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.MachineHotfixLog" Role="MachineHotfixLog_Hotfix" Multiplicity="*" />
</Association>
- <Association Name="ConnectionFailureLog_Session">
<End Type="Citrix.Monitor.Repository.Session" Role="Session" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.ConnectionFailureLog" Role="ConnectionFailureLog" Multiplicity="*" />
</Association>
- <Association Name="FailureLogSummary_DesktopGroup">
<End Type="Citrix.Monitor.Repository.FailureLogSummary" Role="FailureLogSummary" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.DesktopGroup" Role="DesktopGroup" Multiplicity="0..1" />
</Association>
- <Association Name="LoadIndexSummary_Machine">
<End Type="Citrix.Monitor.Repository.Machine" Role="Machine" Multiplicity="0..1" />
<End Type="Citrix.Monitor.Repository.LoadIndexSummary" Role="LoadIndexSummary" Multiplicity="*" />
</Association>
- <Association Name="SessionActivitySummary_DesktopGroup">
<End Type="Citrix.Monitor.Repository.SessionActivitySummary" Role="SessionActivitySummary" Multiplicity="*" />
<End Type="Citrix.Monitor.Repository.DesktopGroup" Role="DesktopGroup" Multiplicity="0..1" />
</Association>
- <EntityContainer Name="DatabaseContext" m:IsDefaultEntityContainer="true">
<EntitySet Name="ApplicationActivitySummaries" EntityType="Citrix.Monitor.Repository.ApplicationInstanceSummary" />
<EntitySet Name="Applications" EntityType="Citrix.Monitor.Repository.Application" />
<EntitySet Name="ApplicationInstances" EntityType="Citrix.Monitor.Repository.ApplicationInstance" />
<EntitySet Name="Sessions" EntityType="Citrix.Monitor.Repository.Session" />
<EntitySet Name="Connections" EntityType="Citrix.Monitor.Repository.Connection" />
<EntitySet Name="ConnectionFailureCategories" EntityType="Citrix.Monitor.Repository.ConnectionFailureCategory" />
<EntitySet Name="Machines" EntityType="Citrix.Monitor.Repository.Machine" />
<EntitySet Name="Catalogs" EntityType="Citrix.Monitor.Repository.Catalog" />
<EntitySet Name="LoadIndexes" EntityType="Citrix.Monitor.Repository.LoadIndex" />
<EntitySet Name="DesktopGroups" EntityType="Citrix.Monitor.Repository.DesktopGroup" />
<EntitySet Name="Hypervisors" EntityType="Citrix.Monitor.Repository.Hypervisor" />
<EntitySet Name="MachineFailureLogs" EntityType="Citrix.Monitor.Repository.MachineFailureLog" />
<EntitySet Name="MachineHotfixLogs" EntityType="Citrix.Monitor.Repository.MachineHotfixLog" />
<EntitySet Name="Hotfixes" EntityType="Citrix.Monitor.Repository.Hotfix" />
<EntitySet Name="Users" EntityType="Citrix.Monitor.Repository.User" />
<EntitySet Name="ConnectionFailureLogs" EntityType="Citrix.Monitor.Repository.ConnectionFailureLog" />
<EntitySet Name="FailureLogSummaries" EntityType="Citrix.Monitor.Repository.FailureLogSummary" />
<EntitySet Name="LoadIndexSummaries" EntityType="Citrix.Monitor.Repository.LoadIndexSummary" />
<EntitySet Name="SessionActivitySummaries" EntityType="Citrix.Monitor.Repository.SessionActivitySummary" />
<EntitySet Name="TaskLogs" EntityType="Citrix.Monitor.Repository.TaskLog" />
- <AssociationSet Name="ApplicationInstanceSummary_Application" Association="Citrix.Monitor.Repository.ApplicationInstanceSummary_Application">
<End Role="ApplicationInstanceSummary" EntitySet="ApplicationActivitySummaries" />
<End Role="Application" EntitySet="Applications" />
</AssociationSet>
- <AssociationSet Name="ApplicationInstanceSummary_DesktopGroup" Association="Citrix.Monitor.Repository.ApplicationInstanceSummary_DesktopGroup">
<End Role="ApplicationInstanceSummary" EntitySet="ApplicationActivitySummaries" />
<End Role="DesktopGroup" EntitySet="DesktopGroups" />
</AssociationSet>
- <AssociationSet Name="ApplicationInstance_Application" Association="Citrix.Monitor.Repository.Application_ApplicationInstances_ApplicationInstance_Application">
<End Role="Application_ApplicationInstances" EntitySet="Applications" />
<End Role="ApplicationInstance_Application" EntitySet="ApplicationInstances" />
</AssociationSet>
- <AssociationSet Name="DesktopGroup_Applications" Association="Citrix.Monitor.Repository.Application_DesktopGroups_DesktopGroup_Applications">
<End Role="Application_DesktopGroups" EntitySet="Applications" />
<End Role="DesktopGroup_Applications" EntitySet="DesktopGroups" />
</AssociationSet>
- <AssociationSet Name="ApplicationInstance_Session" Association="Citrix.Monitor.Repository.ApplicationInstance_Session_Session_ApplicationInstances">
<End Role="ApplicationInstance_Session" EntitySet="ApplicationInstances" />
<End Role="Session_ApplicationInstances" EntitySet="Sessions" />
</AssociationSet>
- <AssociationSet Name="Connection_Session" Association="Citrix.Monitor.Repository.Session_Connections_Connection_Session">
<End Role="Session_Connections" EntitySet="Sessions" />
<End Role="Connection_Session" EntitySet="Connections" />
</AssociationSet>
- <AssociationSet Name="Session_CurrentConnection" Association="Citrix.Monitor.Repository.Session_CurrentConnection">
<End Role="Session" EntitySet="Sessions" />
<End Role="CurrentConnection" EntitySet="Connections" />
</AssociationSet>
- <AssociationSet Name="Session_Failure" Association="Citrix.Monitor.Repository.Session_Failure">
<End Role="Session" EntitySet="Sessions" />
<End Role="Failure" EntitySet="ConnectionFailureCategories" />
</AssociationSet>
- <AssociationSet Name="Session_Machine" Association="Citrix.Monitor.Repository.Session_Machine_Machine_Sessions">
<End Role="Session_Machine" EntitySet="Sessions" />
<End Role="Machine_Sessions" EntitySet="Machines" />
</AssociationSet>
- <AssociationSet Name="Session_User" Association="Citrix.Monitor.Repository.Session_User_User_Sessions">
<End Role="Session_User" EntitySet="Sessions" />
<End Role="User_Sessions" EntitySet="Users" />
</AssociationSet>
- <AssociationSet Name="Machine_Catalog" Association="Citrix.Monitor.Repository.Machine_Catalog_Catalog_Machines">
<End Role="Machine_Catalog" EntitySet="Machines" />
<End Role="Catalog_Machines" EntitySet="Catalogs" />
</AssociationSet>
- <AssociationSet Name="Machine_CurrentLoadIndex" Association="Citrix.Monitor.Repository.Machine_CurrentLoadIndex">
<End Role="Machine" EntitySet="Machines" />
<End Role="CurrentLoadIndex" EntitySet="LoadIndexes" />
</AssociationSet>
- <AssociationSet Name="Machine_DesktopGroup" Association="Citrix.Monitor.Repository.Machine_DesktopGroup_DesktopGroup_Machines">
<End Role="Machine_DesktopGroup" EntitySet="Machines" />
<End Role="DesktopGroup_Machines" EntitySet="DesktopGroups" />
</AssociationSet>
- <AssociationSet Name="Machine_Hypervisor" Association="Citrix.Monitor.Repository.Machine_Hypervisor_Hypervisor_Machines">
<End Role="Machine_Hypervisor" EntitySet="Machines" />
<End Role="Hypervisor_Machines" EntitySet="Hypervisors" />
</AssociationSet>
- <AssociationSet Name="LoadIndex_Machine" Association="Citrix.Monitor.Repository.Machine_LoadIndex_LoadIndex_Machine">
<End Role="Machine_LoadIndex" EntitySet="Machines" />
<End Role="LoadIndex_Machine" EntitySet="LoadIndexes" />
</AssociationSet>
- <AssociationSet Name="MachineFailureLog_Machine" Association="Citrix.Monitor.Repository.Machine_MachineFailures_MachineFailureLog_Machine">
<End Role="Machine_MachineFailures" EntitySet="Machines" />
<End Role="MachineFailureLog_Machine" EntitySet="MachineFailureLogs" />
</AssociationSet>
- <AssociationSet Name="MachineHotfixLog_Machine" Association="Citrix.Monitor.Repository.Machine_MachineHotfixLogs_MachineHotfixLog_Machine">
<End Role="Machine_MachineHotfixLogs" EntitySet="Machines" />
<End Role="MachineHotfixLog_Machine" EntitySet="MachineHotfixLogs" />
</AssociationSet>
- <AssociationSet Name="MachineHotfixLog_Hotfix" Association="Citrix.Monitor.Repository.MachineHotfixLog_Hotfix_Hotfix_MachineHotfixLogs">
<End Role="MachineHotfixLog_Hotfix" EntitySet="MachineHotfixLogs" />
<End Role="Hotfix_MachineHotfixLogs" EntitySet="Hotfixes" />
</AssociationSet>
- <AssociationSet Name="ConnectionFailureLog_Session" Association="Citrix.Monitor.Repository.ConnectionFailureLog_Session">
<End Role="ConnectionFailureLog" EntitySet="ConnectionFailureLogs" />
<End Role="Session" EntitySet="Sessions" />
</AssociationSet>
- <AssociationSet Name="FailureLogSummary_DesktopGroup" Association="Citrix.Monitor.Repository.FailureLogSummary_DesktopGroup">
<End Role="FailureLogSummary" EntitySet="FailureLogSummaries" />
<End Role="DesktopGroup" EntitySet="DesktopGroups" />
</AssociationSet>
- <AssociationSet Name="LoadIndexSummary_Machine" Association="Citrix.Monitor.Repository.LoadIndexSummary_Machine">
<End Role="LoadIndexSummary" EntitySet="LoadIndexSummaries" />
<End Role="Machine" EntitySet="Machines" />
</AssociationSet>
- <AssociationSet Name="SessionActivitySummary_DesktopGroup" Association="Citrix.Monitor.Repository.SessionActivitySummary_DesktopGroup">
<End Role="SessionActivitySummary" EntitySet="SessionActivitySummaries" />
<End Role="DesktopGroup" EntitySet="DesktopGroups" />
</AssociationSet>
</EntityContainer>
</Schema>
</edmx:DataServices>
</edmx:Edmx>````
Alright, so can you please execute your postman query with this amendment to the URL "?$format=json".
okay!, if use this in code as below. i am getting error but if i use this in internet explorer i got download a file and below is the output.
directorURL = "http:/server.exeample.com/Citrix/Monitor/OData/v2/data?$format=json"
Traceback (most recent call last):
File "C:/Users/pxksa/PycharmProjects/testodata/direct.py", line 15, in
and here is the downloaded output of data.json.
{"odata.metadata":"http://server.example.com/Citrix/Monitor/OData/v2/Data/$metadata","value":[{"name":"ApplicationActivitySummaries","url":"ApplicationActivitySummaries"},{"name":"Applications","url":"Applications"},{"name":"ApplicationInstances","url":"ApplicationInstances"},{"name":"Sessions","url":"Sessions"},{"name":"Connections","url":"Connections"},{"name":"ConnectionFailureCategories","url":"ConnectionFailureCategories"},{"name":"Machines","url":"Machines"},{"name":"Catalogs","url":"Catalogs"},{"name":"LoadIndexes","url":"LoadIndexes"},{"name":"DesktopGroups","url":"DesktopGroups"},{"name":"Hypervisors","url":"Hypervisors"},{"name":"MachineFailureLogs","url":"MachineFailureLogs"},{"name":"MachineHotfixLogs","url":"MachineHotfixLogs"},{"name":"Hotfixes","url":"Hotfixes"},{"name":"Users","url":"Users"},{"name":"ConnectionFailureLogs","url":"ConnectionFailureLogs"},{"name":"FailureLogSummaries","url":"FailureLogSummaries"},{"name":"LoadIndexSummaries","url":"LoadIndexSummaries"},{"name":"SessionActivitySummaries","url":"SessionActivitySummaries"},{"name":"TaskLogs","url":"TaskLogs"}]}
Use this URL in Postnam: http://HOST/Citrix/Monitor/OData/v2/data/Applications?$format=json
here is the result, mate, can you please replace the server name in your previous comment, as part the security :), please do not mind.
Traceback (most recent call last):
File "C:/Users/pxksa/PycharmProjects/testodata/direct.py", line 15, in
here is the one from if i use this in internet explorer.
{"odata.metadata":"http://server.example/Citrix/Monitor/OData/v2/Data/$metadata#Applications","value":[{"Id":"0e4a1e2b-6687-40b5-a3cf-011766eb5b80","Name":"Oracle JDeveloper -ESF","PublishedName":"Oracle JDeveloper -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\","LifecycleState":1,"CreatedDate":"2018-01-13T19:28:14.893","ModifiedDate":"2018-01-24T10:33:00.737"},{"Id":"f82667ab-03b8-46a6-b267-01b3cd0d6f21","Name":"Control-M 7 CM -ESF","PublishedName":"Control-M 7 CM -0a1b74a518f4","Name":"PeopleTools 8_51 RPT Converter -ESF","PublishedName":"PeopleTools 8_51 RPT Converter -}]}
Alrigth, we are no longer fighting metadata. Please, use this URL in Postnam: http://HOST/Citrix/Monitor/OData/v2/Data/Applications?$format=json
getting this error
` directorURL = "http://server.example.com/Citrix/Monitor/OData/v2/data/Applications?$format=json"
directorSession = requests.session() directorSession.auth= HttpNtlmAuth(username,password)
directorReqData = directorSession.get(directorURL)
directorReqData = pyodata.Client(directorURL,directorSession)`
Traceback (most recent call last):
File "C:/Users/pxksa/PycharmProjects/testodata/direct.py", line 15, in
Alright, sure, please, read my message carefully.
Please use the url http://HOST/Citrix/Monitor/OData/v2/Data/Applications?$format=json in Postnam or in Internet Explorer.
Clarification: do not use the URL in Python code to initialize pyodata.Client.
hi, here is the result from internet explorer.
{"odata.metadata":"http://server.example.com/Citrix/Monitor/OData/v2/Data/$metadata#Applications","value":[{"Id":"0e4a1e2b-6687-40b5-a3cf-011766eb5b80","Name":"Oracle JDeveloper -ESF","PublishedName":"Oracle JDeveloper -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-13T19:28:14.893","ModifiedDate":"2018-01-24T10:33:00.737"},{"Id":"f82667ab-03b8-46a6-b267-01b3cd0d6f21","Name":"Control-M 7 CM -ESF","PublishedName":"Control-M 7 CM -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-28T15:13:27.227","ModifiedDate":"2017-06-28T15:13:27.227"},{"Id":"e0787d9a-d2b5-4187-ba73-0512fc41e9fc","Name":"Microsoft Access 2010 -ESF","PublishedName":"Microsoft Access 2010 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T14:57:35.137","ModifiedDate":"2017-06-02T14:57:35.137"},{"Id":"5a2fb3f6-d2e2-44a4-b16c-05ccdd01f36f","Name":"ClearTrust - ESF","PublishedName":"ClearTrust - ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-10-16T17:19:33.833","ModifiedDate":"2017-10-16T17:19:33.833"},{"Id":"d78d67f4-f4da-4d14-8630-08822a9faa27","Name":"Notepad -ESF","PublishedName":"Notepad -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T14:57:35.137","ModifiedDate":"2017-06-02T14:57:35.137"},{"Id":"41758ea8-34a1-4065-ab94-0a1b74a518f4","Name":"PeopleTools 8_51 RPT Converter -ESF","PublishedName":"PeopleTools 8_51 RPT Converter -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-10-06T17:12:26.69","ModifiedDate":"2017-10-06T17:12:26.69"},{"Id":"209765b3-a774-4059-971b-0df7d4cd1bd6","Name":"Stat 5_8 -ESF_1","PublishedName":"Stat 5_8 -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2017-09-29T14:14:35.333","ModifiedDate":"2017-09-29T14:15:17.943"},{"Id":"b7901530-e9f1-487d-9123-1249816105e0","Name":"Control-M Desktop -ESF","PublishedName":"Control-M Desktop -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-28T15:13:27.227","ModifiedDate":"2017-06-28T15:13:27.227"},{"Id":"5a5ac148-da6c-424a-915e-12851d528131","Name":"Informatica 951 Developer -ESF","PublishedName":"Informatica 951 Developer -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T18:25:01.673","ModifiedDate":"2017-06-02T18:25:01.673"},{"Id":"dba07765-45eb-4eb2-be54-133e0fb93a4e","Name":"Stat 5_8 -ESF","PublishedName":"Stat 5_8 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T15:53:33.067","ModifiedDate":"2017-06-02T15:53:33.067"},{"Id":"e648138a-2361-4c25-9b8f-14c9f1aa66cc","Name":"Mastercard TSE","PublishedName":"Mastercard TSE","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2018-05-23T14:33:59.003","ModifiedDate":"2018-05-23T14:33:59.003"},{"Id":"6f6d48ea-8bb3-40a7-9873-153f8c5de2f9","Name":"Toad for Oracle 12 -ESF_1","PublishedName":"Toad for Oracle 12 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2017-11-02T18:49:46.023","ModifiedDate":"2017-11-02T18:50:21.113"},{"Id":"3c36a1bb-4698-46a3-8449-17428619c62a","Name":"Reflection FTP Client -ESF","PublishedName":"Reflection FTP Client -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T15:47:15.02","ModifiedDate":"2017-06-02T15:47:15.02"},{"Id":"02bac746-b6fe-481c-87c0-18b8783a41f5","Name":"ADUC -ESF","PublishedName":"ADUC -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-11-18T14:37:51.043","ModifiedDate":"2017-11-18T14:37:51.043"},{"Id":"004b72d2-520b-4d3e-84de-18fb45737cf1","Name":"WinSCP -ESF","PublishedName":"WinSCP -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T15:47:30.047","ModifiedDate":"2017-06-02T15:47:30.047"},{"Id":"d1fc7a1f-7b58-4787-bd2e-1937420b478e","Name":"SoapUI -ESF","PublishedName":"SoapUI -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T17:25:39.123","ModifiedDate":"2017-06-02T17:25:39.123"},{"Id":"a00f532f-c0bb-44f2-83f1-1b49fd337195","Name":"PeopleTools 854 Data Mover -ESF","PublishedName":"PeopleTools 854 Data Mover -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-08-29T19:39:13.993","ModifiedDate":"2017-08-29T19:39:13.993"},{"Id":"771b7f75-d4fa-4bb7-86fa-1ca3ffcde9fb","Name":"vSphere 6 Web - ESF","PublishedName":"vSphere 6 Web - ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2017-08-17T20:18:19.407","ModifiedDate":"2017-08-17T20:18:46.143"},{"Id":"0a625697-0d31-4d4d-94fe-1cde4bcafbbe","Name":"FDMS Unicenter -ESF","PublishedName":"FDMS Unicenter -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-07-25T17:30:40.85","ModifiedDate":"2017-07-25T17:30:40.85"},{"Id":"71050db5-4529-4a60-9a0d-1d358e2b706d","Name":"Informatica 10 Designer -ESF","PublishedName":"Informatica 10 Designer -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T19:07:26.77","ModifiedDate":"2017-06-02T19:07:26.77"},{"Id":"9e6b5ee6-a690-4b36-a32d-1dc26a655a52","Name":"Aspect RTA -ESF","PublishedName":"Aspect RTA -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2017-06-02T17:57:31.543","ModifiedDate":"2018-02-18T05:35:03.777"},{"Id":"083a51b6-972d-4665-a536-1e3db8f07ca0","Name":"Notepad_Test","PublishedName":"Notepad_Test","ApplicationType":0,"Enabled":true,"AdminFolder":"Stat_Test\\","LifecycleState":1,"CreatedDate":"2019-04-24T13:53:51.343","ModifiedDate":"2019-04-24T15:41:18.253"},{"Id":"608078a2-adf2-411e-9c45-203ff25a9b6c","Name":"Informatica 10 Developer -ESF","PublishedName":"Informatica 10 Developer -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T19:07:11.157","ModifiedDate":"2017-06-02T19:07:11.157"},{"Id":"931dc01d-9150-477b-8982-24a8cea9d309","Name":"BotClient","PublishedName":"BotClient","ApplicationType":0,"Enabled":true,"AdminFolder":"RBA UAT\\","LifecycleState":0,"CreatedDate":"2018-11-27T20:26:49.513","ModifiedDate":"2018-11-27T20:26:49.513"},{"Id":"da402ec0-76a5-4913-a736-26e6d9facc2d","Name":"Stat 6_2 Test","PublishedName":"Stat 6_2 Test","ApplicationType":0,"Enabled":true,"AdminFolder":"Stat_Test\\","LifecycleState":1,"CreatedDate":"2019-04-24T13:51:16.437","ModifiedDate":"2019-04-24T15:41:18.253"},{"Id":"251afe5b-ba62-4b26-a2ee-2afc6a463027","Name":"TheView2016 -ESF","PublishedName":"TheView2016 -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2017-10-19T12:12:17.053","ModifiedDate":"2017-10-28T13:21:51.68"},{"Id":"26620e5d-feb6-41f0-8eb5-2be680f2219c","Name":"Salesforce Apex Dataloader -ESF","PublishedName":"Salesforce Apex Dataloader -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-08-29T18:02:47.077","ModifiedDate":"2017-08-29T18:02:47.077"},{"Id":"6ef0af03-5ce6-4368-9cba-2c17726129e0","Name":"Jdeveloper - ESF","PublishedName":"Jdeveloper - ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-10T15:19:54.557","ModifiedDate":"2018-01-11T09:02:42.933"},{"Id":"f2588179-3987-48bd-ae32-2c9aa2ce7110","Name":"Pdi Template Admin","PublishedName":"Pdi Template Admin","ApplicationType":0,"Enabled":true,"AdminFolder":"RBA UAT\\","LifecycleState":0,"CreatedDate":"2018-11-27T20:26:49.523","ModifiedDate":"2018-11-27T20:26:49.523"},{"Id":"5dce7560-ba52-41ee-8bf2-2cebc561840f","Name":"Titan External -ESF","PublishedName":"Titan External -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-09-01T13:46:26.307","ModifiedDate":"2017-09-01T13:46:26.307"},{"Id":"58d419ed-111a-40f3-b1b8-2e016f2c8bca","Name":"UltraEdit -ESF","PublishedName":"UltraEdit -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T20:26:34.443","ModifiedDate":"2017-06-02T20:26:34.443"},{"Id":"367a6461-93e2-4eba-9ff9-2fdc2b718605","Name":"Test Stat 6 2","PublishedName":"Test Stat 6 2","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2019-04-09T19:20:32.523","ModifiedDate":"2019-04-24T13:49:55.42"},{"Id":"f49bbdd0-ac6e-42fe-a057-331d0e194e06","Name":"EFC -ESF","PublishedName":"EFC -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-07-05T20:32:20.037","ModifiedDate":"2017-07-05T20:32:20.037"},{"Id":"ff4e716f-8dab-481a-86c1-341cbe147d63","Name":"Titan_TLS_Testing","PublishedName":"Titan_TLS_Testing","ApplicationType":0,"Enabled":true,"AdminFolder":"TLS Testing\\","LifecycleState":1,"CreatedDate":"2018-12-05T22:59:32.557","ModifiedDate":"2019-01-05T13:54:02.99"},{"Id":"69a4d7a2-0173-4968-94cc-344714752340","Name":"Notepad++ Test","PublishedName":"Notepad++ Test","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-11-29T17:54:10.513","ModifiedDate":"2018-11-29T18:25:25.997"},{"Id":"108ad411-84f4-43a9-8dc7-347b47bcdf66","Name":"PeopleTools 854 App Designer -ESF","PublishedName":"PeopleTools 854 App Designer -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T19:59:22.113","ModifiedDate":"2017-06-02T19:59:22.113"},{"Id":"51bd34a4-5e53-4c96-9c6c-356e9e190b0e","Name":"Eclipse Oxygen -ESF","PublishedName":"Eclipse Oxygen -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-09-20T19:39:55.207","ModifiedDate":"2017-09-20T19:39:55.207"},{"Id":"ddc2cdc7-5536-4793-a947-35a9f344062e","Name":"PeopleTools 854 RPT Converter -ESF","PublishedName":"PeopleTools 854 RPT Converter -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2018-01-10T14:37:45.79","ModifiedDate":"2018-01-10T14:37:45.79"},{"Id":"03ec5a48-680a-460e-8cd9-3747b8c92d64","Name":"vSphere 6 Web -ESF","PublishedName":"vSphere 6 Web -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T18:23:46.017","ModifiedDate":"2017-06-02T18:23:46.017"},{"Id":"18ef6d3b-4eb0-4df2-a7e5-381c43ba7f10","Name":"DFSRoot -ESF","PublishedName":"DFSRoot -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2018-10-18T11:42:57.747","ModifiedDate":"2018-10-18T11:42:57.747"},{"Id":"39c822b4-c310-46cf-b5d5-3a5bc3bbdf5b","Name":"MetadataUpdater","PublishedName":"MetadataUpdater","ApplicationType":0,"Enabled":true,"AdminFolder":"RBA UAT\\","LifecycleState":0,"CreatedDate":"2018-11-27T20:26:49.523","ModifiedDate":"2018-11-27T20:26:49.523"},{"Id":"bd6aad1b-7515-422a-b660-3dc5922b8488","Name":"PeopleTools 854 Cfg Manager -ESF","PublishedName":"PeopleTools 854 Cfg Manager -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-08-29T19:36:51.157","ModifiedDate":"2017-08-29T19:36:51.157"},{"Id":"2261e5b4-e770-4697-8d73-3ff503368e99","Name":"VMware vSphere 6 0 - ESF","PublishedName":"VMware vSphere 6 0 - ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-08-17T20:22:45.783","ModifiedDate":"2017-08-17T20:22:45.783"},{"Id":"9c035fca-aa4e-4a21-97cf-41250c9920a7","Name":"Firefox -ESF","PublishedName":"Firefox -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T20:07:26.053","ModifiedDate":"2017-06-02T20:07:26.053"},{"Id":"c15706e7-d95a-42a2-9f7b-41be3e9f4dc5","Name":"Notepad","PublishedName":"Notepad","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2017-06-02T14:57:20.707","ModifiedDate":"2017-06-02T15:31:55.39"},{"Id":"1e3f3371-0e7e-4b37-ae47-42505a87cb77","Name":"Secure Platform Balancing -ESF","PublishedName":"Secure Platform Balancing -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-08-11T18:04:17.193","ModifiedDate":"2017-08-11T18:04:17.193"},{"Id":"85daa867-5b5c-4184-b008-46154c669353","Name":"Stat 6_2 -test","PublishedName":"Stat 6_2 -test","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2019-05-21T13:51:06.76","ModifiedDate":"2019-05-21T14:34:17.013"},{"Id":"f79dece5-b7a6-407f-a5f0-479171f0f85d","Name":"ADSS -ESF","PublishedName":"ADSS -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-11-18T14:49:42.053","ModifiedDate":"2017-11-18T14:49:42.053"},{"Id":"f378964f-e797-482e-8372-49a7b92a8787","Name":"Windows Explorer -ESF","PublishedName":"Windows Explorer -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-06T18:27:00.8","ModifiedDate":"2017-06-06T18:27:00.8"},{"Id":"8fa99b0d-5bb9-41fd-b5bd-4ec03fbf48b0","Name":"Notepad -ESF_1","PublishedName":"Notepad -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-10-12T06:59:16.303","ModifiedDate":"2018-10-12T07:00:30.31"},{"Id":"e5504d55-46f9-4fe7-880e-4ef5ccd73391","Name":"SQL Business Intelligence -ESF","PublishedName":"SQL Business Intelligence -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-09-20T19:51:01.01","ModifiedDate":"2017-09-20T19:51:01.01"},{"Id":"025d0ed5-dbb7-403a-98ba-509c4b4f5ebe","Name":"RTA-SalemESF","PublishedName":"RTA-SalemESF","ApplicationType":0,"Enabled":false,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-02-01T00:42:20.647","ModifiedDate":"2018-02-17T18:04:20.513"},{"Id":"b4efbacf-322a-4dd6-9b57-514f1b3c8018","Name":"Notepad -ESF_example","PublishedName":"Notepad -ESF_example","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-04-10T18:25:39.167","ModifiedDate":"2018-04-13T14:14:09.677"},{"Id":"d3e2f646-10f8-4dfd-8786-525d1ff99fd3","Name":"Git-gui_TEST","PublishedName":"Git-gui_TEST","ApplicationType":0,"Enabled":false,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-03-26T19:55:18.293","ModifiedDate":"2018-05-03T22:38:50.563"},{"Id":"5cfd3efb-9c5a-4720-bfb5-5272550f7da1","Name":"FM_TEST","PublishedName":"FM_TEST","ApplicationType":0,"Enabled":false,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-05-08T23:35:41.56","ModifiedDate":"2018-06-14T18:14:34.157"},{"Id":"1a833f0d-f1ce-450d-bf63-5290d89dde92","Name":"Oracle Jdeveloper - ESF","PublishedName":"Oracle Jdeveloper - ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-11T08:27:59.323","ModifiedDate":"2018-01-13T19:35:24.973"},{"Id":"f06f2656-b4b0-4507-8c7f-530c85e0ab25","Name":"PeopleSoft-Salem-ESF","PublishedName":"PeopleSoft-Salem-ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2019-04-13T01:03:44.093","ModifiedDate":"2019-04-13T01:03:44.093"},{"Id":"de4b32e4-d890-4290-bc9b-556bc131a1fe","Name":"Salem_ESF Server Health","PublishedName":"Salem_ESF Server Health","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2018-07-11T13:40:08.833","ModifiedDate":"2018-07-11T13:40:08.833"},{"Id":"e26b9be7-018d-46d0-a739-56201648e554","Name":"PeopleTools 855_21 Cfg Manager -ESF","PublishedName":"PeopleTools 855_21 Cfg Manager -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2018-03-29T18:45:50.57","ModifiedDate":"2018-03-29T18:45:50.57"},{"Id":"0db00cd1-a498-4dd7-b520-579a0eb1df7d","Name":"Internet Explorer -ESF_TEST","PublishedName":"Internet Explorer -ESF_TEST","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-07-17T21:39:31.547","ModifiedDate":"2018-07-17T22:40:45.363"},{"Id":"09bd0ca8-4e16-4ef5-b1a6-57d7467db24f","Name":"Peoplesoft QA -ESF","PublishedName":"Peoplesoft QA -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-09-18T11:41:51.037","ModifiedDate":"2017-09-18T11:41:51.037"},{"Id":"af610b46-fa49-4af3-820a-57dcd7c65293","Name":"Focus UAT -ESF","PublishedName":"Focus UAT -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-07-11T17:25:52.313","ModifiedDate":"2017-07-11T17:25:52.313"},{"Id":"780b6f0c-efba-4f79-984a-5833df2cc914","Name":"TheView2016 -ESF","PublishedName":"TheView2016 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-10-28T13:24:00.067","ModifiedDate":"2017-10-28T13:24:00.067"},{"Id":"569b9147-3000-41fc-8654-5918ab54455e","Name":"Informatica 10 DVO Client -ESF","PublishedName":"Informatica 10 DVO Client -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2017-07-11T17:38:34.627","ModifiedDate":"2017-08-11T18:51:32.05"},{"Id":"ff5ff051-bf10-47ce-abf0-5b93dac2626e","Name":"CPS EPV Dev ","PublishedName":"CPS EPV Dev","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2019-03-05T17:40:10.117","ModifiedDate":"2019-03-05T17:40:10.117"},{"Id":"77c544e0-0ff0-465d-9b15-5d1893b8cbee","Name":"IBM Cognos ICM -ESF","PublishedName":"IBM Cognos ICM -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T17:57:16.563","ModifiedDate":"2017-06-02T17:57:16.563"},{"Id":"7515761f-efc0-47cf-a7d3-5df95644557f","Name":"PeopleTools 855 App Designer -ESF","PublishedName":"PeopleTools 855 App Designer -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-10T14:27:35.407","ModifiedDate":"2018-07-28T14:16:51.29"},{"Id":"c6623a24-f1ab-49db-837d-5f7cf8d0c185","Name":"SQL Server Import and Export Wizard -ESF","PublishedName":"SQL Server Import and Export Wizard -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2018-08-16T11:38:05.39","ModifiedDate":"2018-08-16T11:38:05.39"},{"Id":"a887b6fe-6bf5-451e-abdb-5fae811ac06c","Name":"Notepad- test SSLMEXAVM18","PublishedName":"Notepad- test SSLMEXAVM18","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-01-26T23:08:52.16","ModifiedDate":"2018-01-27T01:07:31"},{"Id":"f928eeae-7280-4ed7-844c-601b715458ff","Name":"ADSI Edit -ESF","PublishedName":"ADSI Edit -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-11-18T14:53:50.703","ModifiedDate":"2017-11-18T14:53:50.703"},{"Id":"35821191-4564-416c-acea-60901d71db9d","Name":"PeopleTools 8_51 Cfg Manager -ESF","PublishedName":"PeopleTools 8_51 Cfg Manager -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-10-06T17:10:14.63","ModifiedDate":"2017-10-06T17:10:14.63"},{"Id":"6a6b493a-75e2-4b99-8fed-613ddcc43ccb","Name":"Control-M EntMan -ESF","PublishedName":"Control-M EntMan -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-28T15:13:42.197","ModifiedDate":"2017-06-28T15:13:42.197"},{"Id":"59baff71-bdf5-42f3-a2ce-64684d66adc0","Name":"PeopleTools 8_51 App Designer -ESF","PublishedName":"PeopleTools 8_51 App Designer -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-10-05T19:25:41.97","ModifiedDate":"2017-10-05T19:25:41.97"},{"Id":"f4030d96-6bc7-4eee-a8b0-64f5350b4510","Name":"PeopleTools 8_51 Data Mover -ESF","PublishedName":"PeopleTools 8_51 Data Mover -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-10-06T17:11:38.6","ModifiedDate":"2017-10-06T17:11:38.6"},{"Id":"dbdddc7b-5381-45e4-b97a-658d2c10d015","Name":"FM_TEST_1","PublishedName":"FM_TEST","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-06-13T21:02:28.433","ModifiedDate":"2018-06-13T21:04:58.397"},{"Id":"8f968f78-84bc-4811-b15a-66dcf9da728b","Name":"Orbital Dev -ESF","PublishedName":"Orbital Dev -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-09-14T11:50:22.233","ModifiedDate":"2017-09-14T11:50:22.233"},{"Id":"98ba3042-77ed-4227-857b-67fb00315f5a","Name":"WFM-SalemESF","PublishedName":"WFM-SalemESF","ApplicationType":0,"Enabled":false,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-02-01T00:43:18.02","ModifiedDate":"2018-02-17T18:04:29.81"},{"Id":"3b4b5608-97bc-4773-8ca1-6ad3d65ee760","Name":"Titan_TLS_Testing","PublishedName":"Titan_TLS_Testing","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-12-05T22:48:45.343","ModifiedDate":"2019-01-05T13:54:02.99"},{"Id":"486ffd27-dc34-4ae2-9e9a-6cc1285ca4c6","Name":"SQL Plus -ESF","PublishedName":"SQL Plus -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T17:25:39.123","ModifiedDate":"2017-06-02T17:25:39.123"},{"Id":"4e6644ca-fad4-4b9e-90e9-6d4b31f8a0b3","Name":"Notepad-test","PublishedName":"Notepad-test","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2019-05-01T20:44:49.183","ModifiedDate":"2019-05-01T21:19:46.627"},{"Id":"5677f83c-350a-4d96-a688-70e2161ab19d","Name":"WFM Test-ESF","PublishedName":"WFM Test-ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-01-09T20:55:55.543","ModifiedDate":"2018-01-11T18:59:28.81"},{"Id":"aaa50b69-2325-4130-9df9-714d5e9c83bb","Name":"Aspect RTA_DR -ESF","PublishedName":"Aspect RTA_DR -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2018-02-17T16:05:38.36","ModifiedDate":"2018-02-17T16:05:38.36"},{"Id":"c1af788e-0298-49ea-8ac8-72206eb97bd9","Name":"Underwriting-TLS-Testing","PublishedName":"Underwriting -TLS-Testing","ApplicationType":0,"Enabled":true,"AdminFolder":"TLS Testing\\","LifecycleState":1,"CreatedDate":"2018-12-05T22:24:47.983","ModifiedDate":"2018-12-05T22:49:43.983"},{"Id":"f5f29981-be80-4d74-9f17-749283f958f7","Name":"PeopleTools 855_21 Data Mover -ESF","PublishedName":"PeopleTools 855_21 Data Mover -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2018-03-29T18:46:20.587","ModifiedDate":"2018-03-29T18:46:20.587"},{"Id":"15d4b265-6b1e-40c6-b5ff-7805ebd14221","Name":"IBM Cognos Framework Manager 11 - ESF","PublishedName":"IBM Cognos Framework Manager 11 - ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2018-06-13T21:06:14.81","ModifiedDate":"2018-06-13T21:06:14.81"},{"Id":"66e2c91a-c4af-4105-96d0-7885a2ee8761","Name":"Informatica 951 Designer -ESF","PublishedName":"Informatica 951 Designer -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T18:25:17.22","ModifiedDate":"2017-06-02T18:25:17.22"},{"Id":"669eb17b-92d1-4c63-97cf-7cf7c0bc09ea","Name":"Informatica 10 Workflow Mon -ESF","PublishedName":"Informatica 10 Workflow Mon -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T19:07:26.77","ModifiedDate":"2017-06-02T19:07:26.77"},{"Id":"9f256153-e21a-4b05-9227-7df655b80207","Name":"ERwin -ESF","PublishedName":"ERwin -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-10-19T12:15:27.7","ModifiedDate":"2017-10-19T12:15:27.7"},{"Id":"8e3f0536-5f44-44ce-a799-7e1fdbc71106","Name":"Logoff Test","PublishedName":"Logoff Test","ApplicationType":0,"Enabled":false,"AdminFolder":"","LifecycleState":0,"CreatedDate":"2018-12-19T15:27:23.65","ModifiedDate":"2018-12-19T15:27:23.65"},{"Id":"57f4121b-993c-4311-ad00-7fc1f195c4fd","Name":"Citrix Studio -ESF","PublishedName":"Citrix Studio -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-06T18:31:14.787","ModifiedDate":"2017-06-06T18:31:14.787"},{"Id":"dd821c83-f87d-4d17-87cf-810e3df67d8a","Name":"Debit Adjustments -ESF","PublishedName":"Debit Adjustments -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-11-29T02:35:36.61","ModifiedDate":"2017-11-29T02:35:36.61"},{"Id":"cb5de67e-a82c-4be8-a5a7-81de02580af8","Name":"Notepad++ Test","PublishedName":"Notepad++ Test","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\Notepad++ Testing\\","LifecycleState":1,"CreatedDate":"2018-11-29T18:42:05.517","ModifiedDate":"2018-12-03T16:33:16.937"},{"Id":"428b13d0-a731-4330-bb00-845809963bd9","Name":"TrainAssist","PublishedName":"TrainAssist","ApplicationType":0,"Enabled":true,"AdminFolder":"RBA UAT\\","LifecycleState":0,"CreatedDate":"2018-11-27T20:26:49.523","ModifiedDate":"2018-11-27T20:26:49.523"},{"Id":"1e87bd79-d439-4a34-a8db-84d37d2973ad","Name":"Informatica 951 Workflow Mon -ESF","PublishedName":"Informatica 951 Workflow Mon -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T18:25:17.22","ModifiedDate":"2017-06-02T18:25:17.22"},{"Id":"aca3443f-e413-436a-8fe1-88cbf6fa8c9c","Name":"PeopleTools 855_21 App Designer -ESF","PublishedName":"PeopleTools 855_21 App Designer -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2018-03-29T18:45:20.607","ModifiedDate":"2018-03-29T18:45:20.607"},{"Id":"78959855-c6a5-4041-bf66-896e4494029b","Name":"Informatica 10 Repository Mgr -ESF","PublishedName":"Informatica 10 Repository Mgr -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T19:07:26.77","ModifiedDate":"2017-06-02T19:07:26.77"},{"Id":"ebe69949-c106-41d2-8871-8b28441b1b53","Name":"Oracle Jdeveloper - ESF","PublishedName":"Oracle Jdeveloper - ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-24T13:39:47.657","ModifiedDate":"2018-01-24T13:43:15.167"},{"Id":"714dc9e0-b4ff-4d9f-b762-8c65ee7c169e","Name":"Oracle Jdeveloper - ESF - Test","PublishedName":"Oracle Jdeveloper - ESF - Test","ApplicationType":0,"Enabled":false,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-23T11:31:05.353","ModifiedDate":"2018-01-23T23:44:58.74"},{"Id":"9b1f488c-cb8f-404d-8ed7-8f4230709b54","Name":"UltraEdit -ESF_1","PublishedName":"UltraEdit -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-11-06T18:25:15.79","ModifiedDate":"2018-11-06T18:38:04.063"},{"Id":"0343b9b6-9adf-461e-9e20-8f90e049bfb0","Name":"NICE Reviewer -ESF","PublishedName":"NICE Reviewer -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-08-24T14:25:49.847","ModifiedDate":"2017-08-24T14:25:49.847"},{"Id":"db6cd6aa-9d17-4bda-916c-8fc642271d18","Name":"Informatica 951 Repository Mgr -ESF","PublishedName":"Informatica 951 Repository Mgr -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T18:25:17.22","ModifiedDate":"2017-06-02T18:25:17.22"},{"Id":"1d89f0a3-8e8e-48c9-b704-92eba39ece32","Name":"RTA Test-ESF","PublishedName":"RTA Test-ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-01-09T20:59:13.393","ModifiedDate":"2018-01-11T18:59:28.81"},{"Id":"f1ed7f16-19a3-4fd9-ade6-9466931c6c3e","Name":"Remote Desktop Manager -ESF","PublishedName":"Remote Desktop Manager -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T15:47:00.007","ModifiedDate":"2017-06-02T15:47:00.007"},{"Id":"43b5e826-2dde-47a6-8d99-96a3925c7bd6","Name":"UltraEdit - Text Editor","PublishedName":"UltraEdit - Text Editor","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-11-06T18:36:17.907","ModifiedDate":"2018-11-06T18:50:15.187"},{"Id":"0e981613-b653-444e-b68d-9783cbf50c5a","Name":"Notepad","PublishedName":"Notepad","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2019-01-17T18:53:19.983","ModifiedDate":"2019-01-17T18:53:59.427"},{"Id":"f8feeaf9-7ad0-4279-b73b-97eb8c5240f0","Name":"Oracle Jdeveloper Test-ESF","PublishedName":"Oracle Jdeveloper Test-ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-24T00:13:37.043","ModifiedDate":"2018-01-24T11:35:32.027"},{"Id":"08291aa6-bff1-407b-900e-9a7105b88284","Name":"VMware vSphere 4 -ESF","PublishedName":"VMware vSphere 4 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-28T15:25:28.453","ModifiedDate":"2017-06-28T15:25:28.453"},{"Id":"cbb1669c-c192-47aa-b4a8-9acc559ad008","Name":"Aspect WFM_DR -ESF","PublishedName":"Aspect WFM_DR -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2018-02-17T16:02:06.95","ModifiedDate":"2018-02-17T16:02:06.95"},{"Id":"d9d48894-4e66-4ba5-bb9f-9b92d3109dd4","Name":"Underwriting_TLS_Testing","PublishedName":"Underwriting_TLS_Testing","ApplicationType":0,"Enabled":true,"AdminFolder":"TLS Testing\\","LifecycleState":1,"CreatedDate":"2018-12-05T22:43:25.317","ModifiedDate":"2019-01-05T13:54:02.99"},{"Id":"4fbe92f6-cc8a-4592-8de8-9d7e0abfcba0","Name":"PeopleTools 854 RPT Converter -ESF","PublishedName":"PeopleTools 854 RPT Converter -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2017-08-29T19:40:44.127","ModifiedDate":"2018-01-10T14:26:26.25"},{"Id":"ac6cac72-16f7-4e18-bfd1-a1d49ad51510","Name":"Notepad++ Test","PublishedName":"Notepad++ Test","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\Notepad++ Testing\\","LifecycleState":1,"CreatedDate":"2018-11-29T18:34:41.367","ModifiedDate":"2018-11-29T18:39:04.327"},{"Id":"1d86a4cf-ea8e-4d9e-84b1-a363bf053c4f","Name":"Informatica 10 DVO QA -ESF","PublishedName":"Informatica 10 DVO QA -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-08-10T20:35:24.08","ModifiedDate":"2017-08-10T20:35:24.08"},{"Id":"7a5ac795-e628-4a69-b538-a4e422b20b74","Name":"SQL 2014 Mgmt Studio -ESF","PublishedName":"SQL 2014 Mgmt Studio -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T15:46:45.03","ModifiedDate":"2017-06-02T15:46:45.03"},{"Id":"3af5ba00-2cd3-440f-9d54-a56899b439e2","Name":"Stat 6 2-Test","PublishedName":"Stat 6 2-Test","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2019-03-29T22:02:42.42","ModifiedDate":"2019-04-05T01:33:18.097"},{"Id":"39916fe8-fd3a-430e-ac7f-a7b3db9eba87","Name":"Informatica 10 DVO Dev -ESF","PublishedName":"Informatica 10 DVO Dev -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-08-10T11:52:32.877","ModifiedDate":"2017-08-10T11:52:32.877"},{"Id":"cf4c87b2-4d38-4b99-8633-a8a36e127522","Name":"ESF_ServrLoad Report","PublishedName":"ESF_ServerLoad Report","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":0,"CreatedDate":"2018-07-10T18:37:28.223","ModifiedDate":"2018-07-10T18:37:28.223"},{"Id":"b11acba3-4d5c-433a-935c-aa373f64b328","Name":"Microsoft Excel 2010 -ESF","PublishedName":"Microsoft Excel 2010 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T14:57:20.707","ModifiedDate":"2017-06-02T14:57:20.707"},{"Id":"c35581b2-1a07-4b94-acf4-aa62599e2a47","Name":"Avaya ASA -ESF","PublishedName":"Avaya ASA -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2018-02-03T18:51:18.313","ModifiedDate":"2018-02-03T18:51:18.313"},{"Id":"1f14b1d8-adc9-4136-a9d8-ab1dc9fda58c","Name":"Oracle BI Publisher -ESF","PublishedName":"Oracle BI Publisher -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2018-02-04T19:20:32.227","ModifiedDate":"2018-02-04T19:20:32.227"},{"Id":"9150d6ea-0128-44d5-9251-abb5e1df5200","Name":"Toad_Test","PublishedName":"Toad_Test","ApplicationType":0,"Enabled":true,"AdminFolder":"Stat_Test\\","LifecycleState":1,"CreatedDate":"2019-04-24T13:52:43.57","ModifiedDate":"2019-04-24T15:41:18.253"},{"Id":"04056a2e-a98d-44a6-96f7-ad8023c28d86","Name":"ADDT -ESF","PublishedName":"ADDT -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-11-18T14:51:47.007","ModifiedDate":"2017-11-18T14:51:47.007"},{"Id":"ba84f809-6078-4fac-9766-ae0a03ee85d5","Name":"Oracle JDeveloper Studio -ESF","PublishedName":"Oracle JDeveloper Studio -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2018-02-01T17:35:07.903","ModifiedDate":"2018-02-01T17:35:07.903"},{"Id":"800331cd-18f4-4cf0-bf23-ae31184ae0ef","Name":"Internet Explorer UAT-Test","PublishedName":"Internet Explorer UAT-Test","ApplicationType":0,"Enabled":true,"AdminFolder":"RBA UAT\\","LifecycleState":0,"CreatedDate":"2019-04-18T19:15:06.663","ModifiedDate":"2019-04-18T19:15:06.663"},{"Id":"7898f1cb-9633-4fd4-a287-ae3cdbc912cb","Name":"WORD_BI_Publisher_Test","PublishedName":"WORD_BI_Publisher_Test","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-01-29T15:09:25.147","ModifiedDate":"2018-02-07T04:23:38.503"},{"Id":"7245e747-66e7-4b7e-b5c4-aea5415c1415","Name":"Underwriting","PublishedName":"Underwriting","ApplicationType":0,"Enabled":true,"AdminFolder":"RBA UAT\\","LifecycleState":0,"CreatedDate":"2018-11-27T20:26:49.523","ModifiedDate":"2018-11-27T20:26:49.523"},{"Id":"806e2c71-d5f5-4e5c-810c-aeb079f073ff","Name":"Git-bash_TEST","PublishedName":"Git-bash_TEST","ApplicationType":0,"Enabled":false,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-03-26T19:53:43.927","ModifiedDate":"2018-05-03T22:39:00.127"},{"Id":"745cbb03-2408-4ac7-8980-af0259438c47","Name":"Notepad -ESF_1","PublishedName":"Notepad -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\Notepad++ Testing\\","LifecycleState":1,"CreatedDate":"2018-11-29T18:39:27.973","ModifiedDate":"2018-11-29T18:41:24.59"},{"Id":"1291f417-8ce8-46c1-ae6b-af0ba9bae990","Name":"Titan External-ESF Test","PublishedName":"Titan External-ESF Test","ApplicationType":0,"Enabled":false,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-05-04T03:33:33.73","ModifiedDate":"2018-12-14T12:27:57.103"},{"Id":"b2b536d1-e329-4ccc-bedf-af47c517172f","Name":"PeopleTools 855 Cfg Manager -ESF","PublishedName":"PeopleTools 855 Cfg Manager -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-10T14:32:15.497","ModifiedDate":"2018-07-28T14:16:51.293"},{"Id":"3354bb1d-11ae-4bdc-a160-b2638ae83f57","Name":"Citrix Studio -ESF_1","PublishedName":"Citrix Studio -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-01-16T05:03:35.717","ModifiedDate":"2018-01-16T05:04:47.567"},{"Id":"adb41f27-7e89-45ec-9261-b4a6c42d2d83","Name":"UltraEdit -ESF_test","PublishedName":"UltraEdit -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2017-09-13T18:46:26.253","ModifiedDate":"2017-09-13T18:47:20.637"},{"Id":"587bc3be-ca8b-4ac9-988a-b51e3176035e","Name":"Stat 5_8 -ESF","PublishedName":"Stat 5_8 -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2017-09-13T14:08:37.273","ModifiedDate":"2017-10-07T16:52:38.26"},{"Id":"19c9aada-b3ab-4b4d-88ec-b9dbf9409f57","Name":"Notepad++ Test","PublishedName":"Notepad++ Test","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\Notepad++ Testing\\","LifecycleState":0,"CreatedDate":"2018-12-03T16:34:45.363","ModifiedDate":"2018-12-03T16:34:45.363"},{"Id":"294ae347-fdbe-47d4-a50d-baa8be3062ad","Name":"Microsoft Word 2010","PublishedName":"Microsoft Word 2010","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2017-10-24T20:06:12.643","ModifiedDate":"2017-10-25T11:41:11.283"},{"Id":"0660a49e-d07a-4399-8590-bada0e4ccf1e","Name":"Titan_TLS_Testing","PublishedName":"Titan_TLS_Testing","ApplicationType":0,"Enabled":true,"AdminFolder":"TLS Testing\\","LifecycleState":1,"CreatedDate":"2018-12-05T22:13:47.617","ModifiedDate":"2018-12-05T22:55:16.823"},{"Id":"3e6db270-6a45-43b9-9f42-bda61923f36b","Name":"Oracle Jdeveloper - ESF","PublishedName":"Oracle Jdeveloper - ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-24T11:52:47.45","ModifiedDate":"2018-02-04T04:09:22.383"},{"Id":"df1d281b-6b7f-4d31-bdf9-bdc9197c31ef","Name":"Eclipse Neon -ESF","PublishedName":"Eclipse Neon -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-08-29T20:30:43.317","ModifiedDate":"2017-08-29T20:30:43.317"},{"Id":"53004007-a611-4dd9-9aab-be0fc0294c02","Name":"CBIS -ESF","PublishedName":"CBIS -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-08-28T18:47:37.26","ModifiedDate":"2017-08-28T18:47:37.26"},{"Id":"c0c90f6a-ed12-4de3-91aa-be17c15a92ce","Name":"PeopleTools 855 RPT Converter -ESF","PublishedName":"PeopleTools 855 RPT Converter -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-10T14:25:10.743","ModifiedDate":"2018-01-10T14:34:12.863"},{"Id":"f398bb96-571b-4d2b-827d-bea2530d3ef2","Name":"PCM-ESF-TEST","PublishedName":"PCM-ESF-TEST","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-05-08T21:01:46.153","ModifiedDate":"2018-06-05T19:04:25.607"},{"Id":"0fa855da-38f0-459b-ad9a-bf26aeada9f8","Name":"Notepad_1","PublishedName":"Notepad","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-03-09T00:45:13.583","ModifiedDate":"2018-04-13T17:33:52.973"},{"Id":"cb7e173d-2652-49d5-b087-c1618abbd2bd","Name":"PeopleTools 855 Data Mover -ESF","PublishedName":"PeopleTools 855 Data Mover -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2018-01-10T14:36:03.28","ModifiedDate":"2018-07-28T14:16:51.293"},{"Id":"a962d6ff-17cc-4af4-a117-c26f4a51a40e","Name":"SpeedboardLoader","PublishedName":"SpeedboardLoader","ApplicationType":0,"Enabled":true,"AdminFolder":"RBA UAT\\","LifecycleState":0,"CreatedDate":"2018-11-27T20:26:49.523","ModifiedDate":"2018-11-27T20:26:49.523"},{"Id":"f464e48a-cf2a-4704-a214-c2ad15116a8a","Name":"IE SF Test","PublishedName":"IE SF Test","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2018-01-27T20:07:42.193","ModifiedDate":"2018-04-13T14:11:18.767"},{"Id":"76940afe-7ffe-4744-bd68-c53bbd116290","Name":"Aspect WFM -ESF","PublishedName":"Aspect WFM -ESF","ApplicationType":0,"Enabled":false,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2017-06-02T14:57:20.66","ModifiedDate":"2018-02-18T05:35:14.103"},{"Id":"99381fdc-8ff0-4ef9-929e-c5ca23deb02e","Name":"eNable! -ESF","PublishedName":"eNable! -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T14:57:20.707","ModifiedDate":"2017-06-02T14:57:20.707"},{"Id":"bb0317f7-0476-414b-8ca2-c7bae1cb0b94","Name":"Internet Explorer -ESF","PublishedName":"Internet Explorer -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-14T13:34:28.707","ModifiedDate":"2017-06-14T13:34:28.707"},{"Id":"5dff7876-4b65-44ca-9335-c8350b7d7cf3","Name":"Informatica 10 Workflow Mgr -ESF","PublishedName":"Informatica 10 Workflow Mgr -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T19:07:26.77","ModifiedDate":"2017-06-02T19:07:26.77"},{"Id":"270ae4af-eb98-4d6d-97b5-c9e950508588","Name":"Microsoft Word 2010","PublishedName":"Microsoft Word 2010","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2017-06-02T14:57:20.707","ModifiedDate":"2017-06-02T15:43:13.81"},{"Id":"12b2e229-141e-4fe5-afcf-cb1c4534933f","Name":"Reflection Workspace -ESF","PublishedName":"Reflection Workspace -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T17:57:16.563","ModifiedDate":"2017-06-02T17:57:16.563"},{"Id":"69a1e99e-b155-4537-b055-d1fc3eee860b","Name":"SQL Business Intelligence 2012 -ESF","PublishedName":"SQL Business Intelligence 2012 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2018-02-13T19:17:57.837","ModifiedDate":"2018-02-13T19:17:57.837"},{"Id":"595ae471-7607-4aef-848b-d5cdb3ca15ca","Name":"ASA-ESF Test","PublishedName":"ASA-ESF Test","ApplicationType":0,"Enabled":false,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-02-01T21:36:30.917","ModifiedDate":"2018-02-08T18:42:32.62"},{"Id":"ac89a801-96e1-4b13-98b0-d7dd578df030","Name":"Orbital QA -ESF","PublishedName":"Orbital QA -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-09-14T11:52:22.33","ModifiedDate":"2017-09-14T11:52:22.33"},{"Id":"9569f0ea-7b2a-4234-aa31-d89c659b76d2","Name":"Stat 6_2_32bit","PublishedName":"Stat 6_2_32bit","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":1,"CreatedDate":"2019-04-05T01:32:48.057","ModifiedDate":"2019-04-05T02:05:39.563"},{"Id":"5f6aba04-fba4-4a39-b968-db5072448f74","Name":"TestStat 6 2","PublishedName":"Stat 6 2- Test","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2019-03-29T22:02:42.42","ModifiedDate":"2019-03-29T22:02:53.457"},{"Id":"58823d46-f103-424d-a0d8-dcb56880b3da","Name":"Git-Bash -ESF","PublishedName":"Git-Bash -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2018-11-16T17:01:38.79","ModifiedDate":"2018-11-16T17:01:38.79"},{"Id":"853e85f0-fe42-4dda-8124-e0bb6bbb5530","Name":"Integrity Client -ESF","PublishedName":"Integrity Client -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T15:54:04.13","ModifiedDate":"2017-06-02T15:54:04.13"},{"Id":"2333a16a-78d7-4d3c-9e82-e29d271f9dcc","Name":"Notepad_TEST","PublishedName":"Notepad_TEST","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2019-01-17T18:55:06.497","ModifiedDate":"2019-01-17T21:02:14.59"},{"Id":"c81b9560-4ec8-4308-9b7a-e508fce87ba5","Name":"EPM -ESF","PublishedName":"EPM-ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2018-02-01T17:45:56.74","ModifiedDate":"2018-02-01T17:45:56.74"},{"Id":"640988ef-dced-45f0-ade8-e5ff80aa233b","Name":"Orbital ConfigUI -ESF","PublishedName":"Orbital ConfigUI -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-07-11T17:19:25.35","ModifiedDate":"2017-07-11T17:19:25.35"},{"Id":"34f48a97-555f-45b3-b7b7-e7b5c86b84dc","Name":"App designer test","PublishedName":"App designer test","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-02-22T21:40:18.697","ModifiedDate":"2018-02-24T02:16:44.41"},{"Id":"620bf16a-378b-4ac7-a4c7-e7e8f4ae504c","Name":"Platform Balancing","PublishedName":"Platform Balancing","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":1,"CreatedDate":"2017-08-11T18:13:55.5","ModifiedDate":"2017-08-11T18:14:29.057"},{"Id":"e0852b6f-ddef-4687-b0cb-e8285c0555c4","Name":"TestExplorer-ESF","PublishedName":"TestExplorer-ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2019-04-08T19:59:05.51","ModifiedDate":"2019-04-24T13:50:12.47"},{"Id":"9ddf2d29-12e7-4362-bf43-e92b26544b9e","Name":"Peoplesoft Dev -ESF","PublishedName":"Peoplesoft Dev -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-09-14T11:55:52.927","ModifiedDate":"2017-09-14T11:55:52.927"},{"Id":"88c7b924-43ba-473b-aab5-eba6a21f2db7","Name":"SCOM 2012 Console -ESF","PublishedName":"SCOM 2012 Console -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-10-13T19:50:25.747","ModifiedDate":"2017-10-13T19:50:25.747"},{"Id":"673bf8c4-6811-4adf-bc82-ed09e52a7b88","Name":"GEMS 2 Pega -ESF","PublishedName":"GEMS 2 Pega -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-09-12T18:46:41.45","ModifiedDate":"2017-09-12T18:46:41.45"},{"Id":"d88d752b-b9ad-4704-9c31-ed2f908c65c0","Name":"Sqldeveloper -ESF","PublishedName":"Sqldeveloper -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T17:25:24.61","ModifiedDate":"2017-06-02T17:25:24.61"},{"Id":"30afa769-4b68-4d78-a0a8-ee41ddd5ea96","Name":"Remote Desktop Service -ESF","PublishedName":"Remote Desktop Service -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T17:57:31.543","ModifiedDate":"2017-06-02T17:57:31.543"},{"Id":"0ed4874e-d7b4-4b37-ad51-ee7e23949674","Name":"_NotePad Test","PublishedName":"_NotePad Test","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2018-01-29T20:49:25.387","ModifiedDate":"2018-02-24T02:18:49.8"},{"Id":"bcabf356-114f-4564-83a9-f076b338c739","Name":"Putty -ESF","PublishedName":"Putty -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T17:25:24.61","ModifiedDate":"2017-06-02T17:25:24.61"},{"Id":"12a82dfb-abb3-4f15-84c1-f0f9119cd0a3","Name":"Informatica 951 Workflow Mgr -ESF","PublishedName":"Informatica 951 Workflow Mgr -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T18:25:17.22","ModifiedDate":"2017-06-02T18:25:17.22"},{"Id":"31598baa-6834-4373-8c4d-f333b9756e62","Name":"Citrix Studio","PublishedName":"Citrix Studio","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2017-06-14T19:36:27.51","ModifiedDate":"2017-06-15T12:35:45.2"},{"Id":"9903fe48-63eb-4735-83b8-f54cb42f2aaf","Name":"Microsoft Word 2010 -ESF","PublishedName":"Microsoft Word 2010 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"General\\","LifecycleState":0,"CreatedDate":"2017-06-02T14:57:35.137","ModifiedDate":"2017-06-02T14:57:35.137"},{"Id":"e7e8c025-3c97-4c32-a5d0-f6efa354a586","Name":"Message Queue Tool -ESF","PublishedName":"Message Queue Tool -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-11-10T20:44:23.647","ModifiedDate":"2017-11-10T20:44:23.647"},{"Id":"3c711418-f062-4c69-85f9-f74fdd9ce877","Name":"Wireshark -ESF","PublishedName":"Wireshark -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T15:54:04.13","ModifiedDate":"2017-06-02T15:54:04.13"},{"Id":"61b637b0-6297-4ce0-b689-f8b906e0d839","Name":"Stat 6_2 -ESF","PublishedName":"Stat 6_2 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2019-03-05T01:43:58.093","ModifiedDate":"2019-03-05T01:43:58.093"},{"Id":"b2892976-9a97-4e72-b7bc-fd8c3c57ad73","Name":"Test Windows Explorer-ESF","PublishedName":"Test Windows Explorer-ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"","LifecycleState":1,"CreatedDate":"2019-03-28T16:08:27.783","ModifiedDate":"2019-03-29T21:53:55.513"},{"Id":"62120695-25ac-4500-9483-fecdcc7610f6","Name":"Toad for Oracle 12 -ESF","PublishedName":"Toad for Oracle 12 -ESF","ApplicationType":0,"Enabled":true,"AdminFolder":"Developer\\","LifecycleState":0,"CreatedDate":"2017-06-02T15:53:48.08","ModifiedDate":"2017-06-02T15:53:48.08"}]}
Thank you! Good job.
Unfortunately, the response is in the OData V3/V4 format which is not supported by pyodata yet.
That's the reason why you were getting the KeyError: 'd' exception.
pyodata expects the response in the format {"d": {"results": [{ ... while the response you posted has the format{"odata.metadata":"PLACEHOLDER","value":[{ ...
You can explore the differences at:
- https://services.odata.org/V2/Northwind/Northwind.svc/
- https://services.odata.org/V3/Northwind/Northwind.svc/
I am not sure how much effort would be needed to implement V3 support because we have no internal V3 service for testing and I do not want DoS the one mentioned above.
Anyway, I am not sure why the service returns V2 metadata but V3 data. You might consider contacting the service provider for support on this issue.
okay, thank you.. but fyi ... if i use, below code. i am getting count, but not further luck. thank for your help
test = directorReqData.entity_sets.Applications.get_entities().count().execute() print(test)
result is : 178