Probe CredentialProbe Credential
TrefwoordTypeNaamVereistBeschrijving
PROBE_API_KEYpasswordAPI KeyAPI key used to authenticate probe requests.
PROBE_ENDPOINTstringEndpoint URLURL of the probe endpoint.
PROBE_TIMEOUTintegerTimeout (seconds)Timeout for probe requests in seconds.
{
    "schema": "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/credential-prototype.json",
    "version": "1.0.0",
    "uuid": "d3d3ae58-d64a-4ab4-afb5-ba439ffc8587",
    "code": "Probe",
    "name": {
        "cs": "Přihlašovací údaje pro sondu",
        "en": "Probe Credential"
    },
    "description": {
        "cs": "Typ přihlašovacích údajů pro sondy.",
        "en": "Credential type for probe integrations."
    },
    "fields": [
        {
            "keyword": "PROBE_API_KEY",
            "name": {
                "cs": "API klíč",
                "en": "API Key"
            },
            "type": "password",
            "description": {
                "cs": "API klíč pro autentizaci požadavků sondy.",
                "en": "API key used to authenticate probe requests."
            },
            "required": true
        },
        {
            "keyword": "PROBE_ENDPOINT",
            "name": {
                "cs": "URL endpointu",
                "en": "Endpoint URL"
            },
            "type": "string",
            "description": {
                "cs": "URL adresa endpointu sondy.",
                "en": "URL of the probe endpoint."
            },
            "required": true,
            "default": "https:\/\/probe.example.com\/api"
        },
        {
            "keyword": "PROBE_TIMEOUT",
            "name": {
                "cs": "Časový limit (sekundy)",
                "en": "Timeout (seconds)"
            },
            "type": "integer",
            "description": {
                "cs": "Časový limit pro požadavky sondy v sekundách.",
                "en": "Timeout for probe requests in seconds."
            },
            "required": false,
            "default": "30"
        }
    ]
}
Downloaden Probe.credentialtype.json