Get Model Layout

get

/rest/v16/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/layouts/{layoutVarName}

This action returns the desktop layout metadata for a Model.

Request

Path Parameters
Back to Top

Response

Default Response

Model Layout
Body ()
Root Schema : config-layout-response
Type: object
Show Source
Nested Schema : components-collection
Type: object
Show Source
Nested Schema : Page Template
Type: object
Title: Page Template
Page template.
Show Source
Nested Schema : translations
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : component
Type: object
Show Source
Nested Schema : Component Type Code
Type: object
Title: Component Type Code
Component type code for a component.
Show Source
Nested Schema : displayType
Type: object
Show Source
Nested Schema : Input Type Code
Type: object
Title: Input Type Code
Input type code.
Show Source
Nested Schema : jetDisplayType
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : translation
Type: object
Show Source
Nested Schema : Language
Type: object
Title: Language
Language
Show Source
Back to Top

Examples

The following example shows how to retrieve the metadata for the specified Configuration item by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X GET - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v16/productFamilies/vision/productLines/Servers/models/ultraPowerSolutionPackage/layouts/serverFamilyFlow

Response Body Sample

{
  "id": 36701967,
  "links": [{
      "rel": "self",
      "href": "https://sitename.oracle.com/rest/v16/productFamilies/vision/productLines/Servers/models/ultraPowerSolutionPackage/layouts/serverFamilyFlow"
    }
  ],
  "components": {
    "items": [{
        "id": 1544186855121,
        "components": {
          "items": [{
              "id": 36701972,
              "components": {
                "items": [{
                    "id": 36701974,
                    "components": {
                      "items": [{
                          "id": 36701979,
                          "components": {
                            "items": [{
                                "id": 36701980,
                                "components": {
                                  "items": [{
                                      "id": 36701993,
                                      "componentTypeCode": {
                                        "lookupCode": "FORM_CONTROL"
                                      },
                                      "sequence": 1,
                                      "resourceAttrType": "Text",
                                      "resourceAttributeVarName": "operatingSystem_selector",
                                      "inputTypeCode": {
                                        "lookupCode": "Single Select Menu"
                                      },
                                      "showLabel": true,
                                      "labelSeparator": "",
                                      "labelAlignment": "LEFT_ALIGN",
                                      "labelWidth": "33.0",
                                      "labelWidthUnits": "PERCENTAGE_WIDTH",
                                      "valuePosition": "RIGHT_ALIGN",
                                      "valueWidth": "47.0",
                                      "valueWidthUnits": "PERCENTAGE_WIDTH",
                                      "valueAlignment": "LEFT_ALIGN",
                                      "showHelpIcon": false,
                                      "helpIconAlignment": "LEFT_OF_LABEL",
                                      "hideLock": true,
                                      "showCalculator": false,
                                      "showRecMsg": true,
                                      "showConMsg": true,
                                      "showPrevValueMsg": false,
                                      "msgPlacement": "BELOW_ATTRIBUTE",
                                      "msgWidthUnits": "PERCENTAGE_WIDTH",
                                      "msgWidth": "20.0",
                                      "setType": "None",
                                      "defaultValue": "All Operating Systems",
                                      "autoLock": false,
                                      "autoUpdate": false,
                                      "hide": false,
                                      "showDataTooltip": false,
                                      "menuImagePosition": "RIGHT_OF_VALUE",
                                      "showMenuImage": false,
                                      "fieldAutoWidth": "true",
                                      "showPrice": false,
                                      "pricePosition": "RIGHT_OF_VALUE",
                                      "required": true,
                                      "defaultValueOverridden": false,
                                      "setTypeOverridden": false,
                                      "displayTypeOverridden": false
                                    }, {
                                      "id": 36702027,
                                      "componentTypeCode": {
                                        "lookupCode": "SPACER"
                                      },
                                      "sequence": 2,
                                      "spacerHeight": "25"
                                    }
                                  ]
                                },
                                "componentTypeCode": {
                                  "lookupCode": "PANEL_COL"
                                },
                                "sequence": 1,
                                "colSpan": "1"
                              }
                            ]
                          },
                          "componentTypeCode": {
                            "lookupCode": "PANEL_ROW"
                          },
                          "sequence": 1
                        }
                      ]
                    },
                    "translations": {
                      "items": [{
                          "language": {
                            "languageCode": "en",
                            "languageNumber": -1
                          },
                          "title": "Operating System",
                          "description": "Operating System"
                        }
                      ]
                    },
                    "componentTypeCode": {
                      "lookupCode": "PANEL"
                    },
                    "sequence": 1,
                    "fieldAlignment": "LEFT_ALIGN",
                    "showTitleIcon": true,
                    "collapsible": false,
                    "showDescription": false,
                    "showLabel": true,
                    "columnWidths": "100.0",
                    "autoColWidth": "true",
                    "widthUnits": "PERCENTAGE_WIDTH",
                    "title": "Operating System",
                    "description": "Operating System",
                    "group": true
                  }, {
                    "id": 36702029,
                    "components": {
                      "items": [{
                          "id": 36702039,
                          "components": {
                            "items": [{
                                "id": 36702040,
                                "components": {
                                  "items": [{
                                      "id": 36702042,
                                      "componentTypeCode": {
                                        "lookupCode": "FORM_CONTROL"
                                      },
                                      "sequence": 1,
                                      "resourceAttrType": "Text",
                                      "resourceAttributeVarName": "serverChassis_selector",
                                      "inputTypeCode": {
                                        "lookupCode": "Single Select Menu"
                                      },
                                      "showLabel": true,
                                      "labelSeparator": "",
                                      "labelAlignment": "LEFT_ALIGN",
                                      "labelWidth": "33.0",
                                      "labelWidthUnits": "PERCENTAGE_WIDTH",
                                      "valuePosition": "RIGHT_ALIGN",
                                      "valueWidth": "47.0",
                                      "valueWidthUnits": "PERCENTAGE_WIDTH",
                                      "valueAlignment": "LEFT_ALIGN",
                                      "showHelpIcon": false,
                                      "helpIconAlignment": "LEFT_OF_LABEL",
                                      "hideLock": true,
                                      "showCalculator": false,
                                      "showRecMsg": true,
                                      "showConMsg": true,
                                      "showPrevValueMsg": false,
                                      "msgPlacement": "BELOW_ATTRIBUTE",
                                      "msgWidthUnits": "PERCENTAGE_WIDTH",
                                      "msgWidth": "20.0",
                                      "setType": "None",
                                      "defaultValue": "All Systems",
                                      "autoLock": false,
                                      "autoUpdate": false,
                                      "hide": false,
                                      "showDataTooltip": false,
                                      "menuImagePosition": "RIGHT_OF_VALUE",
                                      "showMenuImage": false,
                                      "fieldAutoWidth": "true",
                                      "showPrice": false,
                                      "pricePosition": "RIGHT_OF_VALUE",
                                      "required": true,
                                      "defaultValueOverridden": false,
                                      "setTypeOverridden": false,
                                      "displayTypeOverridden": false
                                    }, {
                                      "id": 36702076,
                                      "componentTypeCode": {
                                        "lookupCode": "SPACER"
                                      },
                                      "sequence": 2,
                                      "spacerHeight": "25"
                                    }
                                  ]
                                },
                                "componentTypeCode": {
                                  "lookupCode": "PANEL_COL"
                                },
                                "sequence": 1,
                                "colSpan": "1"
                              }
                            ]
                          },
                          "componentTypeCode": {
                            "lookupCode": "PANEL_ROW"
                          },
                          "sequence": 1
                        }
                      ]
                    },
                    "translations": {
                      "items": [{
                          "language": {
                            "languageCode": "en",
                            "languageNumber": -1
                          },
                          "title": "System Server Chassis",
                          "description": "System Server Chassis"
                        }
                      ]
                    },
                    "componentTypeCode": {
                      "lookupCode": "PANEL"
                    },
                    "sequence": 2,
                    "fieldAlignment": "LEFT_ALIGN",
                    "showTitleIcon": true,
                    "collapsible": true,
                    "showDescription": true,
                    "showLabel": true,
                    "columnWidths": "100.0",
                    "autoColWidth": "true",
                    "widthUnits": "PERCENTAGE_WIDTH",
                    "title": "System Server Chassis",
                    "description": "System Server Chassis",
                    "group": true
                  }, {
                    "id": 36702078,
                    "components": {
                      "items": [{
                          "id": 36702088,
                          "components": {
                            "items": [{
                                "id": 36702089,
                                "components": {
                                  "items": [{
                                      "id": 36702091,
                                      "componentTypeCode": {
                                        "lookupCode": "FORM_CONTROL"
                                      },
                                      "sequence": 1,
                                      "resourceAttrType": "Text",
                                      "resourceAttributeVarName": "formFactor_selector",
                                      "inputTypeCode": {
                                        "lookupCode": "Single Select Menu"
                                      },
                                      "showLabel": true,
                                      "labelSeparator": "",
                                      "labelAlignment": "LEFT_ALIGN",
                                      "labelWidth": "33.0",
                                      "labelWidthUnits": "PERCENTAGE_WIDTH",
                                      "valuePosition": "RIGHT_ALIGN",
                                      "valueWidth": "47.0",
                                      "valueWidthUnits": "PERCENTAGE_WIDTH",
                                      "valueAlignment": "LEFT_ALIGN",
                                      "showHelpIcon": false,
                                      "helpIconAlignment": "LEFT_OF_LABEL",
                                      "hideLock": true,
                                      "showCalculator": false,
                                      "showRecMsg": true,
                                      "showConMsg": true,
                                      "showPrevValueMsg": false,
                                      "msgPlacement": "BELOW_ATTRIBUTE",
                                      "msgWidthUnits": "PERCENTAGE_WIDTH",
                                      "msgWidth": "20.0",
                                      "setType": "None",
                                      "defaultValue": "All Form Factors",
                                      "autoLock": false,
                                      "autoUpdate": false,
                                      "hide": false,
                                      "showDataTooltip": false,
                                      "menuImagePosition": "RIGHT_OF_VALUE",
                                      "showMenuImage": false,
                                      "fieldAutoWidth": "true",
                                      "showPrice": false,
                                      "pricePosition": "RIGHT_OF_VALUE",
                                      "required": true,
                                      "defaultValueOverridden": false,
                                      "setTypeOverridden": false,
                                      "displayTypeOverridden": false
                                    }, {
                                      "id": 36702125,
                                      "componentTypeCode": {
                                        "lookupCode": "SPACER"
                                      },
                                      "sequence": 2,
                                      "spacerHeight": "25"
                                    }
                                  ]
                                },
                                "componentTypeCode": {
                                  "lookupCode": "PANEL_COL"
                                },
                                "sequence": 1,
                                "colSpan": "1"
                              }
                            ]
                          },
                          "componentTypeCode": {
                            "lookupCode": "PANEL_ROW"
                          },
                          "sequence": 1
                        }
                      ]
                    },
                    "translations": {
                      "items": [{
                          "language": {
                            "languageCode": "en",
                            "languageNumber": -1
                          },
                          "title": "Form Factor"
                        }
                      ]
                    },
                    "componentTypeCode": {
                      "lookupCode": "PANEL"
                    },
                    "sequence": 3,
                    "fieldAlignment": "LEFT_ALIGN",
                    "showTitleIcon": false,
                    "collapsible": false,
                    "showDescription": false,
                    "showLabel": false,
                    "columnWidths": "100.0",
                    "autoColWidth": "true",
                    "widthUnits": "PERCENTAGE_WIDTH",
                    "title": "Form Factor",
                    "description": "",
                    "group": true
                  }, {
                    "id": 36702127,
                    "components": {
                      "items": [{
                          "id": 36702137,
                          "components": {
                            "items": [{
                                "id": 36702138,
                                "components": {
                                  "items": [{
                                      "id": 36702140,
                                      "componentTypeCode": {
                                        "lookupCode": "FORM_CONTROL"
                                      },
                                      "sequence": 1,
                                      "resourceAttrType": "Text",
                                      "resourceAttributeVarName": "processors_selector",
                                      "inputTypeCode": {
                                        "lookupCode": "Single Select Menu"
                                      },
                                      "showLabel": true,
                                      "labelSeparator": "",
                                      "labelAlignment": "LEFT_ALIGN",
                                      "labelWidth": "33.0",
                                      "labelWidthUnits": "PERCENTAGE_WIDTH",
                                      "valuePosition": "RIGHT_ALIGN",
                                      "valueWidth": "47.0",
                                      "valueWidthUnits": "PERCENTAGE_WIDTH",
                                      "valueAlignment": "LEFT_ALIGN",
                                      "showHelpIcon": false,
                                      "helpIconAlignment": "LEFT_OF_LABEL",
                                      "hideLock": true,
                                      "showCalculator": false,
                                      "showRecMsg": true,
                                      "showConMsg": true,
                                      "showPrevValueMsg": false,
                                      "msgPlacement": "BELOW_ATTRIBUTE",
                                      "msgWidthUnits": "PERCENTAGE_WIDTH",
                                      "msgWidth": "20.0",
                                      "setType": "None",
                                      "defaultValue": "All Processors",
                                      "autoLock": false,
                                      "autoUpdate": false,
                                      "hide": false,
                                      "showDataTooltip": false,
                                      "menuImagePosition": "RIGHT_OF_VALUE",
                                      "showMenuImage": false,
                                      "fieldAutoWidth": "true",
                                      "showPrice": false,
                                      "pricePosition": "RIGHT_OF_VALUE",
                                      "required": true,
                                      "defaultValueOverridden": false,
                                      "setTypeOverridden": false,
                                      "displayTypeOverridden": false
                                    }
                                  ]
                                },
                                "componentTypeCode": {
                                  "lookupCode": "PANEL_COL"
                                },
                                "sequence": 1,
                                "colSpan": "1"
                              }, {
                                "id": 36702174,
                                "components": {
                                  "items": [{
                                      "id": 36702176,
                                      "componentTypeCode": {
                                        "lookupCode": "FORM_CONTROL"
                                      },
                                      "sequence": 1,
                                      "resourceAttrType": "Integer",
                                      "resourceAttributeVarName": "_bm_model_ht_model_cores",
                                      "inputTypeCode": {
                                        "lookupCode": "Text"
                                      },
                                      "showLabel": true,
                                      "labelSeparator": "",
                                      "labelAlignment": "LEFT_ALIGN",
                                      "labelWidth": "33.0",
                                      "labelWidthUnits": "PERCENTAGE_WIDTH",
                                      "valuePosition": "RIGHT_ALIGN",
                                      "valueWidth": "47.0",
                                      "valueWidthUnits": "PERCENTAGE_WIDTH",
                                      "valueAlignment": "LEFT_ALIGN",
                                      "showHelpIcon": false,
                                      "hideLock": false,
                                      "showCalculator": false,
                                      "showRecMsg": false,
                                      "showConMsg": false,
                                      "showPrevValueMsg": false,
                                      "setType": "None",
                                      "defaultValue": "",
                                      "autoLock": false,
                                      "autoUpdate": false,
                                      "hide": false,
                                      "showDataTooltip": false,
                                      "showMenuImage": false,
                                      "fieldAutoWidth": true,
                                      "showPrice": false,
                                      "required": false,
                                      "defaultValueOverridden": false,
                                      "setTypeOverridden": false,
                                      "displayTypeOverridden": false
                                    }
                                  ]
                                },
                                "componentTypeCode": {
                                  "lookupCode": "PANEL_COL"
                                },
                                "sequence": 2,
                                "colSpan": "1"
                              }
                            ]
                          },
                          "componentTypeCode": {
                            "lookupCode": "PANEL_ROW"
                          },
                          "sequence": 1
                        }
                      ]
                    },
                    "translations": {
                      "items": [{
                          "language": {
                            "languageCode": "en",
                            "languageNumber": -1
                          },
                          "title": "Processor And Cores",
                          "description": "2 Columns Grid"
                        }
                      ]
                    },
                    "componentTypeCode": {
                      "lookupCode": "PANEL"
                    },
                    "sequence": 4,
                    "fieldAlignment": "LEFT_ALIGN",
                    "showTitleIcon": false,
                    "collapsible": false,
                    "showDescription": true,
                    "showLabel": false,
                    "columnWidths": "50.0~50.0",
                    "autoColWidth": "true",
                    "widthUnits": "PERCENTAGE_WIDTH",
                    "title": "Processor And Cores",
                    "description": "2 Columns Grid",
                    "group": true
                  }
                ]
              },
              "translations": {
                "items": [{
                    "language": {
                      "languageCode": "en",
                      "languageNumber": -1
                    },
                    "title": "Server Tab",
                    "description": "Default tab"
                  }
                ]
              },
              "componentTypeCode": {
                "lookupCode": "PANEL_TAB"
              },
              "sequence": 1,
              "title": "Server Tab",
              "description": "Default tab",
              "status": "active",
              "startDate": "2018-12-06 18:30:00",
              "endDate": "2018-12-07 18:29:00"
            }
          ]
        },
        "componentTypeCode": {
          "lookupCode": "PANEL"
        },
        "sequence": 1
      }
    ]
  },
  "translations": {
    "items": [{
        "language": {
          "languageCode": "en",
          "languageNumber": -1
        },
        "title": "ServerFamilyFlow",
        "description": ""
      }
    ]
  },
  "sequence": 0,
  "title": "ServerFamilyFlow",
  "variableName": "serverFamilyFlow",
  "description": "",
  "status": "Active",
  "wizardType": "StartEndNode",
  "processingType": "Action",
  "tabLoadingType": "LOAD_ALL_TABS",
  "pageTemplate": {
    "id": -1,
    "name": "Default"
  }
}

Back to Top