Retrieve child by FDN

Retrieves the object details of the specified FDN and it's specified child.

POST https://<NSP Server>:8443/nfm-p/rest/api/v1/managedobjects/children

Request:

{
  "fdn": "Access Ingress:1",
  "fullClassNameList": [
    "aingr.Queue"
  ]
}

Response:

{
  "policyName": "default",
  "scope": "template",
  "ingressPktoffset": "127",
  "defaultFc": "be",
  "defaultSubFc": "N/A",
  "defaultFullFc": "be",
  "defaultFcPriority": "low",
  "matchCriteria": "none",
  "numberOfForwardingSubClasses": "0",
  "numberMulticastClasses": "0",
  "numberOfIpMatches": "0",
  "numberOfIpv6Matches": "0",
  "numberOfMacMatches": "0",
  "numberOfQueues": "0",
  "macCritType": "normal",
  "ipCritType": "normal",
  "ipv6CritType": "normal",
  "policyMode": "static",
  "numberOfUnderlyingPolicyItems": "3",
  "configurationAction": "mergeIfExists",
  "configurationMode": "released",
  "distributionMode": "syncWithGlobal",
  "origin": "N/A",
  "lastSyncTime": "0",
  "discoveryState": "notApplicable",
  "isMaster": "false",
  "policySyncGroupPointer": "",
  "policyType": "accessIngress",
  "isLocal": "false",
  "siteId": "0.0.0.0",
  "siteName": "N/A",
  "displayedName": "Access Ingress-1",
  "description": "Default SAP ingress QoS policy.",
  "id": "1",
  "globalPolicy": "",
  "templateObject": "",
  "deploymentState": 0,
  "objectFullName": "Access Ingress:1",
  "name": "1",
  "className": "aingr.Policy",
  "selfAlarmed": "false",
  "aingr.Policy": {},
  "aingr.Queue": [
    {
      "scheduler": "N/A",
      "level": "level1",
      "weight": "weight1",
      "cirLevel": "defaultLevel",
      "cirWeight": "weight1",
      "multicast": "false",
      "expedite": "auto",
      "multipoint": "false",
      "mode": "priority",
      "policed": "false",
      "cirAdaptation": "closest",
      "cir": "0",
      "pirAdaptation": "closest",
      "pir": "-1",
      "committedBurstSize": "-1",
      "maximumBurstSize": "-1",
      "maximumBurstSizeBytes": "-1",
      "highPriorityReserved": "-1",
      "ingressQueuePktoffset": "127",
      "slopePolicyPointer": "Slope:default",
      "poolName": "N/A",
      "burstLimit": "-1",
      "cirPercent": "0.0",
      "pirPercent": "100.0",
      "rateType": "kbps",
      "advancedConfigPolicyPointer": "",
      "packetByteOffset": "0",
      "containingPolicyDisplayedName": "Access Ingress-1",
      "containingPolicyId": "1",
      "policyType": "accessIngress",
      "isLocal": "false",
      "siteId": "0.0.0.0",
      "siteName": "N/A",
      "displayedName": "queue-1",
      "description": "N/A",
      "id": "1",
      "globalPolicy": "",
      "templateObject": "",
      "deploymentState": "0",
      "objectFullName": "Access Ingress:1:queue-1",
      "name": "queue-1",
      "selfAlarmed": "false",
      "aingr.Queue-fdn": "Access Ingress:1:queue-1",
      "aingr.Queue-pfdn": "Access Ingress:1",
      "aingr.Queue-isFolder": true,
      "aingr.Queue-id": "Access Ingress:1:queue-1",
      "aingr.Queue-className": "aingr.Queue",
      "aingr.Queue-parentId": "Access Ingress:1",
      "aingr.Queue-pObjClassName": "aingr.Policy"
    },
    {
      "scheduler": "N/A",
      "level": "level1",
      "weight": "weight1",
      "cirLevel": "defaultLevel",
      "cirWeight": "weight1",
      "multicast": "true",
      "expedite": "auto",
      "multipoint": "false",
      "mode": "priority",
      "policed": "false",
      "cirAdaptation": "closest",
      "cir": "0",
      "pirAdaptation": "closest",
      "pir": "-1",
      "committedBurstSize": "-1",
      "maximumBurstSize": "-1",
      "maximumBurstSizeBytes": "-1",
      "highPriorityReserved": "-1",
      "ingressQueuePktoffset": "127",
      "slopePolicyPointer": "Slope:default",
      "poolName": "N/A",
      "burstLimit": "-1",
      "cirPercent": "0.0",
      "pirPercent": "100.0",
      "rateType": "kbps",
      "advancedConfigPolicyPointer": "",
      "packetByteOffset": "0",
      "containingPolicyDisplayedName": "Access Ingress-1",
      "containingPolicyId": "1",
      "policyType": "accessIngress",
      "isLocal": "false",
      "siteId": "0.0.0.0",
      "siteName": "N/A",
      "displayedName": "queue-11",
      "description": "N/A",
      "id": "11",
      "globalPolicy": "",
      "templateObject": "",
      "deploymentState": "0",
      "objectFullName": "Access Ingress:1:queue-11",
      "name": "queue-11",
      "selfAlarmed": "false",
      "aingr.Queue-fdn": "Access Ingress:1:queue-11",
      "aingr.Queue-pfdn": "Access Ingress:1",
      "aingr.Queue-isFolder": true,
      "aingr.Queue-id": "Access Ingress:1:queue-11",
      "aingr.Queue-className": "aingr.Queue",
      "aingr.Queue-parentId": "Access Ingress:1",
      "aingr.Queue-pObjClassName": "aingr.Policy"
    }
  ]
}