Uploaded image for project: 'Common Controller SDK'
  1. Common Controller SDK
  2. CCSDK-1051

RA: Add allocation items to the resource query results

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • Dublin Release
    • None
    • sli/adaptors
    • None
    • CDS Dublin-Itr4 (2/11-3/01)

      Allocation items give a breakdown of the resource usage: what entities use how much of the resource (e.g. every connection and the amount of bandwidth it uses, or the VLAN IDs it uses).

      There is a need to include this information in the responses of the resource queries.

      With this data included, RA will populate something like this in the DG context:

      ra-output.resource-list_length: 1
      ra-output.resource-list[0].resource-name: internal-vlan
      ra-output.resource-list[0].resource-target-type: Device
      ra-output.resource-list[0].resource-target-id: GBLOND2025MG2
      ra-output.resource-list[0].allocated: 10, 11
      ra-output.resource-list[0].allocation-data-list_length: 2
      ra-output.resource-list[0].allocation-data-list[0].resource-entity-type: EVC
      ra-output.resource-list[0].allocation-data-list[0].resource-entity-id: SVLAN::TEST10
      ra-output.resource-list[0].allocation-data-list[0].resource-entity-version: 1
      ra-output.resource-list[0].allocation-data-list[0].allocated: 10
      ra-output.resource-list[0].allocation-data-list[1].resource-entity-type: EVC
      ra-output.resource-list[0].allocation-data-list[1].resource-entity-id: SVLAN::TEST11
      ra-output.resource-list[0].allocation-data-list[1].resource-entity-version: 1
      ra-output.resource-list[0].allocation-data-list[1].allocated: 11

       

            stanbonev stanbonev
            stanbonev stanbonev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: