System

System
System

System information

JSON Example
{
    "upgrade": {
        "taskId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
        "status": "PENDING"
    },
    "bundles": [
        {
            "components": [
                {
                    "componentType": "OPS",
                    "size": 0,
                    "publicName": "publicName",
                    "bundleId": "bundleId",
                    "bundleType": "bundleType",
                    "version": "version",
                    "status": "REQUIRED"
                },
                {
                    "componentType": "OPS",
                    "size": 0,
                    "publicName": "publicName",
                    "bundleId": "bundleId",
                    "bundleType": "bundleType",
                    "version": "version",
                    "status": "REQUIRED"
                }
            ],
            "fdsId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
            "fdsFqdn": "fdsFqdn"
        },
        {
            "components": [
                {
                    "componentType": "OPS",
                    "size": 0,
                    "publicName": "publicName",
                    "bundleId": "bundleId",
                    "bundleType": "bundleType",
                    "version": "version",
                    "status": "REQUIRED"
                },
                {
                    "componentType": "OPS",
                    "size": 0,
                    "publicName": "publicName",
                    "bundleId": "bundleId",
                    "bundleType": "bundleType",
                    "version": "version",
                    "status": "REQUIRED"
                }
            ],
            "fdsId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
            "fdsFqdn": "fdsFqdn"
        }
    ],
    "availableTargetVersions": [
        "availableTargetVersions",
        "availableTargetVersions"
    ],
    "currentVersion": "currentVersion",
    "targetVersion": "targetVersion"
}
string
currentVersion
Optional

Current version of Fleet LCM System

string
targetVersion
Optional

Target version set on Fleet LCM System for patch/upgrade operation

array of string
availableTargetVersions
Optional

List of available versions for Fleet LCM System patch/upgrade based on depot metadata

bundles
Optional

Bundle information for Fleet LCM System patch/upgrade (when targetVersion set)

upgrade
Optional

Upgrade summary of Fleet LCM System

Returned By