Operation

get /esmBrowser/packetSwitchTemplate/getAllPacketSwitchTemplates
getAllPacketSwitchTemplates (getAllPacketSwitchTemplates : /esmBrowser/packetSwitchTemplate/getAllPacketSwitchTemplates)
getAllPacketSwitchTemplates


Return type
  • PacketSwitchTemplateHolderList
  • Responses

    Response Messages

    Schema

    200success PacketSwitchTemplateHolderList
    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/json

    External Docs
    See Also :

    Operation

    get /esmBrowser/packetSwitchTemplate/getAllPublishedPacketSwitchTemplates
    getAllPublishedPacketSwitchTemplates (getAllPublishedPacketSwitchTemplates : /esmBrowser/packetSwitchTemplate/getAllPublishedPacketSwitchTemplates)
    getAllPublishedPacketSwitchTemplates


    Return type
  • PacketSwitchTemplateHolderList
  • Responses

    Response Messages

    Schema

    200success PacketSwitchTemplateHolderList
    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/json

    External Docs
    See Also :

    Operation

    get /esmBrowser/packetSwitchTemplate/getPacketSwitchTemplateById/{id}
    getPacketSwitchTemplate (getPacketSwitchTemplate : /esmBrowser/packetSwitchTemplate/getPacketSwitchTemplateById/{id})
    getPacketSwitchTemplate

    Path parameters

    Name

    IsRequired

    Description

    Enum

    id required id ---

    Return type
  • PacketSwitchTemplateHolder
  • Responses

    Response Messages

    Schema

    200success PacketSwitchTemplateHolder
    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/json

    External Docs
    See Also :

    Operation

    get /esmBrowser/packetSwitchTemplate/getPacketSwitchTemplateByName/{templateName}
    getPacketSwitchTemplateByName (getPacketSwitchTemplateByName : /esmBrowser/packetSwitchTemplate/getPacketSwitchTemplateByName/{templateName})
    getPacketSwitchTemplateByName

    Path parameters

    Name

    IsRequired

    Description

    Enum

    templateName required templateName ---

    Return type
  • PacketSwitchTemplateHolder
  • Responses

    Response Messages

    Schema

    200success PacketSwitchTemplateHolder
    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/json

    External Docs
    See Also :

    PacketSwitchTemplateHolder

    Name

    Type

    Description

    Enum

    templateId Long long --- ---
    templateName String string --- ---
    templatePath String string --- ---
    descr String string --- ---
    author String string --- ---
    templateState String string --- ---
    createTime Long long --- ---
    modifyTime Long long --- ---
    operationalMode String string --- ---
    preProvCliCmd String string --- ---
    postProvCliCmd String string --- ---

    PacketSwitchTemplateHolderList

    Name

    Type

    Description

    Enum

    packetSwitchTemplateHolders array[PacketSwitchTemplateHolder] PacketSwitchTemplateHolder --- ---