Skip to main content
Version: v43

target_api_endpoints

  • Array [
  • hoststring
    protocolsstring[]
    methodsstring[]

    Possible values: [GET, PUT, POST, DELETE, HEAD, PATCH, OPTIONS, TRACE, *]

    pathsstring[]
    allow_unauthenticatedboolean
    nat_target_hoststring

    optional api target host address

  • ]
  • target_api_endpoints
    [
    {
    "host": "string",
    "protocols": [
    "string"
    ],
    "methods": [
    "GET"
    ],
    "paths": [
    "string"
    ],
    "allow_unauthenticated": true,
    "nat_target_host": "string"
    }
    ]