Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 

IP Services Management RESTful Web Services

 

The following operations can be performed using the Connectivity Services Director IP Services Management RESTful Web Services.

Get a Full-Mesh IP Service with Loopback Service By Service ID

This request is used to retrieve the details of a particular full-mesh IP service with loopback service.

URI

api/space/nsas/l3vpn/service-management/services/

<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.services+xml

Produces

Collects the details of a specific IP service with loopback service.

Output

Sample XML Output

Get a Hub-and-Spoke IP Service with Loopback Service By Service ID

This request is used to retrieve the details of a particular hub-and-spoke IP service with loopback service.

URI

api/space/nsas/l3vpn/service-management/

services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.services+xml

Produces

Collects the details of a specific IP service with loopback service.

Output

Sample XML Output

Get an IP Service with Manual Route Distinguisher and Route Target By Service ID

This request is used to retrieve the details of a particular IP service with manually-configured route distinguisher and route target.

URI

api/space/nsas/l3vpn/service-management/services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.services+xml

Produces

Collects the details of a specific IP service with manually-configured route distinguisher and route target.

Output

Sample XML Output

Get All IP Services

This request is used to retrieve all the configured IP services.

URI

api/space/nsas/l3vpn/service-management/services

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.servicesxml

Produces

Collects all the configured IP services.

Output

Sample XML Output

Get All IP Services By Customer ID or Name

This request is used to retrieve all the configured IP services based on customer name or customer ID.

URI

api/space/nsas/l3vpn/service-management/

services?customerId=360448

api/space/nsas/l3vpn/service-management/

services?customerName=Customer_005

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

services+xml;version=2

Produces

Collects all the configured IP services based on the customer name or ID.

Output

Sample XML Output

Get All IP Services with Pagination, Search, and Filter

This request is used to retrieve all the configured IP services with pagination, and to filter the results based on the search criteria

URI

api/space/nsas/l3vpn/service-management/services

?start=2&limit=3&sortorder=asc&sortedby=Name&filteredby="Name::L3Vpn

api/space/nsas/l3vpn/service-management/services

?start=2&limit=3

api/space/nsas/l3vpn/service-management/services

?paging=(start eq 2, limit eq 3)

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

services+xml;version=2

Produces

Collects all the configured IP services with pagination applied, and with a filtered result-set that matches the search criteria

Note

For service orders, you can sort with “sortedby=CreatedDate” and “sortedby=State”.

For Start and Limit attributes, you can provide integer values based on your requirement to sort and filter the API output. Sortorder can be “asc” and “desc”. The SortedBy attribute differs based on the APIs. For service orders, the SortedBy option can be “CtreatedDate”, “State”. For services, the SortedBy option can be “Name”, “LastModifiedDate”. The FilteredBy attribute differs based on the APIs. For service orders, the FilteredBy option can be “Name” and “State”. For services, the FilteredBy option can be “Name”.

If you enter “paging=(starteq 2, limit eq 3)”, which is not a single integer value, the display is according to index of records. In this case, it shows from the first indexed record to the third indexed record. If you enter "start=2&limit=3", it starts from the second record and displays the next three records in all.

You can specify multiple key:value pairs with the FilteredBy attribute. For example, to get service orders, you can use Get ServiceOrders with Name and State as “filteredby=Name::L3VPN@@State::Invalid”. Similarly, to get service orders, you can use with Name OR state “filteredby=Name::L3VPN!! State::Invalid”.

Output

Sample XML Output

Get an IP Service By Service ID

This request is used to retrieve the details of a particular IP service.

URI

api/space/nsas/l3vpn/service-management/

services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

service+xml;version=2

Produces

Collects the details of a specific IP service.

Output

Sample XML Output

Get an IP Service with Pseudowire Stitching By Service ID

This request is used to retrieve the details of a particular IP service with E-Line pseudowire stitching.

URI

api/space/nsas/l3vpn/service-management/

services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

service+xml;version=2

Produces

Collects the details of a specific IP service with E-Line pseudowire stitching.

Output

Sample XML Output

Get an E-Line Service with Pseudowire Stitching for an L3VPN By Service ID

This request is used to retrieve the details of a particular E-Line service stitched to an L3VPN.

URI

api/space/nsas/eline-ptp/service-management/

services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

service+xml;version=2

Produces

Collects the details of a specific E-Line service stitched to an L3VPN.

Output

Sample XML Output

Get an IP Service with VRF Route Label By Service ID

This request is used to retrieve the details of a particular IP service with VRF route label.

