Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 

Paths, Admin Groups, Tags, and LSP Patterns Device Management RESTful Web Services

 

The following operations can be performed using the Connectivity Services Director Paths, Admin Groups, Tags, and LSP Patterns Management RESTful Web Services.

Get All TA Tags

This request is used to collect all the TA tags.

URI

api/space/nsas/ta/lsp-tags

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.lsp-tags +xml

Produces

Retrieves all the TA tags.

Output

Sample XML Output

Get All TA Device Tags

This request is used to collect all the TA device tags.

URI

api/space/nsas/ta/lsp-tags/devices

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.lsp-tags.devices+xml

Produces

Retrieves all the TA device tags.

Output

Sample XML Output

Get All TA Service Tags

This request is used to collect all the TA service tags.

URI

api/space/nsas/ta/lsp-tags/services

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.lsp-tags.devices+xml

Produces

Retrieves all the TA service tags.

Output

Sample XML Output

Get TA Tags By Tag ID

This request is used to collect a particular TA tag.

URI

api/space/nsas/ta/lsp-tags

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.lsp-tag+xml

Produces

Retrieves a particular TA tag.

Output

Sample XML Output

Get RSVP Paths By Device ID

This request is used to retrieve an RSVP path based on the device ID.

URI

api/space/nsas/ta-device-path/manage-devices/

devices/{device-id}

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.manage-devices.ta-device+xml

Produces

Retrieves the RSVP path based on the device ID.

Output

Sample XML Output

Get RSVP Admin Groups By Device ID

This request is used to retrieve an RSVP admin group based on the device ID.

URI

api/space/nsas/prestage-ta-device/manage-devices/

devices/{device-id}

HTTP Method

GET

Consumes

application/vnd.net.juniper.space.

manage-devices.ta-device+xml

Produces

Retrieves the RSVP admin group based on the device ID.

Output

Sample XML Output

Get LSP Patterns by Pattern ID

This request is used to collect a particular LSP pattern.

URI

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

service-patterns/{id}

HTTP Method

GET

Consumes

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

service-patterns-status+xml

Produces

Retrieves a particular LSP pattern.

Output

Sample XML Output

Create a New LSP Pattern

This request is used to create a new LSP pattern.

URI

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

service-patterns/

HTTP Method

POST

Content Type

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

service-patterns+xml

Consumes

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

service-patterns-status+xml

Produces

Creates an LSP pattern.

Input

Sample XML Input

Get All LSP Pattern Variables

This request is used to collect all the LSP pattern variables.

URI

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

service-patterns/{variable-type}/variables

Variable types are rsvp, general, static

HTTP Method

GET

Consumes

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

service-patterns-status+xml

Produces

Retrieves all the LSP pattern variables.

Output

Sample XML Output