Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 

RSVP LSP Services Management RESTful Web Services

 

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

Get an RSVP LSP Service By Service ID

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

URI

api/space/nsas/rsvp-lsp/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 RSVP LSP service.

Output

Sample XML Output

Get All RSVP LSP Services

This request is used to retrieve all the configured RSVP LSP services.

URI

api/space/nsas/rsvp-lsp/service-management/services

HTTP Method

GET

Consumes

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

servicesxml

Produces

Collects all the configured RSVP LSP services.

Output

Sample XML Output

Modify a Point-to-Point RSVP LSP Service

This request is used to modify an RSVP LSP service.

URI

api/space/nsas/rsvp-lsp/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 RSVP LSP service.

Input

Sample XML Input

Output

Sample XML Output

Modify a Point-to-Multipoint RSVP LSP Service

This request is used to modify an RSVP LSP service.

URI

api/space/nsas/rsvp-lsp/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 RSVP LSP service.

Input

Sample XML Input

Modify a RSVP LSP Service for Edit and Deletion of Paths

This request is used to modify an RSVP LSP service for editing and deleting paths.

URI

api/space/nsas/rsvp-lsp/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 RSVP LSP service.

Input

Sample XML Input

Force-Deploy an RSVP LSP Service

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

URI

api/space/nsas/rsvp-lsp/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 RSVP LSP service.

Input

Sample XML Input

Output

Sample XML Output

Decommission an RSVP LSP Service Immediately

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

URI

api/space/nsas/rsvp-lsp/service-management/

services/{serviceId}

HTTP Method

DELETE

Content-Type

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

Produces

Decommissions a previously created RSVP LSP service immediately.

Input

Sample XML Input

Output

Sample XML Output

Decommission an RSVP LSP Service Later

This request is used to decommission a previously created RSVP LSP service at a later time.

URI

api/space/nsas/rsvp-lsp/service-management/

services/{serviceId}

HTTP Method

DELETE

Content-Type

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

Produces

Decommissions a previously created RSVP LSP service at a later time.

Input

Sample XML Input

Output

Sample XML Output

Get Services for LSP Service Definition

This request is used to retrieve services for an LSP Service Definition.

URL

/api/space/nsas/rsvp-lsp/service-management/services/servicesfordefn/<defn-id>

HTTP Method

GET

Sample URL

https://192.0.2.10:8443/api/space/nsas/rsvp-lsp/service-management/services/servicesfordefn/9

Accept Header

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

Content Type

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

Request

Not applicable

Response