URI

api/space/nsas/l3vpn/service-management/

services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-

management.service+xml;version=2

Produces

Collects the details of a specific IP service with VRF route label.

Output

Sample XML Output

Modify an IP Service with Addition of a Site

This request is used to modify an IP service with addition of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/add-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

application/vnd.net.juniper.space.service-management.

service-status+xml

Produces

Modifies an IP service with addition of a site.

The XPath tag in a service template attribute is optional and we recommend that you use this tag.

Input (Version 1)

Sample XML Input

Input (With XPath)

Sample XML Input

Output (Version 1)

Sample XML Output

Input (Version 2)

Sample XML Input

Output (Version 2)

Sample XML Input

Modify an IP Service with Deletion of a Site

This request is used to modify an IP service with deletion of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/delete-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with deletion of a site.

Input (Version 1)

Sample XML Input

Output (Version 1)

Sample XML Output

Input (Version 2)

Sample XML Input

Output (Version 2)

Sample XML Input

Modify an IP Service for Service Name and Endpoint Details

This request is used to modify an IP service for service name and endpoint information.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with updates to service name and endpoint details.

Input

Sample XML Input

Output

Sample XML Output

Modify an IP Service with Loopback Interfaces for Addition of a Site

This request is used to modify an IP service with loopback interfaces for addition of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/add-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with loopback interfaces for addition of a site.

Input (Version 2)

Sample XML Input

Output (Version 2)

Sample XML Input

Modify an IP Service with Loopback Interfaces for Deletion of a Site

This request is used to modify an IP service with loopback interfaces for deletion of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/delete-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with loopback interfaces for deletion of a site.

Input (Version 2)

Sample XML Input

Output (Version 2)

Sample XML Input

Modify an IP Service with Loopback Interfaces

This request is used to modify an IP service with loopback interfaces for service name and endpoint details.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with loopback interfaces for service name and endpoint details.

Input

Sample XML Input

Output

Sample XML Input

Get an IP Service with Stitching Point By Service ID

This request is used to retrieve the details of a particular IP service configured with a stitching point.

URI

api/space/nsas/l3vpn/service-management/

services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

service+xml;version=2

Produces

Collects the details of a specific IP service configured with a stitching point.

Output

Sample XML Output

Modify an IP Service with Stitching Point for Addition of a Site

This request is used to modify an IP service with stitching point for addition of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/add-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with stitching point for addition of a site.

Input (Version 2)

Sample XML Input

Output (Version 2)

Sample XML Input

Modify an IP Service with Stitching Point for Deletion of a Site

This request is used to modify an IP service with stitching point for deletion of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/delete-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with stitching point for deletion of a site.

Input (Version 2)

Sample XML Input

Output (Version 2)

Sample XML Input

Modify an IP Service with Stitching Point

This request is used to modify an IP service with stitching point.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with stitching point.

Input

Sample XML Input

Output

Sample XML Input

Get All IP Services

This request is used to retrieve all the configured IP services.

URI

api/space/nsas/l3vpn/service-management/services

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

servicesxml

Produces

Collects all the configured IP services.

Output

Sample XML Output

Get All IP Services By Customer ID or Name

This request is used to retrieve all the configured Layer 2 Ethernet Private Line (EPL, also called E-Line) services based on customer name or customer ID.

URI

api/space/nsas/l3vpn/service-management/

services?customerId=360448

api/space/nsas/l3vpn/service-management/

services?customerName=Customer_005

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

services+xml;version=2

Produces

Collects all the configured IP services based on the customer name or ID.

Output

Sample XML Output

Get IP Service Details By Service ID

This request is used to retrieve the details of a particular IP service based on the service ID.

URI

api/space/nsas/l3vpn/service-management/

services/<service-Id>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

services+xml;version=2

Produces

Collects the details of a specific IP service by service ID.

Output (Version 2)

Sample XML Output

Force-Deploy an IP Service

This request is used to forcibly deploy a previously created IP service.

URI

api/space/nsas/l3vpn/service-management/

services/{serviceId}

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-management.

modify-service+xml

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

The options must be specified in the Action Element inside OperationSpecificData. The various options are as follows:

  • DeployNow

  • DeployLater

Produces

Forcibly deploys a previously created IP service.

Input

Sample XML Input

Output

Sample XML Output

Bulk Force-Deploy an IP Service

This request is used to forcibly deploy previously created services in a bulk operation.

URI

api/space/nsas/l3vpn/service-management/

services/{serviceId}

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-management.

modify-service+xml

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

