site_pair_capability

site_pair_capability
site_pair_capability
JSON Example
{
    "feature_id": "string",
    "feature_name": "string",
    "feature_type": "string",
    "category": "string",
    "is_available": false,
    "availability_message": "string",
    "reason_code": "string",
    "depends_on_features": [
        "string"
    ],
    "dependency_group": [
        "string"
    ]
}
string
feature_id
Optional

maps to the feature_id as defined in the SitePairCapabilityMapping table

string
feature_name
Optional

maps to the feature_name as defined in the SitePairCapabilityMapping table

string
feature_type
Optional

maps to the feature_type as defined in the SitePairCapabilityMapping table

string
category
Optional

category under which this capability falls

boolean
is_available
Optional

decided based on multiple criteria (license, manager version, etc.) of both the sites

string
availability_message
Optional

description for the availability status

string
reason_code
Optional

relevant reason code if the is_available flag is false

array of string
depends_on_features
Optional

list of feature_ids, on which this capability is dependent

array of string
dependency_group
Optional

list of feature_ids, which are automatically applicable if this capability is selected