Operation

get /pmProfile/correlateReportProfileToService/{granularity}/{serviceId}/{repId}
correlateReportProfileToService (correlateReportProfileToService : /pmProfile/correlateReportProfileToService/{granularity}/{serviceId}/{repId})
Correlate TCA Report Profile To Service
UI Navigation link :
1.Click on Operate
2.Click Ethernet Service Manager
3.Click on Operate-->Services
4.Select Service
5.Click on PM Report Profile Association
6.Select Granularity-->Continue
7.Select the profile and click on Correlate

Path parameters

Name

IsRequired

Description

Enum

granularity required granularity [0, 1]
serviceId required 'serviceId' can be ontained from rest call GetAllServicesWithAlarmState/{localTimeZoneOffset}/{nodeName}/{portName}/{pageContext}/{selectedHServiceName}with default values as GetAllServicesWithAlarmState/+5:30/ALL/ALL/SERVICE/ALL ---
repId required 'repId' from rest call /oms1350/pm/reportProfiles/?dojo.preventCache=1467988683519 as 'PMCOUNTREPID' ---

Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    pmProfile/correlateReportProfileToService/0/3/0

    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
    { "status": "OK", "errorReason": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveDmProfile
    createDmTcaProfile (createDmTcaProfile : /pmProfile/saveDmProfile)
    create Dm Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on DM TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMDmTcaProfileObj ---

    Return type
  • PMDmTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMDmTcaProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "aB_FD15": 5, "aB_FD24": 2, "aF_FDV15": 5, "aF_FDV24": 2, "aN_FDV15": 7, "aN_FDV24": 5, "dmTCAId": 0, "profileName": "test_dm3", "xB_FD15": 5, "xB_FD24": 3, "xF_FDV15": 7, "xF_FDV24": 1, "xN_FDV15": 8, "xN_FDV24": 2 }

    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
    { "profileName": "test_dm3", "dmTCAId": 5, "aB_FD15": "5", "aB_FD24": "2", "xB_FD15": "5", "xB_FD24": "3", "aN_FDV15": "7", "aN_FDV24": "5", "xN_FDV15": "8", "xN_FDV24": "2", "aF_FDV15": "5", "aF_FDV24": "2", "xF_FDV15": "7", "xF_FDV24": "1" }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveEmacProfile
    saveEmacProfile (createEmacTcaProfile : /pmProfile/saveEmacProfile)
    Creates Emac Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on Emac TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData E_PMEmacTcaProfileObj ---

    Return type
  • E_PMEmacTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success E_PMEmacTcaProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "emacTcaId": 20, "portProfileName": null, "ifInPackets15": 1, "ifInPackets24": 1, "ifOutPackets15": 1, "ifOutPackets24": 1, "ifInOctets15": 1, "ifInOctets24": 1, "ifOutOctets15": 1, "ifOutOctets24": 1, "ifInDiscards15": 1, "ifInDiscards24": 1, "ifOutDiscards15": 1, "ifOutDiscards24": 1, "ifInErrors15": 1, "ifInErrors24": 1, "ifOutErrors15": 1, "ifOutErrors24": 1, "highCapacityPkts15": 1, "highCapacityPkts24": 1, "highCapacityOctets15": 1, "highCapacityOctets24": 1, "emacProfileName": "Test_Emac" }

    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
    { "emacProfileName": "Test_Emac", "emacTcaId": 22, "ifInPackets15": "1", "ifInPackets24": "1", "ifOutPackets15": "1", "ifOutPackets24": "1", "ifInOctets15": "1", "ifInOctets24": "1", "ifOutOctets15": "1", "ifOutOctets24": "1", "ifInDiscards15": "1", "ifInDiscards24": "1", "ifOutDiscards15": "1", "ifOutDiscards24": "1", "ifInErrors15": "1", "ifInErrors24": "1", "ifOutErrors15": "1", "ifOutErrors24": "1", "highCapacityPkts15": "1", "highCapacityPkts24": "1", "highCapacityOctets15": "1", "highCapacityOctets24": "1" }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveMmacProfile
    saveMmacProfile (createMmacTcaProfile : /pmProfile/saveMmacProfile)
    Create Mmac Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on SAP TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMMmacTcaProfileObj ---

    Return type
  • PMMmacTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMMmacTcaProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "mmacTCAId": 0, "profileName": "Test_MMAC", "frameAssOkCount15": 1, "frameAssErrorCount15": 1, "fragCountTx15": 1, "frameSmdErrorCount15": 1, "fragCountRx15": 1, "frameAssOkCount24": 1, "frameAssErrorCount24": 1, "fragCountTx24": 1, "frameSmdErrorCount24": 1, "fragCountRx24": 1 }

    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
    { "profileName": "Test_MMAC", "mmacTCAId": 16, "frameAssErrorCount15": "1", "frameSmdErrorCount15": "1", "frameAssOkCount15": "1", "fragCountRx15": "1", "fragCountTx15": "1", "frameAssErrorCount24": "1", "frameSmdErrorCount24": "1", "frameAssOkCount24": "1", "fragCountRx24": "1", "fragCountTx24": "1" }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveOtnElineSoamNwProfile
    saveOtnElineSoamNwProfile (createNwElineSoamTcaProfile : /pmProfile/saveOtnElineSoamNwProfile)
    Create OTN Eline SOAM Network TCA Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet SOAM TCA Profile from the tree
    4.Click on General,create profile and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMTCAProfileObj ---

    Return type
  • PMTCAProfileObj
  • Responses

    Response Messages

    Schema

    200success PMTCAProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    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

    post /pmProfile/saveNwProfile
    saveNwProfile (createNwTcaProfile : /pmProfile/saveNwProfile)
    Create Network TCA Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on General,create profile and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMTCAProfileObj ---

    Return type
  • PMTCAProfileObj
  • Responses

    Response Messages

    Schema

    200success PMTCAProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "aB_FD15": 5, "aB_FD24": 2, "aF_FDV15": 5, "aF_FDV24": 2, "aF_FLR15": null, "aF_FLR24": null, "aN_FDV15": 7, "aN_FDV24": 5, "aN_FLR15": null, "aN_FLR24": null, "dmProfileName": "test_dm3", "dmTCAId": 5, "highCapacityOctets15": 7, "highCapacityOctets24": 2, "highCapacityPkts15": 6, "highCapacityPkts24": 4, "ifInDiscards15": 6, "ifInDiscards24": 4, "ifInErrors15": 4, "ifInErrors24": 2, "ifInOctets15": 7, "ifInOctets24": 5, "ifInPackets15": 4, "ifInPackets24": 2, "ifOutDiscards15": 5, "ifOutDiscards24": 3, "ifOutErrors15": 4, "ifOutErrors24": 2, "ifOutOctets15": 8, "ifOutOctets24": 7, "ifOutPackets15": 6, "ifOutPackets24": 5, "ingressOctetsDropped15": null, "ingressOctetsDropped24": null, "ingressPktsDropped15": null, "ingressPktsDropped24": null, "nwProfileId": 0, "nwProfileName": "test_4", "portProfileName": "test4_port", "portTcaId": 8, "q1OctetsDropped15": null, "q1OctetsDropped24": null, "q1PktsDropped15": null, "q1PktsDropped24": null, "q1ProfileName": null, "q2OctetsDropped15": null, "q2OctetsDropped24": null, "q2PktsDropped15": null, "q2PktsDropped24": null, "q2ProfileName": null, "q3OctetsDropped15": null, "q3OctetsDropped24": null, "q3PktsDropped15": null, "q3PktsDropped24": null, "q3ProfileName": null, "q4OctetsDropped15": null, "q4OctetsDropped24": null, "q4PktsDropped15": null, "q4PktsDropped24": null, "q4ProfileName": null, "q5OctetsDropped15": null, "q5OctetsDropped24": null, "q5PktsDropped15": null, "q5PktsDropped24": null, "q5ProfileName": null, "q6OctetsDropped15": null, "q6OctetsDropped24": null, "q6PktsDropped15": null, "q6PktsDropped24": null, "q6ProfileName": null, "q7OctetsDropped15": null, "q7OctetsDropped24": null, "q7PktsDropped15": null, "q7PktsDropped24": null, "q7ProfileName": null, "q8OctetsDropped15": null, "q8OctetsDropped24": null, "q8PktsDropped15": null, "q8PktsDropped24": null, "q8ProfileName": null, "queue1TCAId": 0, "queue2TCAId": 0, "queue3TCAId": 0, "queue4TCAId": 0, "queue5TCAId": 0, "queue6TCAId": 0, "queue7TCAId": 0, "queue8TCAId": 0, "sapProfileName": null, "sapTCAId": 0, "slmProfileName": null, "slmTCAId": 0, "xB_FD15": 5, "xB_FD24": 3, "xF_FDV15": 7, "xF_FDV24": 1, "xF_FLR15": null, "xF_FLR24": null, "xN_FDV15": 8, "xN_FDV24": 2, "xN_FLR15": null, "xN_FLR24": null }

    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
    { "nwProfileName": "test_4", "nwProfileId": 2, "portProfileName": "test4_port", "portTcaId": 8, "ifInPackets15": "4", "ifInPackets24": "2", "ifOutPackets15": "6", "ifOutPackets24": "5", "ifInOctets15": "7", "ifInOctets24": "5", "ifOutOctets15": "8", "ifOutOctets24": "7", "ifInDiscards15": "6", "ifInDiscards24": "4", "ifOutDiscards15": "5", "ifOutDiscards24": "3", "ifInErrors15": "4", "ifInErrors24": "2", "ifOutErrors15": "4", "ifOutErrors24": "2", "highCapacityPkts15": "6", "highCapacityPkts24": "4", "highCapacityOctets15": "7", "highCapacityOctets24": "2", "q1ProfileName": null, "queue1TCAId": 0, "q1PktsDropped15": null, "q1PktsDropped24": null, "q1OctetsDropped15": null, "q1OctetsDropped24": null, "q2ProfileName": null, "queue2TCAId": 0, "q2PktsDropped15": null, "q2PktsDropped24": null, "q2OctetsDropped15": null, "q2OctetsDropped24": null, "q3ProfileName": null, "queue3TCAId": 0, "q3PktsDropped15": null, "q3PktsDropped24": null, "q3OctetsDropped15": null, "q3OctetsDropped24": null, "q4ProfileName": null, "queue4TCAId": 0, "q4PktsDropped15": null, "q4PktsDropped24": null, "q4OctetsDropped15": null, "q4OctetsDropped24": null, "q5ProfileName": null, "queue5TCAId": 0, "q5PktsDropped15": null, "q5PktsDropped24": null, "q5OctetsDropped15": null, "q5OctetsDropped24": null, "q6ProfileName": null, "queue6TCAId": 0, "q6PktsDropped15": null, "q6PktsDropped24": null, "q6OctetsDropped15": null, "q6OctetsDropped24": null, "q7ProfileName": null, "queue7TCAId": 0, "q7PktsDropped15": null, "q7PktsDropped24": null, "q7OctetsDropped15": null, "q7OctetsDropped24": null, "q8ProfileName": null, "queue8TCAId": 0, "q8PktsDropped15": null, "q8PktsDropped24": null, "q8OctetsDropped15": null, "q8OctetsDropped24": null, "sapProfileName": "SAP Profile name is null", "sapTCAId": -1, "ingressPktsDropped15": null, "ingressPktsDropped24": null, "ingressOctetsDropped15": null, "ingressOctetsDropped24": null, "slmProfileName": "SLM Profile name is null", "slmTCAId": -1, "aN_FLR15": null, "aN_FLR24": null, "xN_FLR15": null, "xN_FLR24": null, "aF_FLR15": null, "aF_FLR24": null, "xF_FLR15": null, "xF_FLR24": null, "dmProfileName": "test_dm3", "dmTCAId": 5, "aB_FD15": "5", "aB_FD24": "2", "xB_FD15": "5", "xB_FD24": "3", "aN_FDV15": "7", "aN_FDV24": "5", "xN_FDV15": "8", "xN_FDV24": "2", "aF_FDV15": "5", "aF_FDV24": "2", "xF_FDV15": "7", "xF_FDV24": "1" }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveNwTpsProfile
    saveNwTpsProfile (createNwTpsTcaProfile : /pmProfile/saveNwTpsProfile)
    Create Network TCA Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on General,create profile and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMTCAProfileObj ---

    Return type
  • PMTCAProfileObj
  • Responses

    Response Messages

    Schema

    200success PMTCAProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "nwProfileId": 0, "nwProfileName": "Test_Profile", "portProfileName": "Port_profile", "ifInPackets15": 1, "ifInPackets24": 1, "ifOutPackets15": 1, "ifOutPackets24": 1, "ifInOctets15": 1, "ifInOctets24": null, "ifOutOctets15": null, "ifOutOctets24": null, "ifInDiscards15": null, "ifInDiscards24": null, "ifOutDiscards15": null, "ifOutDiscards24": null, "ifInErrors15": null, "ifInErrors24": null, "ifOutErrors15": null, "ifOutErrors24": null, "highCapacityPkts15": null, "highCapacityPkts24": null, "highCapacityOctets15": null, "highCapacityOctets24": null, "queue1TCAId": 4, "q1ProfileName": "Q1_profile", "q1PktsDropped15": 1, "q1PktsDropped24": 1, "q1OctetsDropped15": 1, "q1OctetsDropped24": null, "queue2TCAId": 0, "q2ProfileName": null, "q2PktsDropped15": null, "q2PktsDropped24": null, "q2OctetsDropped15": null, "q2OctetsDropped24": null, "queue3TCAId": 0, "q3ProfileName": null, "q3PktsDropped15": null, "q3PktsDropped24": null, "q3OctetsDropped15": null, "q3OctetsDropped24": null, "queue4TCAId": 0, "q4ProfileName": null, "q4PktsDropped15": null, "q4PktsDropped24": null, "q4OctetsDropped15": null, "q4OctetsDropped24": null, "queue5TCAId": 0, "q5ProfileName": null, "q5PktsDropped15": null, "q5PktsDropped24": null, "q5OctetsDropped15": null, "q5OctetsDropped24": null, "queue6TCAId": 0, "q6ProfileName": null, "q6PktsDropped15": null, "q6PktsDropped24": null, "q6OctetsDropped15": null, "q6OctetsDropped24": null, "queue7TCAId": 0, "q7ProfileName": null, "q7PktsDropped15": null, "q7PktsDropped24": null, "q7OctetsDropped15": null, "q7OctetsDropped24": null, "queue8TCAId": 0, "q8ProfileName": null, "q8PktsDropped15": null, "q8PktsDropped24": null, "q8OctetsDropped15": null, "q8OctetsDropped24": null, "emacTcaId": 21, "emacProfileName": "Emac_Profile", "ifInPackets15Emac": 1, "ifInPackets24Emac": 1, "ifOutPackets15Emac": 1, "ifOutPackets24Emac": 1, "ifInOctets15Emac": null, "ifInOctets24Emac": null, "ifOutOctets15Emac": null, "ifOutOctets24Emac": null, "ifInDiscards15Emac": null, "ifInDiscards24Emac": null, "ifOutDiscards15Emac": null, "ifOutDiscards24Emac": null, "ifInErrors15Emac": null, "ifInErrors24Emac": null, "ifOutErrors15Emac": null, "ifOutErrors24Emac": null, "highCapacityPkts15Emac": null, "highCapacityPkts24Emac": null, "highCapacityOctets15Emac": null, "highCapacityOctets24Emac": null, "pmacTcaId": 16, "pmacProfileName": "Pmac_Profile", "ifInPackets15Pmac": 1, "ifInPackets24Pmac": 1, "ifOutPackets15Pmac": 1, "ifOutPackets24Pmac": 1, "ifInOctets15Pmac": null, "ifInOctets24Pmac": null, "ifOutOctets15Pmac": null, "ifOutOctets24Pmac": null, "ifInDiscards15Pmac": null, "ifInDiscards24Pmac": null, "ifOutDiscards15Pmac": null, "ifOutDiscards24Pmac": null, "ifInErrors15Pmac": null, "ifInErrors24Pmac": null, "ifOutErrors15Pmac": null, "ifOutErrors24Pmac": null, "highCapacityPkts15Pmac": null, "highCapacityPkts24Pmac": null, "highCapacityOctets15Pmac": null, "highCapacityOctets24Pmac": null, "sapTCAId": 2, "sapProfileName": null, "ingressPktsDropped15": null, "ingressPktsDropped24": null, "ingressOctetsDropped15": null, "ingressOctetsDropped24": null, "mmacTCAId": 14, "mmacProfileName": "Mmac_Profile", "frameAssErrorCount15": 1, "frameSmdErrorCount15": 1, "frameAssOkCount15": null, "fragCountRx15": null, "fragCountTx15": null, "frameAssErrorCount24": 1, "frameSmdErrorCount24": 1, "frameAssOkCount24": null, "fragCountRx24": null, "fragCountTx24": null, "roeTCAId": 12, "roeProfileName": "Roe_Profile", "decapPktsDropped15": 1, "decapPktsDropped24": 1, "roeMapperTCAId": 14, "roeMapperProfileName": "Roe_MapperProfile", "txRoEpkts15": 1, "txRoEbytes15": 1, "txDropRoEpkts15": null, "encapQueueOverrun15": null, "txRoEpkts24": 1, "txRoEbytes24": 1, "txDropRoEpkts24": null, "encapQueueOverrun24": null, "roeDeMapperTCAId": 20, "roeDeMapperProfileName": "Roe_DeMapperProfile", "rxRoEpkts15": 1, "rxRoEbytes15": 1, "decapQueueOverrun15": null, "decapQueueUnderrun15": null, "decapPktMissing15": null, "decapPktSizeMismatch15": null, "rxRoEpkts24": null, "rxRoEbytes24": null, "decapQueueOverrun24": null, "decapQueueUnderrun24": null, "decapPktMissing24": null, "decapPktSizeMismatch24": null, "slmTCAId": 4, "slmProfileName": null, "aN_FLR15": null, "aN_FLR24": null, "aN_FLRCont": null, "xN_FLR15": null, "xN_FLR24": null, "xN_FLRCont": null, "aF_FLR15": null, "aF_FLR24": null, "aF_FLRCont": null, "xF_FLR15": null, "xF_FLR24": null, "xF_FLRCont": null, "n_HLI15": null, "n_HLI24": null, "n_HLICont": null, "f_HLI15": null, "f_HLI24": null, "f_HLICont": null, "n_UAI15": null, "n_UAI24": null, "n_UAICont": null, "f_UAI15": null, "f_UAI24": null, "f_UAICont": null, "dmProfileName": null, "dmTCAId": 3, "aB_FD15": null, "aB_FD24": null, "xB_FD15": null, "xB_FD24": null, "aN_FDV15": null, "aN_FDV24": null, "xN_FDV15": null, "xN_FDV24": null, "aF_FDV15": null, "aF_FDV24": null, "xF_FDV15": null, "xF_FDV24": null }

    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
    { "nwProfileName": "Test_Profile", "nwProfileId": 4, "portProfileName": "Port_profile", "portTcaId": 2, "ifInPackets15": "1", "ifInPackets24": "1", "ifOutPackets15": "1", "ifOutPackets24": "1", "ifInOctets15": "1", "ifInOctets24": null, "ifOutOctets15": null, "ifOutOctets24": null, "ifInDiscards15": null, "ifInDiscards24": null, "ifOutDiscards15": null, "ifOutDiscards24": null, "ifInErrors15": null, "ifInErrors24": null, "ifOutErrors15": null, "ifOutErrors24": null, "highCapacityPkts15": null, "highCapacityPkts24": null, "highCapacityOctets15": null, "highCapacityOctets24": null, "q1ProfileName": "Q1_profile", "queue1TCAId": 4, "q1PktsDropped15": "1", "q1PktsDropped24": "1", "q1OctetsDropped15": "1", "q1OctetsDropped24": null, "q2ProfileName": null, "queue2TCAId": 0, "q2PktsDropped15": null, "q2PktsDropped24": null, "q2OctetsDropped15": null, "q2OctetsDropped24": null, "q3ProfileName": null, "queue3TCAId": 0, "q3PktsDropped15": null, "q3PktsDropped24": null, "q3OctetsDropped15": null, "q3OctetsDropped24": null, "q4ProfileName": null, "queue4TCAId": 0, "q4PktsDropped15": null, "q4PktsDropped24": null, "q4OctetsDropped15": null, "q4OctetsDropped24": null, "q5ProfileName": null, "queue5TCAId": 0, "q5PktsDropped15": null, "q5PktsDropped24": null, "q5OctetsDropped15": null, "q5OctetsDropped24": null, "q6ProfileName": null, "queue6TCAId": 0, "q6PktsDropped15": null, "q6PktsDropped24": null, "q6OctetsDropped15": null, "q6OctetsDropped24": null, "q7ProfileName": null, "queue7TCAId": 0, "q7PktsDropped15": null, "q7PktsDropped24": null, "q7OctetsDropped15": null, "q7OctetsDropped24": null, "q8ProfileName": null, "queue8TCAId": 0, "q8PktsDropped15": null, "q8PktsDropped24": null, "q8OctetsDropped15": null, "q8OctetsDropped24": null, "sapProfileName": null, "sapTCAId": 2, "ingressPktsDropped15": null, "ingressPktsDropped24": null, "ingressOctetsDropped15": null, "ingressOctetsDropped24": null, "slmProfileName": null, "slmTCAId": 4, "aN_FLR15": null, "aN_FLR24": null, "aN_FLRCont": null, "xN_FLR15": null, "xN_FLR24": null, "xN_FLRCont": null, "aF_FLR15": null, "aF_FLR24": null, "aF_FLRCont": null, "xF_FLR15": null, "xF_FLR24": null, "xF_FLRCont": null, "n_HLI15": null, "n_HLI24": null, "n_HLICont": null, "f_HLI15": null, "f_HLI24": null, "f_HLICont": null, "n_UAI15": null, "n_UAI24": null, "n_UAICont": null, "f_UAI15": null, "f_UAI24": null, "f_UAICont": null, "dmProfileName": null, "dmTCAId": 3, "aB_FD15": null, "aB_FD24": null, "xB_FD15": null, "xB_FD24": null, "aN_FDV15": null, "aN_FDV24": null, "xN_FDV15": null, "xN_FDV24": null, "aF_FDV15": null, "aF_FDV24": null, "xF_FDV15": null, "xF_FDV24": null, "emacProfileName": "YEMAC", "emacTcaId": 21, "ifInPackets15Emac": "1", "ifInPackets24Emac": "1", "ifOutPackets15Emac": "1", "ifOutPackets24Emac": null, "ifInOctets15Emac": null, "ifInOctets24Emac": null, "ifOutOctets15Emac": null, "ifOutOctets24Emac": null, "ifInDiscards15Emac": null, "ifInDiscards24Emac": null, "ifOutDiscards15Emac": null, "ifOutDiscards24Emac": null, "ifInErrors15Emac": null, "ifInErrors24Emac": null, "ifOutErrors15Emac": null, "ifOutErrors24Emac": null, "highCapacityPkts15Emac": null, "highCapacityPkts24Emac": null, "highCapacityOctets15Emac": null, "highCapacityOctets24Emac": null, "pmacProfileName": "YPMAC", "pmacTcaId": 16, "ifInPackets15Pmac": "1", "ifInPackets24Pmac": "1", "ifOutPackets15Pmac": "1", "ifOutPackets24Pmac": null, "ifInOctets15Pmac": null, "ifInOctets24Pmac": null, "ifOutOctets15Pmac": null, "ifOutOctets24Pmac": null, "ifInDiscards15Pmac": null, "ifInDiscards24Pmac": null, "ifOutDiscards15Pmac": null, "ifOutDiscards24Pmac": null, "ifInErrors15Pmac": null, "ifInErrors24Pmac": null, "ifOutErrors15Pmac": null, "ifOutErrors24Pmac": null, "highCapacityPkts15Pmac": null, "highCapacityPkts24Pmac": null, "highCapacityOctets15Pmac": null, "highCapacityOctets24Pmac": null, "mmacProfileName": "Mmac_Profile", "mmacTCAId": 14, "frameAssErrorCount15Mmac": null, "frameSmdErrorCount15Mmac": null, "frameAssOkCount15Mmac": null, "fragCountRx15Mmac": null, "fragCountTx15Mmac": null, "frameAssErrorCount24Mmac": null, "frameSmdErrorCount24Mmac": null, "frameAssOkCount24Mmac": null, "fragCountRx24Mmac": null, "fragCountTx24Mmac": null, "roeProfileName": "Roe_Profile", "roeTCAId": 12, "decapPktsDropped15": "1", "decapPktsDropped24": "1", "roeMapperProfileName": "Roe_MapperProfile", "roeMapperTCAId": 14, "txRoEpkts15": "1", "txRoEbytes15": "1", "txDropRoEpkts15": null, "encapQueueOverrun15": null, "txRoEpkts24": "1", "txRoEbytes24": "1", "txDropRoEpkts24": null, "encapQueueOverrun24": null, "roeDeMapperProfileName": "Roe_DeMapperProfile", "roeDeMapperTCAId": 20, "rxRoEpkts15": "1", "rxRoEbytes15": "1", "decapQueueOverrun15": null, "decapQueueUnderrun15": null, "decapPktMissing15": null, "decapPktSizeMismatch15": null, "rxRoEpkts24": null, "rxRoEbytes24": null, "decapQueueOverrun24": null, "decapQueueUnderrun24": null, "decapPktMissing24": null, "decapPktSizeMismatch24": null, "id": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/savePmacProfile
    savePmacProfile (createPmacTcaProfile : /pmProfile/savePmacProfile)
    Creates Emac Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on Emac TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData E_PMPmacTcaProfileObj ---

    Return type
  • E_PMPmacTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success E_PMPmacTcaProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "pmacTcaId": 15, "portProfileName": null, "ifInPackets15": 1, "ifInPackets24": 1, "ifOutPackets15": 1, "ifOutPackets24": 1, "ifInOctets15": 1, "ifInOctets24": 1, "ifOutOctets15": 1, "ifOutOctets24": 1, "ifInDiscards15": 1 ,"ifInDiscards24": 1, "ifOutDiscards15": 1, "ifOutDiscards24": 1, "ifInErrors15": 1, "ifInErrors24": 1, "ifOutErrors15": 1, "ifOutErrors24": 1, "highCapacityPkts15": 1, "highCapacityPkts24": 1, "highCapacityOctets15": 1, "highCapacityOctets24": 1, "pmacProfileName": "Test_PMAC" }

    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
    { "pmacProfileName": "Test_PMAC", "pmacTcaId": 17, "ifInPackets15": "1", "ifInPackets24": "1", "ifOutPackets15": "1", "ifOutPackets24": "1", "ifInOctets15": "1", "ifInOctets24": "1", "ifOutOctets15": "1", "ifOutOctets24": "1", "ifInDiscards15": "1", "ifInDiscards24": "1", "ifOutDiscards15": "1", "ifOutDiscards24": "1", "ifInErrors15": "1", "ifInErrors24": "1", "ifOutErrors15": "1", "ifOutErrors24": "1", "highCapacityPkts15": "1", "highCapacityPkts24": "1", "highCapacityOctets15": "1", "highCapacityOctets24": "1" }

    External Docs
    See Also :

    Operation

    post /pmProfile/savePortProfile
    savePortProfile (createPortTcaProfile : /pmProfile/savePortProfile)
    Creates Port Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on Port TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMPortTCAProfileObj ---

    Return type
  • PMPortTCAProfileObj
  • Responses

    Response Messages

    Schema

    200success PMPortTCAProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "highCapacityOctets15": 5, "highCapacityOctets24": 2, "highCapacityPkts15": 5, "highCapacityPkts24": 2, "ifInDiscards15": 5, "ifInDiscards24": 2, "ifInErrors15": 5, "ifInErrors24": 2, "ifInOctets15": 5, "ifInOctets24": 2, "ifInPackets15": 5, "ifInPackets24": 2, "ifOutDiscards15": 5, "ifOutDiscards24": 2, "ifOutErrors15": 5, "ifOutErrors24": 2, "ifOutOctets15": 5, "ifOutOctets24": 2, "ifOutPackets15": 5, "ifOutPackets24": 2, "portProfileName": "test_port2", "portTcaId": 0, "q1OctetsDropped15": null, "q1OctetsDropped24": null, "q1PktsDropped15": null, "q1PktsDropped24": null, "q1ProfileName": null, "q2OctetsDropped15": null, "q2OctetsDropped24": null, "q2PktsDropped15": null, "q2PktsDropped24": null, "q2ProfileName": null, "q3OctetsDropped15": null, "q3OctetsDropped24": null, "q3PktsDropped15": null, "q3PktsDropped24": null, "q3ProfileName": null, "q4OctetsDropped15": null, "q4OctetsDropped24": null, "q4PktsDropped15": null, "q4PktsDropped24": null, "q4ProfileName": null, "q5OctetsDropped15": null, "q5OctetsDropped24": null, "q5PktsDropped15": null, "q5PktsDropped24": null, "q5ProfileName": null, "q6OctetsDropped15": null, "q6OctetsDropped24": null, "q6PktsDropped15": null, "q6PktsDropped24": null, "q6ProfileName": null, "q7OctetsDropped15": null, "q7OctetsDropped24": null, "q7PktsDropped15": null, "q7PktsDropped24": null, "q7ProfileName": null, "q8OctetsDropped15": null, "q8OctetsDropped24": null, "q8PktsDropped15": null, "q8PktsDropped24": null, "q8ProfileName": null, "queue1TCAId": 0, "queue2TCAId": 0, "queue3TCAId": 0, "queue4TCAId": 0, "queue5TCAId": 0, "queue6TCAId": 0, "queue7TCAId": 0, "queue8TCAId": 0 }

    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
    { "portProfileName": "test_port2", "portTcaId": 7, "queue1TCAId": 0, "queue2TCAId": 0, "queue3TCAId": 0, "queue4TCAId": 0, "queue5TCAId": 0, "queue6TCAId": 0, "queue7TCAId": 0, "queue8TCAId": 0, "ifInPackets15": "5", "ifInPackets24": "2", "ifOutPackets15": "5", "ifOutPackets24": "2", "ifInOctets15": "5", "ifInOctets24": "2", "ifOutOctets15": "5", "ifOutOctets24": "2", "ifInDiscards15": "5", "ifInDiscards24": "2", "ifOutDiscards15": "5", "ifOutDiscards24": "2", "ifInErrors15": "5", "ifInErrors24": "2", "ifOutErrors15": "5", "ifOutErrors24": "2", "highCapacityPkts15": "5", "highCapacityPkts24": "2", "highCapacityOctets15": "5", "highCapacityOctets24": "2", "q1ProfileName": null, "q1PktsDropped15": null, "q1PktsDropped24": null, "q1OctetsDropped15": null, "q1OctetsDropped24": null, "q2ProfileName": null, "q2PktsDropped15": null, "q2PktsDropped24": null, "q2OctetsDropped15": null, "q2OctetsDropped24": null, "q3ProfileName": null, "q3PktsDropped15": null, "q3PktsDropped24": null, "q3OctetsDropped15": null, "q3OctetsDropped24": null, "q4ProfileName": null, "q4PktsDropped15": null, "q4PktsDropped24": null, "q4OctetsDropped15": null, "q4OctetsDropped24": null, "q5ProfileName": null, "q5PktsDropped15": null, "q5PktsDropped24": null, "q5OctetsDropped15": null, "q5OctetsDropped24": null, "q6ProfileName": null, "q6PktsDropped15": null, "q6PktsDropped24": null, "q6OctetsDropped15": null, "q6OctetsDropped24": null, "q7ProfileName": null, "q7PktsDropped15": null, "q7PktsDropped24": null, "q7OctetsDropped15": null, "q7OctetsDropped24": null, "q8ProfileName": null, "q8PktsDropped15": null, "q8PktsDropped24": null, "q8OctetsDropped15": null, "q8OctetsDropped24": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveQueueProfile
    saveQueueProfile (createQueueTcaProfile : /pmProfile/saveQueueProfile)
    Create Queue Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on Queue TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMQueueTCAProfileObj ---

    Return type
  • PMQueueTCAProfileObj
  • Responses

    Response Messages

    Schema

    200success PMQueueTCAProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    /pmProfile/saveQueueProfile

    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
    { "queueTCAId": 0, "profileName": "q1_test", "pktsDropped15": 5, "pktsDropped24": 2, "octetsDropped15": 5 }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveRoeDeMapperProfile
    saveRoeDeMapperProfile (createRoeDeMapperTcaProfile : /pmProfile/saveRoeDeMapperProfile)
    Create Roe DeMapper Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on SLM TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMRoeDeMapperTcaProfileObj ---

    Return type
  • PMRoeDeMapperTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMRoeDeMapperTcaProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "roeDemapperTCAId": 0, "profileName": "Test_RoeDeMapper", "rxRoEpkts15": 1, "rxRoEbytes15": 1, "decapQueueOverrun15": 1, "decapQueueUnderrun15": 1, "decapPktMissing15": 1, "decapPktSizeMismatch15": 1, "rxRoEpkts24": 1, "rxRoEbytes24": 1, "decapQueueOverrun24": 1, "decapQueueUnderrun24": 1, "decapPktMissing24": 1, "decapPktSizeMismatch24": 1 }

    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
    { "profileName": "Test_RoeDeMapper", "roeDeMapperTCAId": 21, "rxRoEpkts15": "1", "rxRoEbytes15": "1", "decapQueueOverrun15": "1", "decapQueueUnderrun15": "1", "decapPktMissing15": "1", "decapPktSizeMismatch15": "1", "rxRoEpkts24": "1", "rxRoEbytes24": "1", "decapQueueOverrun24": "1", "decapQueueUnderrun24": "1", "decapPktMissing24": "1", "decapPktSizeMismatch24": "1" }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveRoeMapperProfile
    saveRoeMapperProfile (createRoeMapperTcaProfile : /pmProfile/saveRoeMapperProfile)
    Create Roe Mapper Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on SLM TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMRoeMapperTcaProfileObj ---

    Return type
  • PMRoeMapperTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMRoeMapperTcaProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "roeMapperTCAId": 0, "profileName": "Test_RoeMapper", "txRoEpkts15": 1, "txRoEbytes15": 1, "txDropRoEpkts15": 1, "encapQueueOverrun15": 1, "txRoEpkts24": 1, "txRoEbytes24": 1, "txDropRoEpkts24": 1, "encapQueueOverrun24": 1 }

    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
    { "profileName": "Test_RoeMapper", "roeMapperTCAId": 15, "txRoEpkts15": "1", "txRoEbytes15": "1", "txDropRoEpkts15": "1", "encapQueueOverrun15": "1", "txRoEpkts24": "1", "txRoEbytes24": "1", "txDropRoEpkts24": "1", "encapQueueOverrun24": "1" }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveRoeProfile
    saveRoeProfile (createRoeTcaProfile : /pmProfile/saveRoeProfile)
    Create Roe Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on SLM TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMRoeTcaProfileObj ---

    Return type
  • PMRoeTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMRoeTcaProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "roeTCAId": 0, "profileName": "Test_Roe", "decapPktsDropped15": 1, "decapPktsDropped24": 1 }

    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
    { "profileName": "Test_Roe", "roeTCAId": 13, "decapPktsDropped15": "1", "decapPktsDropped24": "1" }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveSapProfile
    saveSapProfile (createSapTcaProfile : /pmProfile/saveSapProfile)
    Create Sap Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on SAP TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMSapTcaProfileObj ---

    Return type
  • PMSapTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMSapTcaProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "sapTCAId": 0, "profileName": "test_sap2", "ingressDroppedPkt15": 4, "ingressDroppedPkt24": 2 }

    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
    { "profileName": "test_sap2", "sapTCAId": 2, "ingressDroppedPkt15": "4", "ingressDroppedPkt24": "2", "ingressDroppedOctet15": "4", "ingressDroppedOctet24": "2" }

    External Docs
    See Also :

    Operation

    post /pmProfile/saveSlmProfile
    saveSlmProfile (createSlmTcaProfile : /pmProfile/saveSlmProfile)
    Create Slm Tca Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Click on SLM TCA Profile,create and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMSlmTcaProfileObj ---

    Return type
  • PMSlmTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMSlmTcaProfileObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "aF_FLR15": 6, "aF_FLR24": 4, "aN_FLR15": 5, "aN_FLR24": 2, "profileName": "test_dm2", "slmTCAId": 0, "xF_FLR15": 6, "xF_FLR24": 2, "xN_FLR15": 5, "xN_FLR24": 2 }

    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
    { "profileName": "test_dm2", "slmTCAId": 3, "aN_FLR15": "5", "aN_FLR24": "2", "xN_FLR15": "5", "xN_FLR24": "2", "aF_FLR15": "6", "aF_FLR24": "4", "xF_FLR15": "6", "xF_FLR24": "2" }

    External Docs
    See Also :

    Operation

    post /pmProfile/deleteElineSoamNwProfile
    deleteElineSoamNwProfile (deleteElineSoamNwProfile : /pmProfile/deleteElineSoamNwProfile)
    Delete Network SOAM TCA Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet SOAM TCA Profile from the tree
    4.Select the profile and click on delete

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMTCAProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "nwProfileId": 12, "nwProfileName": "template1" }

    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
    { "status": "OK", "errorReason": null, "id": 0, "oamEntityType": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/deleteNwProfile
    deleteNwProfile (deleteNwProfile : /pmProfile/deleteNwProfile)
    Delete Network TCA Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile and click on delete

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMTCAProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "nwProfileId": 1, "nwProfileName": "test" }

    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
    { "status": "OK", "errorReason": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/deleteNwTpsProfile
    deleteNwTpsProfile (deleteNwTpsProfile : /pmProfile/deleteNwTpsProfile)
    Delete Network TPS TCA Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select TPS FH TCA Profile from the tree
    4.Select the profile and click on delete

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMTCAProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "nwProfileId": 2, "nwProfileName": "TEst_FH" }

    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
    { "status": "OK", "errorReason": null, "id": 0, "oamEntityType": null }

    External Docs
    See Also :

    Operation

    get /pmProfile/getAllEsmElineSoamTcaProfiles/
    getAllEsmElineSoamTcaProfiles (getAllEsmElineSoamTcaProfiles : /pmProfile/getAllEsmElineSoamTcaProfiles/)
    Retrieves All Esm Eline Soam Tca Profiles
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on My Profiles
    3.Select Carrier Ethernet Eline Soam TCA Profile from the tree


    Return type
  • PMTCAProfileObj
  • Responses

    Response Messages

    Schema

    200success PMTCAProfileObj
    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 /pmProfile/getAllEsmTcaProfiles/
    getAllEsmTcaProfiles (getAllEsmTcaProfiles : /pmProfile/getAllEsmTcaProfiles/)
    Retrieves All Esm Tca Profiles
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on My Profiles
    3.Select Carrier Ethernet TCA Profile from the tree


    Return type
  • PMTCAProfileObj
  • Responses

    Response Messages

    Schema

    200success PMTCAProfileObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    pmProfile/getAllEsmTcaProfiles/?dojo.preventCache=1457618373708

    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
    [ { "nwProfileName": "test", "nwProfileId": 1, "portProfileName": "testPort2", "portTcaId": 6, "ifInPackets15": "5", "ifInPackets24": "2", "ifOutPackets15": "5", "ifOutPackets24": "2", "ifInOctets15": "5", "ifInOctets24": "2", "ifOutOctets15": "5", "ifOutOctets24": "2", "ifInDiscards15": "5", "ifInDiscards24": "2", "ifOutDiscards15": "5", "ifOutDiscards24": "2", "ifInErrors15": "5", "ifInErrors24": "2", "ifOutErrors15": "5", "ifOutErrors24": "2", "highCapacityPkts15": "5", "highCapacityPkts24": "2", "highCapacityOctets15": "5", "highCapacityOctets24": "2", "q1ProfileName": null, "queue1TCAId": 0, "q1PktsDropped15": null, "q1PktsDropped24": null, "q1OctetsDropped15": null, "q1OctetsDropped24": null, "q2ProfileName": null, "queue2TCAId": 0, "q2PktsDropped15": null, "q2PktsDropped24": null, "q2OctetsDropped15": null, "q2OctetsDropped24": null, "q3ProfileName": null, "queue3TCAId": 0, "q3PktsDropped15": null, "q3PktsDropped24": null, "q3OctetsDropped15": null, "q3OctetsDropped24": null, "q4ProfileName": null, "queue4TCAId": 0, "q4PktsDropped15": null, "q4PktsDropped24": null, "q4OctetsDropped15": null, "q4OctetsDropped24": null, "q5ProfileName": null, "queue5TCAId": 0, "q5PktsDropped15": null, "q5PktsDropped24": null, "q5OctetsDropped15": null, "q5OctetsDropped24": null, "q6ProfileName": null, "queue6TCAId": 0, "q6PktsDropped15": null, "q6PktsDropped24": null, "q6OctetsDropped15": null, "q6OctetsDropped24": null, "q7ProfileName": null, "queue7TCAId": 0, "q7PktsDropped15": null, "q7PktsDropped24": null, "q7OctetsDropped15": null, "q7OctetsDropped24": null, "q8ProfileName": null, "queue8TCAId": 0, "q8PktsDropped15": null, "q8PktsDropped24": null, "q8OctetsDropped15": null, "q8OctetsDropped24": null, "sapProfileName": "etstSap1", "sapTCAId": 1, "ingressPktsDropped15": "5", "ingressPktsDropped24": "2", "ingressOctetsDropped15": "5", "ingressOctetsDropped24": "2", "slmProfileName": "testSlm1", "slmTCAId": 2, "aN_FLR15": "5", "aN_FLR24": "2", "xN_FLR15": "5", "xN_FLR24": "2", "aF_FLR15": "5", "aF_FLR24": "2", "xF_FLR15": "5", "xF_FLR24": "2", "dmProfileName": "testDm1", "dmTCAId": 2, "aB_FD15": "5", "aB_FD24": "2", "xB_FD15": "5", "xB_FD24": "2", "aN_FDV15": "5", "aN_FDV24": "2", "xN_FDV15": "5", "xN_FDV24": "2", "aF_FDV15": "5", "aF_FDV24": "2", "xF_FDV15": "5", "xF_FDV24": "2" } ]

    External Docs
    See Also :

    Operation

    get /pmProfile/getAllEsmTpsTcaProfiles/
    getAllEsmTpsTcaProfiles (getAllEsmTpsTcaProfiles : /pmProfile/getAllEsmTpsTcaProfiles/)
    Retrieves All Esm Tps Tca Profiles
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on My Profiles
    3.Select Carrier Ethernet TPS TCA Profile from the tree


    Return type
  • PMTCAProfileObj
  • Responses

    Response Messages

    Schema

    200success PMTCAProfileObj
    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 /pmProfile/getAvailReportProfiles/{granularity}/{serviceId}
    getAvailReportProfiles (getAvailReportProfiles : /pmProfile/getAvailReportProfiles/{granularity}/{serviceId})
    Retrieves TCA Report Profiles available for correlation
    UI Navigation link :
    1.Click on Operate
    2.Click Ethernet Service Manager
    3.Click on Oparate-->Services
    4.Select Service
    5.Click on PM Report Profile Association
    6.Select Granularity-->Continue

    Path parameters

    Name

    IsRequired

    Description

    Enum

    granularity required granularity [0, 1]
    serviceId required 'serviceId' can be obtained from rest call GetAllServicesWithAlarmState/{localTimeZoneOffset}/{nodeName}/{portName}/{pageContext}/{selectedHServiceName}with default values as GetAllServicesWithAlarmState/+5:30/ALL/ALL/SERVICE/ALL ---

    Return type
  • PMServReportProfileObj
  • Responses

    Response Messages

    Schema

    200success PMServReportProfileObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    pmProfile/getAvailReportProfiles/0/3

    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
    { "identifier": null, "items": [ { "repId": 3, "format": 0, "userlabel": "test", "repository": 0, "window": 0, "destType": 0, "destName": "/tmp/", "secLabel": 0, "reSol": 0, "domainId": 1 }, { "repId": 5, "format": 0, "userlabel": "test1", "repository": 0, "window": 0, "destType": 0, "destName": "/tmp/", "secLabel": 0, "reSol": 0, "domainId": 1 }, { "repId": 1, "format": 0, "userlabel": "24_REPORT", "repository": 0, "window": 2, "destType": 0, "destName": "/usr/Systems/WDM_3-11/CPM/outputfiles/", "secLabel": 1, "reSol": 0, "domainId": 1 }, { "repId": 2, "format": 0, "userlabel": "2h_REPORT", "repository": 0, "window": 6, "destType": 0, "destName": "/usr/Systems/WDM_3-11/CPM/outputfiles/", "secLabel": 1, "reSol": 0, "domainId": 1 } ], "colnames": null, "status": "uncorrelated", "operTime": null }

    External Docs
    See Also :

    Operation

    get /pmProfile/retrieveEmacTcaProfiles
    retrieveEmacTcaProfiles (getEmacTcaProfiles : /pmProfile/retrieveEmacTcaProfiles)
    Retrieve Emac Tca Profiles


    Return type
  • E_PMEmacTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success E_PMEmacTcaProfileObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /pmProfile/retrieveEmacTcaProfiles

    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
    [ { "emacProfileName": "Test_Emac", "emacTcaId": 22, "ifInPackets15": "1", "ifInPackets24": "1", "ifOutPackets15": "1", "ifOutPackets24": "1", "ifInOctets15": "1", "ifInOctets24": "1", "ifOutOctets15": "1", "ifOutOctets24": "1", "ifInDiscards15": "1", "ifInDiscards24": "1", "ifOutDiscards15": "1", "ifOutDiscards24": "1", "ifInErrors15": "1", "ifInErrors24": "1", "ifOutErrors15": "1", "ifOutErrors24": "1", "highCapacityPkts15": "1", "highCapacityPkts24": "1", "highCapacityOctets15": "1", "highCapacityOctets24": "1" } ]

    External Docs
    See Also :

    Operation

    get /pmProfile/retrieveMmacTcaProfiles
    retrieveMmacTcaProfiles (getMmacTcaProfiles : /pmProfile/retrieveMmacTcaProfiles)
    Gets Mmac Tca Profiles


    Return type
  • PMMmacTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMMmacTcaProfileObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /pmProfile/retrieveMmacTcaProfiles

    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
    [ { "profileName": "Test_MMAC", "mmacTCAId": 16, "frameAssErrorCount15": "1", "frameSmdErrorCount15": "1", "frameAssOkCount15": "1", "fragCountRx15": "1", "fragCountTx15": "1", "frameAssErrorCount24": "1", "frameSmdErrorCount24": "1", "frameAssOkCount24": "1", "fragCountRx24": "1", "fragCountTx24": "1" } ]

    External Docs
    See Also :

    Operation

    get /pmProfile/retrieveNwTpsProfiles
    retrieveNwTpsProfiles (getNwTPSTCAProfiles : /pmProfile/retrieveNwTpsProfiles)
    Return Network TCA Profiles


    Return type
  • PMTCAProfileObj
  • Responses

    Response Messages

    Schema

    200success PMTCAProfileObj
    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 /pmProfile/retrievePmacTcaProfiles
    retrievePmacTcaProfiles (getPmacTcaProfiles : /pmProfile/retrievePmacTcaProfiles)
    Retrieve Pmac Tca Profiles


    Return type
  • E_PMPmacTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success E_PMPmacTcaProfileObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /pmProfile/retrievePmacTcaProfiles

    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
    [ { "pmacProfileName": "Test_PMAC", "pmacTcaId": 17, "ifInPackets15": "1", "ifInPackets24": "1", "ifOutPackets15": "1", "ifOutPackets24": "1", "ifInOctets15": "1", "ifInOctets24": "1", "ifOutOctets15": "1", "ifOutOctets24": "1", "ifInDiscards15": "1", "ifInDiscards24": "1", "ifOutDiscards15": "1", "ifOutDiscards24": "1", "ifInErrors15": "1", "ifInErrors24": "1", "ifOutErrors15": "1", "ifOutErrors24": "1", "highCapacityPkts15": "1", "highCapacityPkts24": "1", "highCapacityOctets15": "1", "highCapacityOctets24": "1" } ]

    External Docs
    See Also :

    Operation

    get /pmProfile/retrieveRoeDeMapperTcaProfiles
    retrieveRoeDeMapperTcaProfiles (getRoeDeMapperTcaProfiles : /pmProfile/retrieveRoeDeMapperTcaProfiles)
    Retrieve Roe DeMapper Tca Profiles


    Return type
  • PMRoeDeMapperTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMRoeDeMapperTcaProfileObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /pmProfile/retrieveRoeDeMapperTcaProfiles

    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
    [ { "profileName": "Test_RoeDeMapper", "roeDeMapperTCAId": 21, "rxRoEpkts15": "1", "rxRoEbytes15": "1", "decapQueueOverrun15": "1", "decapQueueUnderrun15": "1", "decapPktMissing15": "1", "decapPktSizeMismatch15": "1", "rxRoEpkts24": "1", "rxRoEbytes24": "1", "decapQueueOverrun24": "1", "decapQueueUnderrun24": "1", "decapPktMissing24": "1", "decapPktSizeMismatch24": "1" } ]

    External Docs
    See Also :

    Operation

    get /pmProfile/retrieveRoeMapperTcaProfiles
    retrieveRoeMapperTcaProfiles (getRoeMapperTcaProfiles : /pmProfile/retrieveRoeMapperTcaProfiles)
    Retrieve Roe Mapper Tca Profiles


    Return type
  • PMRoeMapperTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMRoeMapperTcaProfileObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /pmProfile/retrieveRoeMapperTcaProfiles

    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
    [ { "profileName": "Test_RoeMapper", "roeMapperTCAId": 15, "txRoEpkts15": "1", "txRoEbytes15": "1", "txDropRoEpkts15": "1", "encapQueueOverrun15": "1", "txRoEpkts24": "1", "txRoEbytes24": "1", "txDropRoEpkts24": "1", "encapQueueOverrun24": "1" } ]

    External Docs
    See Also :

    Operation

    get /pmProfile/retrieveRoeTcaProfiles
    retrieveRoeTcaProfiles (getRoeTcaProfiles : /pmProfile/retrieveRoeTcaProfiles)
    Retrieve Roe Tca Profiles


    Return type
  • PMRoeTcaProfileObj
  • Responses

    Response Messages

    Schema

    200success PMRoeTcaProfileObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /pmProfile/retrieveRoeTcaProfiles

    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
    [ { "profileName": "Test_Roe", "roeTCAId": 13, "decapPktsDropped15": "1", "decapPktsDropped24": "1" } ]

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyDmProfile
    modifyDmProfile (modifyDmProfile : /pmProfile/modifyDmProfile)
    Modify TCA Dm Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify DM TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMDmTcaProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    /pmProfile/modifyDmProfile

    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
    { "status": "OK", "errorReason": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyEmacProfile
    modifyEmacProfile (modifyEmacProfile : /pmProfile/modifyEmacProfile)
    Modify TCA EMAC Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify EMAC TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData E_PMEmacTcaProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "emacTcaId": 21, "portProfileName": null, "ifInPackets15": 1, "ifInPackets24": 1, "ifOutPackets15": 2, "ifOutPackets24": 2, "ifInOctets15": 2, "ifInOctets24": null, "ifOutOctets15": null, "ifOutOctets24": null, "ifInDiscards15": null, "ifInDiscards24": null, "ifOutDiscards15": null, "ifOutDiscards24": null, "ifInErrors15": null, "ifInErrors24": null, "ifOutErrors15": null, "ifOutErrors24": null, "highCapacityPkts15": null, "highCapacityPkts24": null, "highCapacityOctets15": null, "highCapacityOctets24": null, "emacProfileName": "YEMAC" }

    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
    { "status": "OK", "errorReason": null, "id": 0, "oamEntityType": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyMmacProfile
    modifyMmacProfile (modifyMmacProfile : /pmProfile/modifyMmacProfile)
    Modify TCA Mmac Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify DM TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMMmacTcaProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "mmacTCAId": 14, "profileName": "Test_Mmac1", "frameAssOkCount15": 4, "frameAssErrorCount15": 2, "fragCountTx15": 7, "frameSmdErrorCount15": 3, "fragCountRx15": 5, "frameAssOkCount24": null, "frameAssErrorCount24": null, "fragCountTx24": null, "frameSmdErrorCount24": null, "fragCountRx24": null }

    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
    { "status": "OK", "errorReason": null, "id": 0, "oamEntityType": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyElineSoamNwProfile
    modifyElineSoamNwProfile (modifyNwElineSoamTcaProfile : /pmProfile/modifyElineSoamNwProfile)
    Modify Eline SOAM Network TCA Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet SOAM TCA Profile from the tree
    4.Select the profile,modify it and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMTCAProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    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

    post /pmProfile/modifyNwProfile
    modifyNwTcaProfile (modifyNwTcaProfile : /pmProfile/modifyNwProfile)
    Modify Network TCA Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify it and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMTCAProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    /pmProfile/modifyNwProfile

    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
    { "status": "OK", "errorReason": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyNwTpsProfile
    modifyNwTcaProfile (modifyNwTpsTcaProfile : /pmProfile/modifyNwTpsProfile)
    Modify Network TPS TCA Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify it and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMTCAProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "nwProfileId": 4, "nwProfileName": "TEST_Today_Mar", "portTcaId": 2, "portProfileName": "TEST_Today_Mar_Port", "ifInPackets15": 1, "ifInPackets24": 1, "ifOutPackets15": 1, "ifOutPackets24": null, "ifInOctets15": null, "ifInOctets24": null, "ifOutOctets15": null, "ifOutOctets24": null, "ifInDiscards15": null, "ifInDiscards24": null, "ifOutDiscards15": null, "ifOutDiscards24": null, "ifInErrors15": null, "ifInErrors24": null, "ifOutErrors15": null, "ifOutErrors24": null, "highCapacityPkts15": null, "highCapacityPkts24": null, "highCapacityOctets15": null, "highCapacityOctets24": null, "queue1TCAId": 0, "q1ProfileName": null, "q1PktsDropped15": null, "q1PktsDropped24": null, "q1OctetsDropped15": null, "q1OctetsDropped24": null, "queue2TCAId": 0, "q2ProfileName": null, "q2PktsDropped15": null, "q2PktsDropped24": null, "q2OctetsDropped15": null, "q2OctetsDropped24": null, "queue3TCAId": 0, "q3ProfileName": null, "q3PktsDropped15": null, "q3PktsDropped24": null, "q3OctetsDropped15": null, "q3OctetsDropped24": null, "queue4TCAId": 0, "q4ProfileName": null, "q4PktsDropped15": null, "q4PktsDropped24": null, "q4OctetsDropped15": null, "q4OctetsDropped24": null, "queue5TCAId": 0, "q5ProfileName": null, "q5PktsDropped15": null, "q5PktsDropped24": null, "q5OctetsDropped15": null, "q5OctetsDropped24": null, "queue6TCAId": 0, "q6ProfileName": null, "q6PktsDropped15": null, "q6PktsDropped24": null, "q6OctetsDropped15": null, "q6OctetsDropped24": null, "queue7TCAId": 0, "q7ProfileName": null, "q7PktsDropped15": null, "q7PktsDropped24": null, "q7OctetsDropped15": null, "q7OctetsDropped24": null, "queue8TCAId": 0, "q8ProfileName": null, "q8PktsDropped15": null, "q8PktsDropped24": null, "q8OctetsDropped15": null, "q8OctetsDropped24": null, "emacTcaId": 23, "emacProfileName": "TEST_Today_Mar_EMAC", "ifInPackets15Emac": 1, "ifInPackets24Emac": 1, "ifOutPackets15Emac": 1, "ifOutPackets24Emac": 1, "ifInOctets15Emac": null, "ifInOctets24Emac": null, "ifOutOctets15Emac": null, "ifOutOctets24Emac": null, "ifInDiscards15Emac": null, "ifInDiscards24Emac": null, "ifOutDiscards15Emac": null, "ifOutDiscards24Emac": null, "ifInErrors15Emac": null, "ifInErrors24Emac": null, "ifOutErrors15Emac": null, "ifOutErrors24Emac": null, "highCapacityPkts15Emac": null, "highCapacityPkts24Emac": null, "highCapacityOctets15Emac": null, "highCapacityOctets24Emac": null, "pmacTcaId": 18, "pmacProfileName": "TEST_Today_Mar_PMAC", "ifInPackets15Pmac": 1, "ifInPackets24Pmac": 1, "ifOutPackets15Pmac": 1, "ifOutPackets24Pmac": 1, "ifInOctets15Pmac": null, "ifInOctets24Pmac": null, "ifOutOctets15Pmac": null, "ifOutOctets24Pmac": null, "ifInDiscards15Pmac": null, "ifInDiscards24Pmac": null, "ifOutDiscards15Pmac": null, "ifOutDiscards24Pmac": null, "ifInErrors15Pmac": null, "ifInErrors24Pmac": null, "ifOutErrors15Pmac": null, "ifOutErrors24Pmac": null, "highCapacityPkts15Pmac": null, "highCapacityPkts24Pmac": null, "highCapacityOctets15Pmac": null, "highCapacityOctets24Pmac": null, "sapTCAId": 2, "sapProfileName": "TEST_Today_Mar_SAP", "ingressPktsDropped15": 1, "ingressPktsDropped24": 1, "ingressOctetsDropped15": null, "ingressOctetsDropped24": null, "mmacTCAId": 17, "mmacProfileName": "TEST_Today_Mar_MMAC", "frameAssErrorCount15": null, "frameSmdErrorCount15": null, "frameAssOkCount15": null, "fragCountRx15": null, "fragCountTx15": null, "frameAssErrorCount24": null, "frameSmdErrorCount24": null, "frameAssOkCount24": null, "fragCountRx24": null, "fragCountTx24": null, "roeTCAId": 15, "roeProfileName": "TEST_Today_Mar_ROE", "decapPktsDropped15": 2, "decapPktsDropped24": 1, "roeMapperTCAId": 18, "roeMapperProfileName": "TEST_Today_Mar_ROEMAPPER", "txRoEpkts15": 1, "txRoEbytes15": 2, "txDropRoEpkts15": 2, "encapQueueOverrun15": null, "txRoEpkts24": 1, "txRoEbytes24": 2, "txDropRoEpkts24": null, "encapQueueOverrun24": null, "roeDeMapperTCAId": 23, "roeDeMapperProfileName": "TEST_Today_Mar_ROEDEMAPPER", "rxRoEpkts15": 1, "rxRoEbytes15": 2, "decapQueueOverrun15": 2, "decapQueueUnderrun15": null, "decapPktMissing15": null, "decapPktSizeMismatch15": null, "rxRoEpkts24": null, "rxRoEbytes24": 2, "decapQueueOverrun24": null, "decapQueueUnderrun24": null, "decapPktMissing24": null, "decapPktSizeMismatch24": null, "slmTCAId": 3, "slmProfileName": "TEST_Today_Mar_SLM", "aN_FLR15": 1, "aN_FLR24": 1, "aN_FLRCont": 1, "xN_FLR15": 1, "xN_FLR24": 1, "xN_FLRCont": null, "aF_FLR15": null, "aF_FLR24": null, "aF_FLRCont": null, "xF_FLR15": null, "xF_FLR24": null, "xF_FLRCont": null, "n_HLI15": null, "n_HLI24": null, "n_HLICont": null, "f_HLI15": null, "f_HLI24": null, "f_HLICont": null, "n_UAI15": null, "n_UAI24": null, "n_UAICont": null, "f_UAI15": null, "f_UAI24": null, "f_UAICont": null, "dmProfileName": "TEST_Today_Mar_DM", "dmTCAId": 2, "aB_FD15": 1, "aB_FD24": 1, "xB_FD15": 1, "xB_FD24": 1, "aN_FDV15": null, "aN_FDV24": null, "xN_FDV15": null, "xN_FDV24": null, "aF_FDV15": null, "aF_FDV24": null, "xF_FDV15": null, "xF_FDV24": null }

    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
    { "status": "OK", "errorReason": null, "id": 0, "oamEntityType": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyPmacProfile
    modifyPmacProfile (modifyPmacProfile : /pmProfile/modifyPmacProfile)
    Modify TCA PMAC Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify PMAC TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData E_PMPmacTcaProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "pmacTcaId": 16, "portProfileName": null, "ifInPackets15": 1, "ifInPackets24": 1, "ifOutPackets15": 1, "ifOutPackets24": 2, "ifInOctets15": 3, "ifInOctets24": 3, "ifOutOctets15": null, "ifOutOctets24": null, "ifInDiscards15": null, "ifInDiscards24": null, "ifOutDiscards15": null, "ifOutDiscards24": null, "ifInErrors15": null, "ifInErrors24": null, "ifOutErrors15": null, "ifOutErrors24": null, "highCapacityPkts15": null, "highCapacityPkts24": null, "highCapacityOctets15": null, "highCapacityOctets24": null, "pmacProfileName": "YPMAC" }

    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
    { "status": "OK", "errorReason": null, "id": 0, "oamEntityType": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyPortProfile
    modifyPortProfile (modifyPortProfile : /pmProfile/modifyPortProfile)
    Modify TCA Port Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify Port TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMPortTCAProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    /pmProfile/modifyPortProfile

    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
    { "status": "OK", "errorReason": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyQProfile
    modifyQProfile (modifyQProfile : /pmProfile/modifyQProfile)
    Modify TCA Q Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify Queue TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMQueueTCAProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    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

    post /pmProfile/modifyRoeDeMapperProfile
    modifyRoeDeMapperProfile (modifyRoeDeMapperProfile : /pmProfile/modifyRoeDeMapperProfile)
    Modify TCA Roe Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify ROE TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMRoeDeMapperTcaProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "roeDemapperTCAId": 0, "profileName": "TEST_Today_Mar_ROEDEMAPPER", "rxRoEpkts15": 1, "rxRoEbytes15": 2, "decapQueueOverrun15": 2, "decapQueueUnderrun15": null, "decapPktMissing15": null, "decapPktSizeMismatch15": null, "rxRoEpkts24": 2, "rxRoEbytes24": 2, "decapQueueOverrun24": null, "decapQueueUnderrun24": null, "decapPktMissing24": null, "decapPktSizeMismatch24": null, "roeDeMapperTCAId": 23 }

    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
    { "status": "OK", "errorReason": null, "id": 0, "oamEntityType": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyRoeMapperProfile
    modifyRoeMapperProfile (modifyRoeMapperProfile : /pmProfile/modifyRoeMapperProfile)
    Modify TCA Roe Mapper Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify ROE TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMRoeMapperTcaProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "roeMapperTCAId": 18, "profileName": "TEST_Today_Mar_ROEMAPPER", "txRoEpkts15": 1, "txRoEbytes15": 2, "txDropRoEpkts15": 2, "encapQueueOverrun15": null, "txRoEpkts24": 1, "txRoEbytes24": 2, "txDropRoEpkts24": null, "encapQueueOverrun24": null }

    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
    { "status": "OK", "errorReason": null, "id": 0, "oamEntityType": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifyRoeProfile
    modifyRoeProfile (modifyRoeProfile : /pmProfile/modifyRoeProfile)
    Modify TCA Roe Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify ROE TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMRoeTcaProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    { "roeTCAId": 15, "profileName": "TEST_Today_Mar_ROE", "decapPktsDropped15": 2, "decapPktsDropped24": 1 }

    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
    { "status": "OK", "errorReason": null, "id": 0, "oamEntityType": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifySapProfile
    modifySapProfile (modifySapProfile : /pmProfile/modifySapProfile)
    Modify TCA Sap Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify SAP TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMSapTcaProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    /pmProfile/modifySapProfile

    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
    { "status": "OK", "errorReason": null }

    External Docs
    See Also :

    Operation

    post /pmProfile/modifySlmProfile
    modifySlmProfile (modifySlmProfile : /pmProfile/modifySlmProfile)
    Modify TCA Slm Profile
    UI Navigation link :
    1.Click Design-->PM Templates
    2.Click on Features
    3.Select Carrier Ethernet TCA Profile from the tree
    4.Select the profile,modify SLM TCA and save

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional reqData PMSlmTcaProfileObj ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    pmProfile/modifySlmProfile

    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
    { "status": "OK", "errorReason": null }

    External Docs
    See Also :

    Operation

    get /pmProfile/uncorrelateReportProfileOfService/{granularity}/{serviceId}/{repId}
    uncorrelateReportProfileToService (uncorrelateReportProfileOfService : /pmProfile/uncorrelateReportProfileOfService/{granularity}/{serviceId}/{repId})
    Uncorrelate TCA Report Profile To Service
    UI Navigation link :
    1.Click on Operate
    2.Click Ethernet Service Manager
    3.Click on Opearte-->Services
    4.Select Service
    5.Click on PM Report Profile Association
    6.Select Granularity-->Continue
    7.Select the profile and click on Uncorrelate

    Path parameters

    Name

    IsRequired

    Description

    Enum

    granularity required granularity [0, 1]
    serviceId required 'serviceId' can be ontained from rest call GetAllServicesWithAlarmState/{localTimeZoneOffset}/{nodeName}/{portName}/{pageContext}/{selectedHServiceName}with default values as GetAllServicesWithAlarmState/+5:30/ALL/ALL/SERVICE/ALL ---
    repId required 'repId' from rest call /oms1350/pm/reportProfiles/?dojo.preventCache=1467988683519 as 'PMCOUNTREPID' ---

    Return type
  • StatusRespObj
  • Responses

    Response Messages

    Schema

    200success StatusRespObj
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    pmProfile/uncorrelateReportProfileOfService/0/3/1

    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
    { "status": "OK", "errorReason": null }

    External Docs
    See Also :

    E_PMEmacTcaProfileObj

    Name

    Type

    Description

    Enum

    emacProfileName String string return emac profile name ---
    emacTcaId Long long return emac Tca Id ---
    ifInPackets15 String string ifInPackets15 [0 to 1099511627775 ]
    ifInPackets24 String string ifInPackets24 [0 to 1099511627775]
    ifOutPackets15 String string ifOutPackets15 [0 to 1099511627775 ]
    ifOutPackets24 String string ifOutPackets24 [0 to 1099511627775 ]
    ifInOctets15 String string ifInOctets15 [0 to 1099511627775 ]
    ifInOctets24 String string ifInOctets24 [ 0 to 1099511627775]
    ifOutOctets15 String string ifOutOctets15 [0 to 1099511627775 ]
    ifOutOctets24 String string ifOutOctets24 [0 to 1099511627775 ]
    ifInDiscards15 String string ifInDiscards15 [ 0 to 1099511627775]
    ifInDiscards24 String string ifInDiscards24 [0 to 1099511627775 ]
    ifOutDiscards15 String string ifOutDiscards15 [ 0 to 1099511627775]
    ifOutDiscards24 String string ifOutDiscards24 [0 to 1099511627775 ]
    ifInErrors15 String string ifInErrors15 [0 to 1099511627775 ]
    ifInErrors24 String string ifInErrors24 [0 to 1099511627775 ]
    ifOutErrors15 String string ifOutErrors15 [0 to 1099511627775 ]
    ifOutErrors24 String string ifOutErrors24 [0 to 1099511627775 ]
    highCapacityPkts15 String string highCapacityPkts15 [0 to 1099511627775 ]
    highCapacityPkts24 String string highCapacityPkts24 [ 0 to 1099511627775 ]
    highCapacityOctets15 String string highCapacityOctets15 [0 to 1099511627775 ]
    highCapacityOctets24 String string highCapacityOctets24 [ 0 to 1099511627775 ]

    E_PMPmacTcaProfileObj

    Name

    Type

    Description

    Enum

    pmacProfileName String string return pmac profile name ---
    pmacTcaId Long long return emac Tca Id ---
    ifInPackets15 String string ifInPackets15 [0 to 1099511627775 ]
    ifInPackets24 String string ifInPackets24 [0 to 1099511627775]
    ifOutPackets15 String string ifOutPackets15 [0 to 1099511627775 ]
    ifOutPackets24 String string ifOutPackets24 [0 to 1099511627775 ]
    ifInOctets15 String string ifInOctets15 [0 to 1099511627775 ]
    ifInOctets24 String string ifInOctets24 [ 0 to 1099511627775]
    ifOutOctets15 String string ifOutOctets15 [0 to 1099511627775 ]
    ifOutOctets24 String string ifOutOctets24 [0 to 1099511627775 ]
    ifInDiscards15 String string ifInDiscards15 [ 0 to 1099511627775]
    ifInDiscards24 String string ifInDiscards24 [0 to 1099511627775 ]
    ifOutDiscards15 String string ifOutDiscards15 [ 0 to 1099511627775]
    ifOutDiscards24 String string ifOutDiscards24 [0 to 1099511627775 ]
    ifInErrors15 String string ifInErrors15 [0 to 1099511627775 ]
    ifInErrors24 String string ifInErrors24 [0 to 1099511627775 ]
    ifOutErrors15 String string ifOutErrors15 [0 to 1099511627775 ]
    ifOutErrors24 String string ifOutErrors24 [0 to 1099511627775 ]
    highCapacityPkts15 String string highCapacityPkts15 [0 to 1099511627775 ]
    highCapacityPkts24 String string highCapacityPkts24 [ 0 to 1099511627775 ]
    highCapacityOctets15 String string highCapacityOctets15 [0 to 1099511627775 ]
    highCapacityOctets24 String string highCapacityOctets24 [ 0 to 1099511627775 ]

    PMDmTcaProfileObj

    Name

    Type

    Description

    Enum

    profileName String string return profile name ---
    dmTCAId Long long return dm TCA Id ---
    aB_FD15 String string return Frame delay variation for 15min [0 to 2147483647]
    aB_FD24 String string return Frame delay variation for 24hou [0 to 2147483647]
    xB_FD15 String string return Frame delay variation for 15min [0 to 2147483647]
    xB_FD24 String string return Frame delay variation for 24hour [0 to 2147483647]
    aN_FDV15 String string return NEnd Frame delay variation for 15min [0 to 2147483647]
    aN_FDV24 String string return NEnd Frame delay variation for 24hour [0 to 2147483647]
    xN_FDV15 String string return NEnd Frame delay variation for 15min [0 to 2147483647]
    xN_FDV24 String string return NEnd Frame delay variation for 24hour [0 to 2147483647]
    aF_FDV15 String string return FEnd Frame delay variation for 15min [0 to 2147483647]
    aF_FDV24 String string return FEnd Frame delay variation for 24hour [0 to 2147483647]
    xF_FDV15 String string return FEnd Frame delay variation for 15min [0 to 2147483647]
    xF_FDV24 String string return FEnd Frame delay variation for 24hour [0 to 2147483647]

    PMMmacTcaProfileObj

    Name

    Type

    Description

    Enum

    profileName String string return profile name ---
    mmacTCAId Long long return mmac TCA Id ---
    frameAssErrorCount15 String string frameAssErrorCount15 [ 0 to 1099511627775 ]
    frameSmdErrorCount15 String string frameSmdErrorCount15 [ 0 to 1099511627775 ]
    frameAssOkCount15 String string frameAssOkCount15 [ 0 to 1099511627775 ]
    fragCountRx15 String string fragCountRx15 [ 0 to 1099511627775 ]
    fragCountTx15 String string fragCountTx15 [ 0 to 1099511627775 ]
    frameAssErrorCount24 String string frameAssErrorCount24 [ 0 to 1099511627775 ]
    frameSmdErrorCount24 String string frameSmdErrorCount24 [ 0 to 1099511627775 ]
    frameAssOkCount24 String string frameAssOkCount24 [ 0 to 1099511627775 ]
    fragCountRx24 String string fragCountRx24 [ 0 to 1099511627775 ]
    fragCountTx24 String string fragCountTx24 [ 0 to 1099511627775 ]

    PMPortTCAProfileObj

    Name

    Type

    Description

    Enum

    portProfileName String string return port profile name ---
    portTcaId Long long return port Tca Id ---
    queue1TCAId Long long return queue1 TCA Id ---
    queue2TCAId Long long return queue2 TCA Id ---
    queue3TCAId Long long return queue3 TCA Id ---
    queue4TCAId Long long return queue4 TCA Id ---
    queue5TCAId Long long return queue5 TCA Id ---
    queue6TCAId Long long return queue6 TCA Id ---
    queue7TCAId Long long return queue7 TCA Id ---
    queue8TCAId Long long return queue8 TCA Id ---
    emacTcaId Long long return emac Tca Id ---
    pmacTcaId Long long return emac Tca Id ---
    mmacTCAId Long long return mmac TCA Id ---
    ifInPackets15 String string ifInPackets15 [0 to 1099511627775 ]
    ifInPackets24 String string ifInPackets24 [0 to 1099511627775]
    ifOutPackets15 String string ifOutPackets15 [0 to 1099511627775 ]
    ifOutPackets24 String string ifOutPackets24 [0 to 1099511627775 ]
    ifInOctets15 String string ifInOctets15 [0 to 1099511627775 ]
    ifInOctets24 String string ifInOctets24 [ 0 to 1099511627775]
    ifOutOctets15 String string ifOutOctets15 [0 to 1099511627775 ]
    ifOutOctets24 String string ifOutOctets24 [0 to 1099511627775 ]
    ifInDiscards15 String string ifInDiscards15 [ 0 to 1099511627775]
    ifInDiscards24 String string ifInDiscards24 [0 to 1099511627775 ]
    ifOutDiscards15 String string ifOutDiscards15 [ 0 to 1099511627775]
    ifOutDiscards24 String string ifOutDiscards24 [0 to 1099511627775 ]
    ifInErrors15 String string ifInErrors15 [0 to 1099511627775 ]
    ifInErrors24 String string ifInErrors24 [0 to 1099511627775 ]
    ifOutErrors15 String string ifOutErrors15 [0 to 1099511627775 ]
    ifOutErrors24 String string ifOutErrors24 [0 to 1099511627775 ]
    highCapacityPkts15 String string highCapacityPkts15 [0 to 1099511627775 ]
    highCapacityPkts24 String string highCapacityPkts24 [ 0 to 1099511627775 ]
    highCapacityOctets15 String string highCapacityOctets15 [0 to 1099511627775 ]
    highCapacityOctets24 String string highCapacityOctets24 [ 0 to 1099511627775 ]
    emacProfileName String string return emac profile name ---
    ifInPackets15Emac String string ifInPackets15Emac [0 to 1099511627775 ]
    ifInPackets24Emac String string ifInPackets24Emac [0 to 1099511627775]
    ifOutPackets15Emac String string ifOutPackets15Emac [0 to 1099511627775 ]
    ifOutPackets24Emac String string ifOutPackets24Emac [0 to 1099511627775 ]
    ifInOctets15Emac String string ifInOctets15Emac [0 to 1099511627775 ]
    ifInOctets24Emac String string ifInOctets24Emac [ 0 to 1099511627775]
    ifOutOctets15Emac String string ifOutOctets15Emac [0 to 1099511627775 ]
    ifOutOctets24Emac String string ifOutOctets24Emac [0 to 1099511627775 ]
    ifInDiscards15Emac String string ifInDiscards15Emac [ 0 to 1099511627775]
    ifInDiscards24Emac String string ifInDiscards24Emac [0 to 1099511627775 ]
    ifOutDiscards15Emac String string ifOutDiscards15Emac [ 0 to 1099511627775]
    ifOutDiscards24Emac String string ifOutDiscards24Emac [0 to 1099511627775 ]
    ifInErrors15Emac String string ifInErrors15Emac [0 to 1099511627775 ]
    ifInErrors24Emac String string ifInErrors24Emac [0 to 1099511627775 ]
    ifOutErrors15Emac String string ifOutErrors15Emac [0 to 1099511627775 ]
    ifOutErrors24Emac String string ifOutErrors24Emac [0 to 1099511627775 ]
    highCapacityPkts15Emac String string highCapacityPkts15Emac [0 to 1099511627775 ]
    highCapacityPkts24Emac String string highCapacityPkts24Emac [ 0 to 1099511627775 ]
    highCapacityOctets15Emac String string highCapacityOctets15Emac [0 to 1099511627775 ]
    highCapacityOctets24Emac String string highCapacityOctets24Emac [ 0 to 1099511627775 ]
    pmacProfileName String string return pmac profile name ---
    ifInPackets15Pmac String string ifInPackets15Pmac [0 to 1099511627775 ]
    ifInPackets24Pmac String string ifInPackets24Pmac [0 to 1099511627775]
    ifOutPackets15Pmac String string ifOutPackets15Pmac [0 to 1099511627775 ]
    ifOutPackets24Pmac String string ifOutPackets24Pmac [0 to 1099511627775 ]
    ifInOctets15Pmac String string ifInOctets15Pmac [0 to 1099511627775 ]
    ifInOctets24Pmac String string ifInOctets24Pmac [ 0 to 1099511627775]
    ifOutOctets15Pmac String string ifOutOctets15Pmac [0 to 1099511627775 ]
    ifOutOctets24Pmac String string ifOutOctets24Pmac [0 to 1099511627775 ]
    ifInDiscards15Pmac String string ifInDiscards15Pmac [ 0 to 1099511627775]
    ifInDiscards24Pmac String string ifInDiscards24Pmac [0 to 1099511627775 ]
    ifOutDiscards15Pmac String string ifOutDiscards15Pmac [ 0 to 1099511627775]
    ifOutDiscards24Pmac String string ifOutDiscards24Pmac [0 to 1099511627775 ]
    ifInErrors15Pmac String string ifInErrors15Pmac [0 to 1099511627775 ]
    ifInErrors24Pmac String string ifInErrors24Pmac [0 to 1099511627775 ]
    ifOutErrors15Pmac String string ifOutErrors15Pmac [0 to 1099511627775 ]
    ifOutErrors24Pmac String string ifOutErrors24Pmac [0 to 1099511627775 ]
    highCapacityPkts15Pmac String string highCapacityPkts15Pmac [0 to 1099511627775 ]
    highCapacityPkts24Pmac String string highCapacityPkts24Pmac [ 0 to 1099511627775 ]
    highCapacityOctets15Pmac String string highCapacityOctets15Pmac [0 to 1099511627775 ]
    highCapacityOctets24Pmac String string highCapacityOctets24Pmac [ 0 to 1099511627775 ]
    mmacProfileName String string return mmac profile name ---
    frameAssErrorCount15Mmac String string frameAssErrorCount15 [ 0 to 1099511627775 ]
    frameSmdErrorCount15Mmac String string frameSmdErrorCount15Mmac [ 0 to 1099511627775 ]
    frameAssOkCount15Mmac String string frameAssOkCount15Mmac [ 0 to 1099511627775 ]
    fragCountRx15Mmac String string fragCountRx15Mmac [ 0 to 1099511627775 ]
    fragCountTx15Mmac String string fragCountTx15Mmac [ 0 to 1099511627775 ]
    frameAssErrorCount24Mmac String string frameAssErrorCount24 [ 0 to 1099511627775 ]
    frameSmdErrorCount24Mmac String string frameSmdErrorCount24Mmac [ 0 to 1099511627775 ]
    frameAssOkCount24Mmac String string frameAssOkCount24Mmac [ 0 to 1099511627775 ]
    fragCountRx24Mmac String string fragCountRx24Mmac [ 0 to 1099511627775 ]
    fragCountTx24Mmac String string fragCountTx24Mmac [ 0 to 1099511627775 ]
    q1ProfileName String string return q1 profile name ---
    q1PktsDropped15 String string q1PktsDropped15 [0 to 1099511627775 ]
    q1PktsDropped24 String string q1PktsDropped24 [0 to 1099511627775 ]
    q1OctetsDropped15 String string q1OctetsDropped15 [0 to 1099511627775 ]
    q1OctetsDropped24 String string q1OctetsDropped24 [0 to 1099511627775 ]
    q2ProfileName String string return q2 profile name ---
    q2PktsDropped15 String string q2PktsDropped15 [0 to 1099511627775 ]
    q2PktsDropped24 String string q2PktsDropped24 [0 to 1099511627775 ]
    q2OctetsDropped15 String string q2OctetsDropped15 [0 to 1099511627775 ]
    q2OctetsDropped24 String string q2OctetsDropped24 [0 to 1099511627775]
    q3ProfileName String string return q3 profile name ---
    q3PktsDropped15 String string q3PktsDropped15 [ 0 to 1099511627775]
    q3PktsDropped24 String string q3PktsDropped24 [0 to 1099511627775 ]
    q3OctetsDropped15 String string q3OctetsDropped15 [0 to 1099511627775 ]
    q3OctetsDropped24 String string q3OctetsDropped24 [0 to 1099511627775 ]
    q4ProfileName String string return q4 profile name ---
    q4PktsDropped15 String string q4PktsDropped15 [0 to 1099511627775 ]
    q4PktsDropped24 String string q4PktsDropped24 [ 0 to 1099511627775]
    q4OctetsDropped15 String string q4OctetsDropped15 [0 to 1099511627775 ]
    q4OctetsDropped24 String string q4OctetsDropped24 [0 to 1099511627775 ]
    q5ProfileName String string return q5 profile name ---
    q5PktsDropped15 String string q5PktsDropped15 [0 to 1099511627775 ]
    q5PktsDropped24 String string q5PktsDropped24 [0 to 1099511627775 ]
    q5OctetsDropped15 String string q5OctetsDropped15 [ 0 to 1099511627775]
    q5OctetsDropped24 String string q5OctetsDropped24 [0 to 1099511627775 ]
    q6ProfileName String string return q6 profile name ---
    q6PktsDropped15 String string q6PktsDropped15 [ 0 to 1099511627775]
    q6PktsDropped24 String string q6PktsDropped24 [0 to 1099511627775 ]
    q6OctetsDropped15 String string q6OctetsDropped15 [0 to 1099511627775 ]
    q6OctetsDropped24 String string q6OctetsDropped24 [ 0 to 1099511627775]
    q7ProfileName String string return q7 profile name ---
    q7PktsDropped15 String string q7PktsDropped15 [0 to 1099511627775 ]
    q7PktsDropped24 String string q7PktsDropped24 [0 to 1099511627775 ]
    q7OctetsDropped15 String string q7OctetsDropped15 [0 to 1099511627775 ]
    q7OctetsDropped24 String string q7OctetsDropped24 [0 to 1099511627775 ]
    q8ProfileName String string return q8 profile name ---
    q8PktsDropped15 String string q8PktsDropped15 [0 to 1099511627775 ]
    q8PktsDropped24 String string q8PktsDropped24 [0 to 1099511627775 ]
    q8OctetsDropped15 String string q8OctetsDropped15 [0 to 1099511627775 ]
    q8OctetsDropped24 String string q8OctetsDropped24 [0 to 1099511627775 ]

    PMQueueTCAProfileObj

    Name

    Type

    Description

    Enum

    queueTCAId Long long queue TCA Id ---
    profileName String string return profile name ---
    pktsDropped15 String string pktsDropped15 [0 to 1099511627775 ]
    pktsDropped24 String string pktsDropped24 [0 to 1099511627775 ]
    octetsDropped15 String string octetsDropped15 [0 to 1099511627775 ]
    octetsDropped24 String string octetsDropped24 [ 0 to 1099511627775]

    PMRoeDeMapperTcaProfileObj

    Name

    Type

    Description

    Enum

    profileName String string return profile name ---
    roeDeMapperTCAId Long long return roe DeMapper TCA Id ---
    rxRoEpkts15 String string rxRoEpkts15 [ 0 to 1099511627775 ]
    rxRoEbytes15 String string rxRoEbytes15 [ 0 to 1099511627775 ]
    decapQueueOverrun15 String string decapQueueOverrun15 [ 0 to 1099511627775 ]
    decapQueueUnderrun15 String string decapQueueUnderrun15 [ 0 to 1099511627775 ]
    decapPktMissing15 String string decapPktMissing15 [ 0 to 1099511627775 ]
    decapPktSizeMismatch15 String string decapPktSizeMismatch15 [ 0 to 1099511627775 ]
    rxRoEpkts24 String string rxRoEpkts24 [ 0 to 1099511627775 ]
    rxRoEbytes24 String string rxRoEbytes24 [ 0 to 1099511627775 ]
    decapQueueOverrun24 String string decapQueueOverrun24 [ 0 to 1099511627775 ]
    decapQueueUnderrun24 String string decapQueueUnderrun24 [ 0 to 1099511627775 ]
    decapPktMissing24 String string decapPktMissing24 [ 0 to 1099511627775 ]
    decapPktSizeMismatch24 String string decapPktSizeMismatch24 [ 0 to 1099511627775 ]

    PMRoeMapperTcaProfileObj

    Name

    Type

    Description

    Enum

    profileName String string return profile name ---
    roeMapperTCAId Long long return roe Mapper TCA Id ---
    txRoEpkts15 String string txRoEpkts15 [ 0 to 1099511627775 ]
    txRoEbytes15 String string txRoEbytes15 [ 0 to 1099511627775 ]
    txDropRoEpkts15 String string txDropRoEpkts15 [ 0 to 1099511627775 ]
    encapQueueOverrun15 String string encapQueueOverrun15 [ 0 to 1099511627775 ]
    txRoEpkts24 String string txRoEpkts24 [ 0 to 1099511627775 ]
    txRoEbytes24 String string txRoEbytes24 [ 0 to 1099511627775 ]
    txDropRoEpkts24 String string txDropRoEpkts24 [ 0 to 1099511627775 ]
    encapQueueOverrun24 String string encapQueueOverrun24 [ 0 to 1099511627775 ]

    PMRoeTcaProfileObj

    Name

    Type

    Description

    Enum

    profileName String string return profile name ---
    roeTCAId Long long return roe TCA Id ---
    decapPktsDropped15 String string decapPktsDropped15 [ 0 to 1099511627775 ]
    decapPktsDropped24 String string decapPktsDropped24 [ 0 to 1099511627775 ]

    PMSapTcaProfileObj

    Name

    Type

    Description

    Enum

    profileName String string return profile name ---
    sapTCAId Long long return sap TCA Id ---
    ingressDroppedPkt15 String string ingressDroppedPkt15 [ 0 to 1099511627775 ]
    ingressDroppedPkt24 String string ingressDroppedPkt24 [ 0 to 1099511627775 ]
    ingressDroppedOctet15 String string ingressDroppedOctet15 [ 0 to 1099511627775 ]
    ingressDroppedOctet24 String string ingressDroppedOctet24 [ 0 to 1099511627775 ]

    PMServReportProfileObj

    Name

    Type

    Description

    Enum

    repId Long long returns report id ---
    format Long long format ---
    userlabel String string userlabel ---
    repository Long long return repository ---
    window Long long report window ---
    destType Long long destType ---
    destName String string Specifies the path where the file is getting stored ---
    secLabel Long long return secLabel ---
    reSol Long long reSol ---
    domainId Long long return domainId ---

    PMSlmTcaProfileObj

    Name

    Type

    Description

    Enum

    profileName String string return profile name ---
    slmTCAId Long long return slm TCA Id ---
    aN_FLR15 String string return Nend Frame loss ratio 15min [0 to 100.0000000 ]
    aN_FLR24 String string return Nend Frame loss ratio 24hour [0 to 100.0000000 ]
    aN_FLRCont String string return Nend Frame loss ratio Continuous [0 to 100.0000000 ]
    xN_FLR15 String string return Nend Frame loss ratio 15min [0 to 100.0000000 ]
    xN_FLR24 String string return Nend Frame loss ratio 24hour [0 to 100.0000000 ]
    xN_FLRCont String string return Nend Frame loss ratio Continuous [0 to 100.0000000 ]
    aF_FLR15 String string return FrontEnd Frame loss ratio 15min [0 to 100.0000000 ]
    aF_FLR24 String string return FrontEnd Frame loss ratio 24hour [0 to 100.0000000 ]
    aF_FLRCont String string return FrontEnd Frame loss ratio Continuous [0 to 100.0000000 ]
    xF_FLR15 String string return FrontEnd Frame loss ratio 15min [0 to 100.0000000 ]
    xF_FLR24 String string return FrontEnd Frame loss ratio 24hour [0 to 100.0000000 ]
    xF_FLRCont String string return FrontEnd Frame loss ratio Continuous [0 to 100.0000000 ]
    n_HLI15 String string return Nend Frame loss ratio 15min [0 to 1099511627775 ]
    n_HLI24 String string return Nend Frame loss ratio 24hour [0 to 1099511627775 ]
    n_HLICont String string return Nend Frame loss ratio Continuous [0 to 1099511627775 ]
    f_HLI15 String string return Nend Frame loss ratio 15min [0 to 1099511627775 ]
    f_HLI24 String string return Nend Frame loss ratio 24hour [0 to 1099511627775 ]
    f_HLICont String string return Nend Frame loss ratio Continuous [0 to 1099511627775 ]
    n_UAI15 String string return Nend Frame loss ratio 15min [0 to 1099511627775 ]
    n_UAI24 String string return Nend Frame loss ratio 24hour [0 to 1099511627775 ]
    n_UAICont String string return Nend Frame loss ratio Continuous [0 to 1099511627775 ]
    f_UAI15 String string return Nend Frame loss ratio 15min [0 to 1099511627775 ]
    f_UAI24 String string return Nend Frame loss ratio 24hour [0 to 1099511627775 ]
    f_UAICont String string return Nend Frame loss ratio Continuous [0 to 1099511627775 ]

    PMTCAProfileObj

    Name

    Type

    Description

    Enum

    nwProfileName String string return network profile name ---
    nwProfileId Long long return network profile id ---
    portProfileName String string return port profile name ---
    portTcaId Long long --- ---
    ifInPackets15 String string ifInPackets15 [0 to 1099511627775 ]
    ifInPackets24 String string ifInPackets24 [0 to 1099511627775 ]
    ifOutPackets15 String string ifOutPackets15 [0 to 1099511627775 ]
    ifOutPackets24 String string ifOutPackets24 [0 to 1099511627775 ]
    ifInOctets15 String string ifInOctets15 [0 to 1099511627775 ]
    ifInOctets24 String string ifInOctets24 [0 to 1099511627775 ]
    ifOutOctets15 String string ifOutOctets15 [0 to 1099511627775 ]
    ifOutOctets24 String string ifOutOctets24 [0 to 1099511627775 ]
    ifInDiscards15 String string ifInDiscards15 [0 to 1099511627775 ]
    ifInDiscards24 String string ifInDiscards24 [0 to 1099511627775 ]
    ifOutDiscards15 String string ifOutDiscards15 [0 to 1099511627775 ]
    ifOutDiscards24 String string ifOutDiscards24 [0 to 1099511627775 ]
    ifInErrors15 String string ifInErrors15 [0 to 1099511627775 ]
    ifInErrors24 String string ifInErrors24 [0 to 1099511627775 ]
    ifOutErrors15 String string ifOutErrors15 [0 to 1099511627775 ]
    ifOutErrors24 String string ifOutErrors24 [0 to 1099511627775 ]
    highCapacityPkts15 String string highCapacityPkts15 [0 to 1099511627775 ]
    highCapacityPkts24 String string highCapacityPkts24 [0 to 1099511627775 ]
    highCapacityOctets15 String string highCapacityOctets15 [0 to 1099511627775 ]
    highCapacityOctets24 String string getHighCapacityOctets24 [0 to 1099511627775 ]
    q1ProfileName String string return q1 profile name ---
    queue1TCAId Long long --- ---
    q1PktsDropped15 String string q1PktsDropped15 [0 to 1099511627775 ]
    q1PktsDropped24 String string q1PktsDropped24 [0 to 1099511627775 ]
    q1OctetsDropped15 String string q1OctetsDropped15 [0 to 1099511627775 ]
    q1OctetsDropped24 String string q1OctetsDropped24 [0 to 1099511627775]
    q2ProfileName String string return q2 profile namee [0 to 1099511627775]
    queue2TCAId Long long --- ---
    q2PktsDropped15 String string q2PktsDropped15 [0 to 1099511627775]
    q2PktsDropped24 String string q2PktsDropped24 [0 to 1099511627775]
    q2OctetsDropped15 String string q2OctetsDropped15 [0 to 1099511627775]
    q2OctetsDropped24 String string q2OctetsDropped24 [0 to 1099511627775]
    q3ProfileName String string return q3 profile name [0 to 1099511627775]
    queue3TCAId Long long --- ---
    q3PktsDropped15 String string q3PktsDropped15 [0 to 1099511627775]
    q3PktsDropped24 String string q3PktsDropped24 [0 to 1099511627775]
    q3OctetsDropped15 String string q3OctetsDropped15 [0 to 1099511627775]
    q3OctetsDropped24 String string q3OctetsDropped24 [0 to 1099511627775]
    q4ProfileName String string return q4 profile name [0 to 1099511627775]
    queue4TCAId Long long --- ---
    q4PktsDropped15 String string q4PktsDropped15 [0 to 1099511627775]
    q4PktsDropped24 String string q4PktsDropped24 [0 to 1099511627775]
    q4OctetsDropped15 String string q4OctetsDropped15 [0 to 1099511627775]
    q4OctetsDropped24 String string q4OctetsDropped24 [0 to 1099511627775]
    q5ProfileName String string return q5 profile name [0 to 1099511627775]
    queue5TCAId Long long --- ---
    q5PktsDropped15 String string q5PktsDropped15 [0 to 1099511627775]
    q5PktsDropped24 String string q5PktsDropped24 [0 to 1099511627775]
    q5OctetsDropped15 String string q5OctetsDropped15 [0 to 1099511627775]
    q5OctetsDropped24 String string q5OctetsDropped24 [0 to 1099511627775]
    q6ProfileName String string return network q6 name [0 to 1099511627775]
    queue6TCAId Long long --- ---
    q6PktsDropped15 String string q6PktsDropped15 [0 to 1099511627775]
    q6PktsDropped24 String string q6PktsDropped24 [0 to 1099511627775]
    q6OctetsDropped15 String string q6OctetsDropped15 [0 to 1099511627775]
    q6OctetsDropped24 String string q6OctetsDropped24 [0 to 1099511627775]
    q7ProfileName String string return q7 profile name [0 to 1099511627775]
    queue7TCAId Long long --- ---
    q7PktsDropped15 String string q7PktsDropped15 [0 to 1099511627775]
    q7PktsDropped24 String string q7PktsDropped24 [0 to 1099511627775]
    q7OctetsDropped15 String string q7OctetsDropped15 [0 to 1099511627775]
    q7OctetsDropped24 String string q7OctetsDropped24 [0 to 1099511627775]
    q8ProfileName String string return q8 profile name [0 to 1099511627775]
    queue8TCAId Long long --- ---
    q8PktsDropped15 String string q8PktsDropped15 [0 to 1099511627775]
    q8PktsDropped24 String string q8PktsDropped24 [0 to 1099511627775]
    q8OctetsDropped15 String string q8OctetsDropped15 [0 to 1099511627775]
    q8OctetsDropped24 String string q8OctetsDropped24 [0 to 1099511627775]
    sapProfileName String string return sap profile name ---
    sapTCAId Long long --- ---
    ingressPktsDropped15 String string ingressPktsDropped15 [0 to 1099511627775]
    ingressPktsDropped24 String string ingressPktsDropped24 [0 to 1099511627775]
    ingressOctetsDropped15 String string ingressOctetsDropped15 [0 to 1099511627775]
    ingressOctetsDropped24 String string ingressOctetsDropped24 [0 to 1099511627775]
    slmProfileName String string return slm profile name ---
    slmTCAId Long long --- ---
    aN_FLR15 String string return Nend Frame loss ratio 15min [0 to 100.0000000]
    aN_FLR24 String string return NEnd Frame loss ratio 24hour [0 to 100.0000000]
    aN_FLRCont String string return NEnd Frame loss ratio Continuous [0 to 100.0000000]
    xN_FLR15 String string return Nend Frame loss ratio 15min [0 to 100.0000000]
    xN_FLR24 String string return Nend Frame loss ratio 24hour [0 to 100.0000000]
    xN_FLRCont String string return Nend Frame loss ratio continuous [0 to 100.0000000]
    aF_FLR15 String string return FrontEnd Frame loss ratio 15min [0 to 100.0000000]
    aF_FLR24 String string return FrontEnd Frame loss ratio 24hour [0 to 100.0000000]
    aF_FLRCont String string return FrontEnd Frame loss ratio continuous [0 to 100.0000000]
    xF_FLR15 String string return FrontEnd Frame loss ratio 15min [0 to 100.0000000]
    xF_FLR24 String string return FrontEnd Frame loss ratio 24hour [0 to 100.0000000]
    xF_FLRCont String string return FrontEnd Frame loss ratio continuous [0 to 100.0000000]
    n_HLI15 String string return FrontEnd Frame loss ratio 15min [0 to 1099511627775]
    n_HLI24 String string return FrontEnd Frame loss ratio 24hour [0 to 1099511627775]
    n_HLICont String string return FrontEnd Frame loss ratio continuous [0 to 1099511627775]
    f_HLI15 String string return FrontEnd Frame loss ratio 15min [0 to 1099511627775]
    f_HLI24 String string return FrontEnd Frame loss ratio 24hour [0 to 1099511627775]
    f_HLICont String string return FrontEnd Frame loss ratio continuous [0 to 1099511627775]
    n_UAI15 String string return FrontEnd Frame loss ratio 15min [0 to 1099511627775]
    n_UAI24 String string return FrontEnd Frame loss ratio 24hour [0 to 1099511627775]
    n_UAICont String string return FrontEnd Frame loss ratio continuous [0 to 1099511627775]
    f_UAI15 String string return FrontEnd Frame loss ratio 15min [0 to 1099511627775]
    f_UAI24 String string return FrontEnd Frame loss ratio 24hour [0 to 1099511627775]
    f_UAICont String string return FrontEnd Frame loss ratio continuous [0 to 1099511627775]
    dmProfileName String string return dm profile name ---
    dmTCAId Long long --- ---
    aB_FD15 String string return Frame delay for 15min [0 to 100.0000000]
    aB_FD24 String string return Frame delay for 24hour [0 to 100.0000000]
    xB_FD15 String string return Frame delay for 15min [0 to 100.0000000]
    xB_FD24 String string return Frame delay for 24hour [0 to 100.0000000]
    aN_FDV15 String string return Nend Frame delay variation for 15min [0 to 100.0000000]
    aN_FDV24 String string return Nend Frame delay variation for 24hour [0 to 100.0000000]
    xN_FDV15 String string return Nend Frame delay variation for 15min [0 to 100.0000000]
    xN_FDV24 String string return Nend Frame delay variation for 24hour [0 to 100.0000000]
    aF_FDV15 String string return FrontEndFrame delay variation for 15min [0 to 100.0000000]
    aF_FDV24 String string return FrontEnd Frame delay variation for 24hour [0 to 100.0000000]
    xF_FDV15 String string return Frame delay for 24hour [0 to 100.0000000]
    xF_FDV24 String string return FrontEnd Frame delay variation for 24hour [0 to 100.0000000]
    emacProfileName String string return emac profile name ---
    emacTcaId Long long --- ---
    ifInPackets15Emac String string --- ---
    ifInPackets24Emac String string --- ---
    ifOutPackets15Emac String string --- ---
    ifOutPackets24Emac String string --- ---
    ifInOctets15Emac String string --- ---
    ifInOctets24Emac String string --- ---
    ifOutOctets15Emac String string --- ---
    ifOutOctets24Emac String string --- ---
    ifInDiscards15Emac String string --- ---
    ifInDiscards24Emac String string --- ---
    ifOutDiscards15Emac String string --- ---
    ifOutDiscards24Emac String string --- ---
    ifInErrors15Emac String string --- ---
    ifInErrors24Emac String string --- ---
    ifOutErrors15Emac String string --- ---
    ifOutErrors24Emac String string --- ---
    highCapacityPkts15Emac String string --- ---
    highCapacityPkts24Emac String string --- ---
    highCapacityOctets15Emac String string --- ---
    highCapacityOctets24Emac String string --- ---
    pmacProfileName String string return pmac profile name ---
    pmacTcaId Long long --- ---
    ifInPackets15Pmac String string --- ---
    ifInPackets24Pmac String string --- ---
    ifOutPackets15Pmac String string --- ---
    ifOutPackets24Pmac String string --- ---
    ifInOctets15Pmac String string --- ---
    ifInOctets24Pmac String string --- ---
    ifOutOctets15Pmac String string --- ---
    ifOutOctets24Pmac String string --- ---
    ifInDiscards15Pmac String string --- ---
    ifInDiscards24Pmac String string --- ---
    ifOutDiscards15Pmac String string --- ---
    ifOutDiscards24Pmac String string --- ---
    ifInErrors15Pmac String string --- ---
    ifInErrors24Pmac String string --- ---
    ifOutErrors15Pmac String string --- ---
    ifOutErrors24Pmac String string --- ---
    highCapacityPkts15Pmac String string --- ---
    highCapacityPkts24Pmac String string --- ---
    highCapacityOctets15Pmac String string --- ---
    highCapacityOctets24Pmac String string --- ---
    mmacProfileName String string return mmac profile name ---
    mmacTCAId Long long --- ---
    frameAssErrorCount15Mmac String string --- ---
    frameSmdErrorCount15Mmac String string --- ---
    frameAssOkCount15Mmac String string --- ---
    fragCountRx15Mmac String string --- ---
    fragCountTx15Mmac String string --- ---
    frameAssErrorCount24Mmac String string --- ---
    frameSmdErrorCount24Mmac String string --- ---
    frameAssOkCount24Mmac String string --- ---
    fragCountRx24Mmac String string --- ---
    fragCountTx24Mmac String string --- ---
    roeProfileName String string return roe profile name ---
    roeTCAId Long long --- ---
    decapPktsDropped15 String string --- ---
    decapPktsDropped24 String string --- ---
    roeMapperProfileName String string --- ---
    roeMapperTCAId Long long --- ---
    txRoEpkts15 String string --- ---
    txRoEbytes15 String string --- ---
    txDropRoEpkts15 String string --- ---
    encapQueueOverrun15 String string --- ---
    txRoEpkts24 String string --- ---
    txRoEbytes24 String string --- ---
    txDropRoEpkts24 String string --- ---
    encapQueueOverrun24 String string --- ---
    roeDeMapperProfileName String string --- ---
    roeDeMapperTCAId Long long --- ---
    rxRoEpkts15 String string --- ---
    rxRoEbytes15 String string --- ---
    decapQueueOverrun15 String string --- ---
    decapQueueUnderrun15 String string --- ---
    decapPktMissing15 String string --- ---
    decapPktSizeMismatch15 String string --- ---
    rxRoEpkts24 String string --- ---
    rxRoEbytes24 String string --- ---
    decapQueueOverrun24 String string --- ---
    decapQueueUnderrun24 String string --- ---
    decapPktMissing24 String string --- ---
    decapPktSizeMismatch24 String string --- ---
    id String string id ---

    StatusRespObj

    Name

    Type

    Description

    Enum

    status String string Response wrapper for operation status ---
    errorReason String string Response status based on error Reason ---
    id Long long Response ID ---
    oamEntityType String string Response OAM Entity Type ---