ES
Español
English
Português
    Definición

    El siguiente ejemplo muestra como poblar el archivo de configuración para poder realizar la integración entre CMDB e Intune. Inicie con un archivo de configuración totalmente limpio como se muestra a continuación:

    {
        "ci": [
            {
                "reference": "",
                "definition": {
                    "name": {
                        "type": "",
                        "key": ""
                    },
                    "brand": {
                        "type": "",
                        "key": ""
                    },
                    "model": {
                        "type": "",
                        "key": ""
                    },
                    "serial": {
                        "type": "",
                        "key": ""
                    },
                    "assetTag": {
                        "type": "",
                        "key": ""
                    },
                    "responsible": {
                        "SearchBy": [
                            "Email"
                        ],
                        "type": "",
                        "key": "",
                        "DefaultValue": {
                            "id": 0
                        }
                    }
                }
            }
        ],
        "model": [
            {
                "reference": "",
                "id": 0,
                "value": ""
            }
        ],
        "brand": [
            {
                "reference": "",
                "id": 0,
                "value": ""
            }
        ],
        "category": [
            {
                "id": 0,
                "reference": "",
                "keys": [
                    ""
                ],
                "projectId": 0,
                "additionalFields": [
                    {
                        "id": 0,
                        "key": "",
                        "mapping": [
                            {
                                "id": 0,
                                "value": ""
                            }
                        ]
                    },
                    {
                        "id": 0,
                        "key": "",
                        "value": [
                            ""
                        ]
                    }
                ],
                "state": [
                    {
                        "id": 0,
                        "reason": 0,
                        "value": ""
                    }
                ]
            }
        ]
    }
    
    


    Para continuar con el ejemplo descrito, siga los pasos a continuación:

    1. Ver Mapeo de category ↪

    2. Ver Mapeo de ci ↪

    3. Ver Mapeo de mapping ↪