Kong Admin Controller

Add a new service

Creates a new service in Kong API Gateway

post/v1/kong-admin/services

Request body

idstring
namestring
retriesinteger
protocolstring
hoststring
portinteger
pathstring
tagsstring[]
enabledboolean
created_atinteger
updated_atinteger
connect_timeoutinteger
write_timeoutinteger
read_timeoutinteger
tls_verifyboolean
tls_verify_depthobject
ca_certificatesstring[]

Response

Service created successfully

idstring
namestring
retriesinteger
protocolstring
hoststring
portinteger
pathstring
tagsstring[]
enabledboolean
created_atinteger
updated_atinteger
connect_timeoutinteger
write_timeoutinteger
read_timeoutinteger
tls_verifyboolean
tls_verify_depthobject
ca_certificatesstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.