The options must be specified in the Action Element inside OperationSpecificData. The various options are as follows:

  • DeployNow

  • DeployLater

Produces

Forcibly deploys previously created services in a bulk operation.

Input (Bulk Force-Deploy Immediately)

Sample XML Input

Input (Bulk Force-Deploy Later)

Sample XML Input

Output

Sample XML Output

Bulk Decommission IP Services

This request is used to decommission previously created services in a bulk operation..

URI

api/space/nsas/l3vpn/service-management/

services/{serviceId}

HTTP Method

DELETE

Content-Type

application/vnd.net.juniper.space.service-management.service+xml

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

Produces

Performs a single-step, wholesale decommissioning of previously created services.

Input (Bulk Decommission Immediately)

Sample XML Input

Input (Bulk Decommission Later)

Sample XML Input

Output

Sample XML Output

Deactivation of an IP Service

This request is used to deactivate a previously created service.

URI

api/space/nsas/l3vpn/service-management/

services/{serviceId}

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-management.

service.deactivate-service+xml

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

Produces

Deactivates a previously created service.

Input ( Deactivation Immediately)

Sample XML Input

Input (Deactivation Later)

Sample XML Input

Output

Sample XML Output

Bulk Deactivation of IP Services

This request is used to deactivate previously created services in a bulk operation.

URI

api/space/nsas/l3vpn/service-management/

services/{serviceId}

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-management.

services.deactivate-services+xml

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

Produces

Performs a single-step deactivation of previously created services.

Input (Bulk Deactivation Immediately)

Sample XML Input

Input (Bulk Deactivation Later)

Sample XML Input

Output

Sample XML Output

Reactivation of an IP Service

This request is used to reactivate a previously created service.

URI

api/space/nsas/l3vpn/service-management/

services/{serviceId}

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-management.

service.reactivate-service+xml

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

Produces

Reactivates a previously created service.

Input (Reactivation Immediately)

Sample XML Input

Input (Reactivation Later)

Sample XML Input

Output

Sample XML Output

Bulk Reactivation of IP Services

This request is used to reactivate previously created services in a bulk operation.

URI

api/space/nsas/l3vpn/service-management/

services/{serviceId}

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-management.

services.reactivate-services+xml

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

Produces

Performs a single-step reactivation of previously created services.

Input (Bulk Reactivation Immediately)

Sample XML Input

Input (Bulk Reactivation Later)

Sample XML Input

Output

Sample XML Output

Decommission an IP Service Immediately

This request is used to decommission a previously created IP service immediately.

URI

api/space/nsas/l3vpn/service-management/

services/{serviceId}

HTTP Method

DELETE

Content-Type

application/vnd.net.juniper.space.service-management.service+xml

Produces

Decommissions a previously created IP service immediately.

Input

Sample XML Input

Output

Sample XML Output

Modify a Full-Mesh IP Service with Static Routing Protocol for Addition of a Site

This request is used to modify an IP service with static routing protocol for addition of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/add-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

application/vnd.net.juniper.space.service-management.

service-status+xml

Produces

Modifies an IP service with static routing protocol and with addition of a site.

Input

Sample XML Input

Output

Sample XML Input

Modify a Full-Mesh IP Service with Static Routing Protocol for Deletion of a Site

This request is used to modify an IP service with deletion of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/delete-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with static routing protocol and with deletion of a site.

Input

Sample XML Input

Output

Sample XML Input

Modify a Full-Mesh IP Service with Static Routing Protocol for Service Name and Endpoint Details

This request is used to modify an IP service for service name and endpoint information.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with static routing protocol and with updates to service name and endpoint details.

Input

Sample XML Input

Output

Sample XML Output

Get a Full-Mesh IP Service with Static Routing Protocol By Service ID

This request is used to retrieve the details of a particular full-mesh IP service with static routing protocol.

URI

api/space/nsas/l3vpn/service-management/

services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.services+xml

Produces

Collects the details of a specific IP service with static routing protocol.

Output

Sample XML Output

Modify a Hub-and-Spoke IP Service with Static Routing Protocol for Addition of a Site

This request is used to modify an IP service with static routing protocol for addition of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/add-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.modify-service+xml

application/vnd.net.juniper.space.service-

management.modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

application/vnd.net.juniper.space.service-management.

service-status+xml

Produces

Modifies an IP service with static routing protocol and with addition of a site.

Input

Sample XML Input

Output

Sample XML Input

Modify a Hub-and-Spoke IP Service with Static Routing Protocol for Deletion of a Site

