Operation
get /esmBrowser/mplstpProtectionTemplate/getAllMplstpProtectionTemplatesreturns all MplstpProtectionTemplates (getAllMplstpProtectionTemplates : /esmBrowser/mplstpProtectionTemplate/getAllMplstpProtectionTemplates)
Gets all Protection templates created successfully
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
mplsTpProtectionTemplateHolder
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Example Request Data
/esmBrowser/mplstpProtectionTemplate/getAllMplstpProtectionTemplates
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
Example Response Data
[{"templateId":1,"templateName":"Protection","author":"alcatel","desc":"Best Practices for Mpls Tp","templateState":"PUBLISHED","templatePath":null,"createTime":0,"protectionType":"Revertive","restoreTime":300,"rapidPSCTimer":"3.3ms","slowPSCTimer":5}]
External Docs
See Also :
mplsTpProtectionTemplateHolder
Name |
Type |
Description |
Enum |
|---|---|---|---|
| templateId | Long long |
--- | --- |
| templateName | String string |
--- | --- |
| author | String string |
--- | --- |
| desc | String string |
--- | --- |
| templateState | String string |
--- | --- |
| templatePath | String string |
--- | --- |
| createTime | Long long |
--- | --- |
| protectionType | String string |
--- | --- |
| restoreTime | Long long |
--- | --- |
| rapidPSCTimer | String string |
--- | --- |
| slowPSCTimer | Long long |
--- | --- |