RSVP LSP Service Definitions Management RESTful Web Services
The following operations can be performed using the Connectivity Services Director RSVP LSP Service Definitions Management RESTful Web Services.
Get All RSVP LSP Service Definitions
This request is used to retrieve all the configured RSVP LSP service definitions.
URI | api/space/nsas/rsvp-lsp/service-management/service-definitions |
HTTP Method | GET |
Consumes | application/vnd.net.juniper.space.service-management. |
Produces | Collects all the configured RSVP LSP service definitions. |
Output
Sample XML Output
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Data xmlns="services.schema.networkapi.jmp.juniper.net"> <ServiceResource size="4"> <ServiceDefinition href="/api/space/nsas/rsvp-lsp/service-management/service-definitions/69" uri="/api/space/nsas/rsvp-lsp/service-management/service-definitions/69" key="69"> <Common> <Name>RSVP LSP with BFD - P2MP Topology</Name> <Identity>69</Identity> <State>Published</State> <CreatedDate>2013-10-01T05:59:58.000+05:30</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType> RSVP </ServiceType> </ServiceDefinition> <ServiceDefinition href="/api/space/nsas/rsvp-lsp/service-management/service-definitions/48" uri="/api/space/nsas/rsvp-lsp/service-management/service-definitions/48" key="48"> <Common> <Name>RSVP LSP with BFD - Path Protection</Name> <Identity>48</Identity> <State>Published</State> <CreatedDate>2013-10-01T05:59:58.000+05:30</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType> RSVP </ServiceType> </ServiceDefinition> <ServiceDefinition href="/api/space/nsas/rsvp-lsp/service-management/service-definitions/36" uri="/api/space/nsas/rsvp-lsp/service-management/service-definitions/36" key="36"> <Common> <Name>RSVP LSP with Node Link Protection</Name> <Identity>36</Identity> <State>Published</State> <CreatedDate>2013-10-01T05:59:58.000+05:30</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType> RSVP </ServiceType> </ServiceDefinition> <ServiceDefinition href="/api/space/nsas/rsvp-lsp/service-management/service-definitions/23" uri="/api/space/nsas/rsvp-lsp/service-management/service-definitions/23" key="23"> <Common> <Name>RSVP LSP with Path Protection</Name> <Identity>23</Identity> <State>Published</State> <CreatedDate>2013-10-01T05:59:58.000+05:30</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType> RSVP </ServiceType> </ServiceDefinition> </ServiceResource> </Data>
Get RSVP LSP Service Definition Details By Definition ID
This request is used to retrieve the details of a particular Layer 2 Ethernet LAN (E-LAN) BGP service definition, based on the service definition ID.
URI | api/space/nsas/rsvp-lsp/service-management/service-definitions/ |
HTTP Method | GET |
Consumes | application/vnd.net.juniper.space.service-management. |
Produces | Collects the details of a specific RSVP LSP service definition. |
Output
Sample XML Output
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Data xmlns="services.schema.networkapi.jmp.juniper.net"> <ServiceResource> <ServiceDefinition> <Common> <Name>RSVP LSP with BFD - P2MP Topology</Name> <Identity>69</Identity> <State>Published</State> <Comments>RSVP LSP with BFD- P2MP Topology</Comments> <CreatedDate>2013-10-01T05:59:58.000+05:30</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>RSVP</ServiceType> <TA> <Topology>P2MP</Topology> <PathSelectionType>CSPF</PathSelectionType> <LSPProtectionType>No Protection</LSPProtectionType> <LocalProtectionType>N/A</LocalProtectionType> <ServiceTemplate>None</ServiceTemplate> <Advanced> <HopLimit Editable="true" Value="255" /> <ClassofService Editable="true" Value="1" /> <Bandwidth Editable="false" Value="0" /> <HoldPriority Editable="true" Value="0" /> <SetupPriority Editable="true" Value="7" /> <RetryLimit Editable="true" Value="30" /> <Adaptive Editable="false" Value="false" /> <LDPTunneling Editable="false" Value="false" /> <FastReroute Editable="false" Value="false" /> <Standby Editable="true" Value="true" /> </Advanced> <Autobandwidth> <AutoBWidth Editable="true" Value="false" /> <AdjustInterval Editable="false" Value="0" /> <MaxBandwidth Editable="false" Value="0" /> <MinBandwidth Editable="false" Value="0" /> </Autobandwidth> <BFD> <MinimumInterval Editable="true" Value="300" /> <MiniRecieveInterval Editable="true" Value="50" /> <Multiplier Editable="true" Value="3" /> <NoAdaption Editable="true" Value="true" /> <TransmitMinInterval Editable="true" Value="50" /> <TransmitThreshold Editable="true" Value="300" /> <DetectionThreshold Editable="true" Value="1000" /> <FailureAction Editable="true" Value="Teardown" /> </BFD> </TA> </ServiceDefinition> </ServiceResource> </Data>
Create an RSVP LSP Service Definition
This request is used to create an RSVP LSP service definition.
URI | api/space/nsas/rsvp-lsp/service-management/service-definitions/ |
HTTP Method | POST |
Content-Type | application/vnd.net.juniper.space.service- |
Consumes | application/vnd.net.juniper.space.service-management. |
Produces | Creates an RSVP LSP service definition. |
Input
Sample XML Input
<Data xmlns="services.schema.networkapi.jmp.juniper.net"> <ServiceResource> <ServiceDefinition> <Common> <Name>RSVP_LSP_Test_Via_API</Name> <Comments>P2P_CSPF_LP_LinkProtect</Comments> </Common> <ServiceType>RSVP</ServiceType> <ServiceElementConfigurationDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPServiceEndpointGroupParameterDefType"/> <ServiceEndPointConfigurationDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPEndPointParameterDefType"/> <TransportActivate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="RSVPLSPType"> <Topology>P2P</Topology> <PathSelectionType>CSPF</PathSelectionType> <LSPProtectionType>Path Protection</LSPProtectionType> <ServiceTemplate>None</ServiceTemplate> <Advanced> <HopLimit Editable="false">255</HopLimit> <ClassofService Editable="false">5</ClassofService> <Bandwidth Editable="false">159</Bandwidth> <HoldPriority Editable="false">0</HoldPriority> <SetupPriority Editable="false">7</SetupPriority> <RetryLimit Editable="false">0</RetryLimit> <RetryTimer Editable="false">1</RetryTimer> <Adaptive Editable="false">false</Adaptive> <LDPTunneling Editable="false">false</LDPTunneling> <FastReroute Editable="false">false</FastReroute> <Standby Editable="false">false</Standby> </Advanced> <Autobandwidth> <AutoBWidth Editable="false">true</AutoBWidth> <AdjustInterval Editable="true">86400</AdjustInterval> <MaxBandwidth Editable="true">10000</MaxBandwidth> <MinBandwidth Editable="true">4545</MinBandwidth> </Autobandwidth> <BFD> <MinimumInterval Editable="false">1</MinimumInterval> <MiniRecieveInterval Editable="false">1</MiniRecieveInterval> <Multiplier Editable="false">1</Multiplier> <NoAdaption Editable="false">false</NoAdaption> <TransmitMinInterval Editable="false">10</TransmitMinInterval> <TransmitThreshold Editable="false">11</TransmitThreshold> <DetectionThreshold Editable="false">2</DetectionThreshold> <FailureAction Editable="false">Make before break</FailureAction> <TearDownTimeout>30</TearDownTimeout> </BFD> </TransportActivate> </ServiceDefinition> </ServiceResource> <CustomAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ServiceDefinitionCustomActionType"> <Action>Publish</Action> </CustomAction> </Data>
Output
Sample XML Output
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Data xmlns="services.schema.networkapi.jmp.juniper.net"> <Status> <Identity> <Type>ServiceDefinition</Type> <Value>98796</Value> </Identity> <Code>200</Code> <Message>ServiceDefinition Created and Published Successfully</Message> </Status> </Data>
Publish and Unpublish an RSVP LSP Service Definition
This request is used to publish or unpublish an RSVP LSP service definition.
URI | api/space/nsas/rsvp-lsp/service-management/service-definitions/ |
HTTP Method | POST |
Content-Type | application/vnd.net.juniper.space.service-management. |
Consumes | application/vnd.net.juniper.space.service-management. Action types are Publish and Unpublish. |
Produces | Publishes or unpublishes an RSVP LSP service definition. |
Input for Unpublishing a Service Definition
Sample XML Input
<Data xmlns="services.schema.networkapi.jmp.juniper.net"> <CustomAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ServiceDefinitionCustomActionType"> <Action>UnPublish</Action> </CustomAction> </Data>
Output
Sample XML Output
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Data xmlns="services.schema.networkapi.jmp.juniper.net"> <Status> <Identity> <Type>ServiceDefinition</Type> <Value>7012365</Value> </Identity> <Code>200</Code> <Message>ServiceDefinition UnPublished Successfully</Message> </Status> </Data>
Input for Publishing a Service Definition
Sample XML Input
<Data xmlns="services.schema.networkapi.jmp.juniper.net"> <CustomAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ServiceDefinitionCustomActionType"> <Action>Publish</Action> </CustomAction> </Data>
Output
Sample XML Output
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Data xmlns="services.schema.networkapi.jmp.juniper.net"> <Status> <Identity> <Type>ServiceDefinition</Type> <Value>7012365</Value> </Identity> <Code>200</Code> <Message>ServiceDefinition Published Successfully</Message> </Status> </Data>
Delete an RSVP LSP Service Definition
This request is used to delete a previously configured RSVP LSP service definition.
URI | api/space/nsas/rsvp-lsp/service-management/service-definitions/ |
HTTP Method | DELETE |
Consumes | application/vnd.net.juniper.space.service-management. |
Produces | Deletes an RSVP LSP service definition. |
Output
Sample XML Output
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Data xmlns="services.schema.networkapi.jmp.juniper.net"> <Status> <Identity> <Type>ServiceDefinition</Type> <Value>7012365</Value> </Identity> <Code>200</Code> <Message>ServiceDefinition Deleted Successfully</Message> </Status> </Data>
Create Service Definition for NorthStar-Managed LSP
This request is used to create a service definition for a NorthStar-managed LSP.
URL | /api/space/nsas/rsvp-lsp/service-management/service-definitions |
HTTP Method | POST |
Sample URL | https://192.0.2.10:8080/api/space/nsas/rsvp-lsp/service-management/service-definitions |
Accept Header | application/xml |
Content Type | application/xml; |
Input
Sample
XML Input
""<?xml version=""1.0"" encoding=""UTF-8""?> <Data xmlns=""services.schema.networkapi.jmp.juniper.net""> <ServiceResource> <ServiceDefinition> <Common> <Name>NorthStar_SD</Name> <Comments /> </Common> <ServiceType>RSVP</ServiceType> <UseCount>0</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> <ServiceElementConfigurationDefinition xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:type=""PTPServiceEndpointGroupParameterDefType"" /> <ServiceEndPointConfigurationDefinition xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:type=""PTPEndPointParameterDefType"" /> <TransportActivate xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:type=""RSVPLSPType""> <ProvisioningMethodType>NETCONF</ProvisioningMethodType> <Topology>P2P</Topology> <Advanced> <Bandwidth Editable=""false"">2</Bandwidth> <HopLimit Editable=""false"">255</HopLimit> <SetupPriority Editable=""false"">7</SetupPriority> <HoldPriority Editable=""false"">3</HoldPriority> <TunnelMetric Editable=""false"">4</TunnelMetric> <RoutingMethod Editable=""false"">RouteByPCC</RoutingMethod> <MaxDelay Editable=""false"">5</MaxDelay> <MaxCost Editable=""false"">6</MaxCost> </Advanced> </TransportActivate> </ServiceDefinition> </ServiceResource> </Data>" "
Output
Sample
XML Output
" <?xml version=""1.0"" encoding=""UTF-8""?> <Data xmlns=""services.schema.networkapi.jmp.juniper.net""> <Status> <Identity> <Type>ServiceDefinition</Type> <Value>131072</Value> </Identity> <Code>200</Code> <Message>ServiceDefinition Created Successfully</Message> </Status> </Data>" "
Modify Service Definition for NorthStar-Managed LSP
This request is used to modify a configured service definition for a NorthStar-Managed LSP.
URL | /api/space/nsas/rsvp-lsp/service-management/service-definitions/<defn-id> |
HTTP Method | POST |
Sample URL | https://192.0.2.10:8080/api/space/nsas/rsvp-lsp/service-management/service-definitions/131072 |
Accept Header | application/xml |
Content Type | application/xml; |
Input
Sample
XML Input
"<?xml version=""1.0"" encoding=""UTF-8""?> <Data xmlns=""services.schema.networkapi.jmp.juniper.net""> <ServiceResource> <ServiceDefinition> <Common> <Name>NorthStar_SD</Name> <Comments /> </Common> <ServiceType>RSVP</ServiceType> <UseCount>0</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> <ServiceElementConfigurationDefinition xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:type=""PTPServiceEndpointGroupParameterDefType"" /> <ServiceEndPointConfigurationDefinition xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:type=""PTPEndPointParameterDefType"" /> <TransportActivate xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:type=""RSVPLSPType""> <ProvisioningMethodType>NETCONF</ProvisioningMethodType> <Topology>P2P</Topology> <Advanced> <Bandwidth Editable=""false"">2</Bandwidth> <HopLimit Editable=""false"">255</HopLimit> <SetupPriority Editable=""false"">7</SetupPriority> <HoldPriority Editable=""false"">3</HoldPriority> <TunnelMetric Editable=""false"">5</TunnelMetric> <RoutingMethod Editable=""false"">RouteByPCC</RoutingMethod> <MaxDelay Editable=""false"">5</MaxDelay> <MaxCost Editable=""false"">6</MaxCost> </Advanced> </TransportActivate> </ServiceDefinition> </ServiceResource> </Data>" "
Output
Sample
XML Output
"<?xml version=""1.0"" encoding=""UTF-8""?> <Data xmlns=""services.schema.networkapi.jmp.juniper.net""> <Status> <Identity> <Type>ServiceDefinition</Type> <Value>131073</Value> </Identity> <Code>200</Code> <Message>ServiceDefinition Modified Successfully</Message> </Status> </Data>" "
Get Service Definitions for LSPs Managed by NorthStar
This request is used to retrieve all the configured service definitions for LSPs managed by NorthStar.
URL | /api/space/nsas/rsvp-lsp/service-management/service-definitions/<definitionId> |
HTTP Method | GET |
Sample URL | https://192.0.2.10:8080/api/space/nsas/rsvp-lsp/service-management/service-definitions/131073 |
Accept | application/xml; |
Content Type | application/xml; |
Input
Not Applicable
Output
Sample
XML Output
"<?xml version=""1.0"" encoding=""UTF-8""?> <Data xmlns=""services.schema.networkapi.jmp.juniper.net""> <ServiceResource> <ServiceDefinition> <Common> <Name>NorthStar_SD</Name> <Identity>131073</Identity> <State>Unpublished</State> <CreatedDate>2018-06-20T12:01:12.000+05:30</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>RSVP</ServiceType> <TransportActivate xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:type=""RSVPLSPType""> <Topology>P2P</Topology> <ProvisioningMethodType>NETCONF</ProvisioningMethodType> <LSPProtectionType>Unknown</LSPProtectionType> <LocalProtectionType>Unknown</LocalProtectionType> <Advanced> <HopLimit Editable=""false"">255</HopLimit> <ClassofService Editable=""false"">0</ClassofService> <Bandwidth Editable=""false"">2</Bandwidth> <HoldPriority Editable=""false"">3</HoldPriority> <SetupPriority Editable=""false"">7</SetupPriority> <RetryLimit Editable=""false"">0</RetryLimit> <RetryTimer Editable=""false"">0</RetryTimer> <Adaptive Editable=""false"">false</Adaptive> <LDPTunneling Editable=""false"">false</LDPTunneling> <FastReroute Editable=""false"">false</FastReroute> <Standby Editable=""false"">false</Standby> <TunnelMetric Editable=""false"">5</TunnelMetric> <RoutingMethod Editable=""false"">RouteByPCC</RoutingMethod> <MaxCost Editable=""false"">6</MaxCost> <MaxDelay Editable=""false"">5</MaxDelay> <pathSelectionDef Editable=""false"">NONE</pathSelectionDef> <lspProtectionDef Editable=""false"">NONE</lspProtectionDef> </Advanced> <Autobandwidth> <AutoBWidth Editable=""false"">false</AutoBWidth> <AdjustInterval Editable=""false"">0</AdjustInterval> <MaxBandwidth Editable=""false"">0</MaxBandwidth> <MinBandwidth Editable=""false"">0</MinBandwidth> </Autobandwidth> </TransportActivate> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> </ServiceDefinition> </ServiceResource> </Data>" "
GET List of Published Service Definitions for LSPs Managed by NorthStar
This request is used to retrieve the list of all the published service definitions for LSPs managed by NorthStar.
URL | /api/space/nsas/rsvp-lsp/service-management/RSVP/service-definitions?isNorthStar=true&published=true |
HTTP Method | GET |
Sample URL | https://192.0.2.10/api/space/nsas/rsvp-lsp/service-management/RSVP/service-definitions?isNorthStar=true&published=true |
Accept | application/vnd.net.juniper.space.service-management.service+xml;version=2 |
Content Type | Not applicable |
Input
Not Applicable
Output
Sample
XML Output
""<?xml version=""1.0"" encoding=""UTF-8""?> <Data xmlns=""services.schema.networkapi.jmp.juniper.net""> <ServiceResource size=""8""> <ServiceDefinition key=""65536"" uri=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65536"" href=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65536""> <Common> <Name>test_lsp_AW</Name> <Identity>65536</Identity> <State>Published</State> <CreatedDate>2018-06-19T09:45:34.000Z</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>RSVP</ServiceType> <UseCount>16</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> </ServiceDefinition> <ServiceDefinition key=""65537"" uri=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65537"" href=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65537""> <Common> <Name>testa_2018_06_19_10_29_33_371</Name> <Identity>65537</Identity> <State>Published</State> <CreatedDate>2018-06-19T10:29:33.000Z</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>RSVP</ServiceType> <UseCount>0</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> </ServiceDefinition> <ServiceDefinition key=""65538"" uri=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65538"" href=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65538""> <Common> <Name>test_2018_06_19_12_30_49_271</Name> <Identity>65538</Identity> <State>Published</State> <CreatedDate>2018-06-19T12:30:49.000Z</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>RSVP</ServiceType> <UseCount>6</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> </ServiceDefinition> <ServiceDefinition key=""65539"" uri=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65539"" href=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65539""> <Common> <Name>test_2018_06_19_12_42_00_713</Name> <Identity>65539</Identity> <State>Published</State> <CreatedDate>2018-06-19T12:42:01.000Z</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>RSVP</ServiceType> <UseCount>0</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> </ServiceDefinition> <ServiceDefinition key=""65540"" uri=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65540"" href=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65540""> <Common> <Name>234test_2018_06_19_12_42_23_179</Name> <Identity>65540</Identity> <State>Published</State> <CreatedDate>2018-06-19T12:42:23.000Z</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>RSVP</ServiceType> <UseCount>1</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> </ServiceDefinition> <ServiceDefinition key=""65541"" uri=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65541"" href=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/65541""> <Common> <Name>tst_SR</Name> <Identity>65541</Identity> <State>Published</State> <CreatedDate>2018-06-19T12:46:03.000Z</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>SR</ServiceType> <UseCount>1</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> </ServiceDefinition> <ServiceDefinition key=""98304"" uri=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/98304"" href=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/98304""> <Common> <Name>test_SRT_2018_06_19_15_06_11_779</Name> <Identity>98304</Identity> <State>Published</State> <CreatedDate>2018-06-19T15:06:12.000Z</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>SR</ServiceType> <UseCount>1</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> </ServiceDefinition> <ServiceDefinition key=""131072"" uri=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/131072"" href=""/api/space/nsas/rsvp-lsp/service-management/service-definitions/131072""> <Common> <Name>LSP_SO_2018_06_20_07_25_33_152</Name> <Identity>131072</Identity> <State>Published</State> <CreatedDate>2018-06-20T07:25:33.000Z</CreatedDate> <CreatedBy>super</CreatedBy> </Common> <ServiceType>RSVP</ServiceType> <UseCount>1</UseCount> <IsStandard>false</IsStandard> <IsNorthStarLSPSD>true</IsNorthStarLSPSD> </ServiceDefinition> </ServiceResource> </Data>" "