This request is used to modify an IP service with deletion of a site.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}/delete-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.modify-service+xml

application/vnd.net.juniper.space.service-

management.modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with static routing protocol and with deletion of a site.

Input

Sample XML Input

Output

Sample XML Input

Modify a Hub-and-Spoke IP Service with Static Routing Protocol for Service Name and Endpoint Details

This request is used to modify an IP service for service name and endpoint information.

URI

api/space/nsas/l3vpn/service-management/

services/{service-Id}

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml;version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml;version=2

Produces

Modifies an IP service with static routing protocol and with updates to service name and endpoint details.

Input

Sample XML Input

Output

Sample XML Output

Get a Hub-and-Spoke IP Service with Static Routing Protocol By Service ID

This request is used to retrieve the details of a particular hub-and-spoke IP service with static routing protocol.

URI

api/space/nsas/l3vpn/service-management/

services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.

services+xml

Produces

Collects the details of a specific IP service with static routing protocol.

Output

Sample XML Output

Get an IP Service with MC-LAG By Service ID

This request is used to retrieve the details of a particular IP service with MC-LAG.

URI

api/space/nsas/l3vpn/service-management/

services/<serviceId>

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.service-management.services+xml

Produces

Collects the details of a specific IP service with MC-LAG.

Output

Sample XML Output

Modify an IP Service with Default Service Template for Addition of a Site

This request is used to modify an IP service configured with default service template for addition of a site.

URI

api/space/nsas/l3vpn/service-management/

services/add-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

modify-service+xml; version=2;charset=UTF-8

Consumes

application/vnd.net.juniper.space.service-management.

service-status+xml; version=2

Produces

Modifies an IP service configured with default service template for addition of a site.

Input (Full-Mesh IP)

Sample XML Input

Output

Sample XML Output

Get IP Service Details with Endpoints Paginated

This request is used to get IP service details with endpoints paginated.

URI

api/space/nsas/l3vpn/service-management/

services/basics

HTTP Method

GET

Content-Type

application/vnd.net.juniper.space.service-

management.

service+xml; version2;

Consumes

application/vnd.net.juniper.space.service-management.

service+xml; version=2

Produces

Gets IP service details with endpoints paginated.

Output

Sample XML Output

Get an L3VPN Basic Service Details

This request is used to get an L3VPN basic service details.

URI

api/space/nsas/l3vpn/service-management/

services/basics

HTTP Method

GET

Content-Type

application/vnd.net.juniper.space.service-

management.

service+xml; version2;

Consumes

application/vnd.net.juniper.space.service-management.

service+xml; version=2

Produces

Gets an L3VPN basic service details.

Input (Full-Mesh IP)

Output

Sample XML Output

Get an IP Service Device Details

This request is used to get an IP service device details.

URI

api/space/nsas/l3vpn/service-management/

services/devices

HTTP Method

GET

Content-Type

application/vnd.net.juniper.space.service-

management.

service+xml; version2;

Consumes

application/vnd.net.juniper.space.service-management.

service+xml; version=2

Produces

Gets an IP service device details.

Output

Sample XML Output

Submit Modified IP Service

This request is used to submit a modified IP service.

URI

api/space/nsas/l3vpn/service-management/

services/update-sites

HTTP Method

POST

Content-Type

application/vnd.net.juniper.space.service-

management.

service+xml; version3;

Consumes

application/vnd.net.juniper.space.service-management.

service+xml; version=3

Produces

Submits a modified IP service.

Sample XML Output

Get an IP Service to Create an LSP

This request is used to retrieve an IP service for creating an LSP.

URL

/api/space/nsas/l3vpn/service-management/services/paging/<orderID>

HTTP Method

GET

Sample URL

https://192.0.2.10:8443/api/space/nsas/l3vpn/service-management/services/paging/131072

Accept

application/vnd.net.juniper.space.service-management.service+xml;version=2

Content Type

application/vnd.net.juniper.space.service-management.service+xml;version="2"

Request

Not Applicable

Response

Get an IP Service to Associate an LSP

This request is used to retrieve an IP service for associating an LSP.

URL

/api/space/nsas/l3vpn/service-management/services/paging/<orderID>

HTTP Method

GET

Sample URL

https://192.0.2.10:8443/api/space/nsas/l3vpn/service-management/services/paging/131072

Accept

application/vnd.net.juniper.space.service-management.service+xml;version=2

Content Type

application/vnd.net.juniper.space.service-management.service+xml;version="2"

Request

Not Applicable

Response