Operation
get /esmBrowser/genericSvcTemplate/getAllPublishedTemplatesgetAllPublishedTemplates (getAllPublishedTemplates : /esmBrowser/genericSvcTemplate/getAllPublishedTemplates)
getAllPublishedTemplates
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
GenericTemplateHolderList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
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/xml
External Docs
See Also :
Operation
get /esmBrowser/genericSvcTemplate/getAllPublishedTemplatesByPath/{context}/{localTimeZoneOffset}/{globalFolderFlag}getAllPublishedTemplatesByPath (getAllPublishedTemplatesByPath : /esmBrowser/genericSvcTemplate/getAllPublishedTemplatesByPath/{context}/{localTimeZoneOffset}/{globalFolderFlag})
getAllPublishedTemplatesByPath
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| context | required | context | --- |
| localTimeZoneOffset | required | localTimeZoneOffset | --- |
| globalFolderFlag | required | globalFolderFlag | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
GenericTemplateHolderList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
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/xml
External Docs
See Also :
Operation
get /esmBrowser/genericSvcTemplate/getAllTemplatesgetAllTemplates (getAllTemplates : /esmBrowser/genericSvcTemplate/getAllTemplates)
getAllTemplates
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
GenericTemplateHolderList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
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/xml
External Docs
See Also :
Operation
get /esmBrowser/genericSvcTemplate/getAllTemplatesByPath/{context}/{localTimeZoneOffset}/{globalFolderFlag}getAllTemplatesByPath (getAllTemplatesByPath : /esmBrowser/genericSvcTemplate/getAllTemplatesByPath/{context}/{localTimeZoneOffset}/{globalFolderFlag})
getAllTemplatesByPath
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| context | required | context | --- |
| localTimeZoneOffset | required | localTimeZoneOffset | --- |
| globalFolderFlag | required | globalFolderFlag | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
GenericTemplateHolderList
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
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/xml
External Docs
See Also :
GenericTemplateHolder
Name |
Type |
Description |
Enum |
|---|---|---|---|
| templateName | String string |
--- | --- |
| templatePath | String string |
--- | --- |
| templateType | String string |
--- | --- |
| templateId | String string |
--- | --- |
| author | String string |
--- | --- |
| createTime | String string |
--- | --- |
| modifyTime | String string |
--- | --- |
| templateState | String string |
--- | --- |
| templatePropagateTopoChng | Integer integer |
--- | --- |
| qosTemplateType | Integer integer |
--- | --- |
GenericTemplateHolderList
Name |
Type |
Description |
Enum |
|---|---|---|---|
| genericTemplateHolder | array[GenericTemplateHolder] GenericTemplateHolder |
--- | --- |