Create Endpoint Type Extension

Create Endpoint Type Extension

Beta - experimental not supported API!

Solution users only.

Request
URI
POST
https://{api_host}/component-registry/endpoints/types/extensions
COPY
Request Body

EndPointTypeExtension resource to be created or updated.

EndPointTypeExtension of type(s) application/json
Required
{
    "schema": {
        "fields": [
            {
                "permissibleValues": {
                    "customAllowed": false
                },
                "displayAdvice": "string",
                "columns": [
                    "Field Object"
                ],
                "dataType": {
                    "typeId": "string"
                },
                "isMultiValued": false,
                "description": "string",
                "orderIndex": 0,
                "id": "string",
                "label": "string",
                "state": {
                    "dependencies": [
                        "string"
                    ],
                    "facets": [
                        {}
                    ]
                }
            }
        ]
    },
    "providerServiceTypeId": "string",
    "endpointTypeId": "string",
    "tenantId": "string",
    "id": "string",
    "ownerId": "string",
    "version": 0
}
schema
Optional

schema

string
providerServiceTypeId
Optional

providerServiceTypeId

formReference
Optional

formReference

string
endpointTypeId
Optional

endpointTypeId

string
tenantId
Optional

tenantId

string
id
Optional

id

string
ownerId
Optional

ownerId

integer As int64 As int64
version
Optional

version

Responses
200

successful operation

Returns RestEntity of type(s) */*
{
    "setLocation": false,
    "httpStatus": "string"
}
boolean
setLocation
Optional

setLocation

string
httpStatus
Optional

httpStatus

Possible values are : CONTINUE, SWITCHING_PROTOCOLS, PROCESSING, CHECKPOINT, OK, CREATED, ACCEPTED, NON_AUTHORITATIVE_INFORMATION, NO_CONTENT, RESET_CONTENT, PARTIAL_CONTENT, MULTI_STATUS, ALREADY_REPORTED, IM_USED, MULTIPLE_CHOICES, MOVED_PERMANENTLY, FOUND, MOVED_TEMPORARILY, SEE_OTHER, NOT_MODIFIED, USE_PROXY, TEMPORARY_REDIRECT, PERMANENT_REDIRECT, BAD_REQUEST, UNAUTHORIZED, PAYMENT_REQUIRED, FORBIDDEN, NOT_FOUND, METHOD_NOT_ALLOWED, NOT_ACCEPTABLE, PROXY_AUTHENTICATION_REQUIRED, REQUEST_TIMEOUT, CONFLICT, GONE, LENGTH_REQUIRED, PRECONDITION_FAILED, PAYLOAD_TOO_LARGE, REQUEST_ENTITY_TOO_LARGE, URI_TOO_LONG, REQUEST_URI_TOO_LONG, UNSUPPORTED_MEDIA_TYPE, REQUESTED_RANGE_NOT_SATISFIABLE, EXPECTATION_FAILED, I_AM_A_TEAPOT, INSUFFICIENT_SPACE_ON_RESOURCE, METHOD_FAILURE, DESTINATION_LOCKED, UNPROCESSABLE_ENTITY, LOCKED, FAILED_DEPENDENCY, UPGRADE_REQUIRED, PRECONDITION_REQUIRED, TOO_MANY_REQUESTS, REQUEST_HEADER_FIELDS_TOO_LARGE, INTERNAL_SERVER_ERROR, NOT_IMPLEMENTED, BAD_GATEWAY, SERVICE_UNAVAILABLE, GATEWAY_TIMEOUT, HTTP_VERSION_NOT_SUPPORTED, VARIANT_ALSO_NEGOTIATES, INSUFFICIENT_STORAGE, LOOP_DETECTED, BANDWIDTH_LIMIT_EXCEEDED, NOT_EXTENDED, NETWORK_AUTHENTICATION_REQUIRED,
object
httpHeaders
Optional

httpHeaders

object
body
Optional

body


201

the newly created resource URL in the location header of the HTTP Response

Operation doesn't return any data structure

204

resource with the provided id exists

Operation doesn't return any data structure

400

EndPointTypeSpec resource with a typeId correlated to the EndPointTypeExtension#getEndpointTypeId() does not exist

Operation doesn't return any data structure

403

Only the initial owner of the EndPointTypeExtension resource can update the resource

Operation doesn't return any data structure

Component Registry Operations
POST
API To generate A resolved link which points To A specific UI page and takes into account anyrequired parameters for the UI view page To render properly. The best way To see how To usethis API Is By looking At A real-world example.
POST
Create Or update A service.
POST
Create Endpoint Type Extension
POST
Create Endpoint Type Spec
GET
Creates A new ModelAndView object with 'docs/odata'view name and sets the base bath To /services
DELETE
DELETE calls are not allowed
DELETE
DELETE Method not allowed
DELETE
Delete Endpoint
DELETE
Delete Endpoint Type Extension
DELETE
Delete Endpoint Type Spec
DELETE
Deletes the endpoint associated with the provided service Id and endpointTypeId.
GET
Get all serviceStatuses for services with registered status type endpoints.
GET
GET Method not allowed
GET
Get the config.js needed for API Explorer
GET
Get Endpoint Type Extension
GET
Get Endpoint Type Spec
GET
Gets A new Form resource By endpointTypeId. The form provided will Be A composition Of all forms registered via An EndPointTypeExtension instance and the base Form generated based On the EndPointTypeSpec.
GET
Gets A new ModelAndView object with 'docs/auth' view name and sets the base bath To /services
GET
Gets all distinct endpoint types
GET
Gets all distinct endpoint types associated with endpoints with services that match the provided serviceTypeId.
GET
Gets all distinct service types In the system.
GET
Gets all documentation endpoints
GET
Gets all endpoint instances for A given service instance.
GET
Gets all endpoint instances that implement the provided endpointTypeId
GET
Gets all endpoints
GET
Gets all endpoints associated with services that match the provided serviceTypeId AND that match the provided endpointTypeId.
GET
Gets all endpoints associated with services that match the provided serviceTypeId.
GET
Gets all registered services
GET
Gets all services associated with the provided serviceTypeId.
GET
Gets An edit Form resource By endpointId. The form provided will Be A composition Of all forms registered via An EndPointTypeExtension instance and the base Form generated based On the EndPointTypeSpec
GET
Gets the 'default' endpoint instance that implements the provided endpointTypeId
GET
Gets the default endpoint associated with the identity service's token endpoint (used To create Bearer tokens).
GET
Gets the default endpoint associated with the SSO server endpoint type.
GET
Gets the default service associated with the provided serviceTypeId
GET
Gets the endpoint identified By Id
GET
Gets the endpoint instance that implements endpointTypeId for A given service instance.
GET
Gets the LoggerEntity Of the given category for provided serviceTypeId
GET
Gets the service identified By id.
GET
Gets the serviceStatus for the specified serviceId.
DELETE
Handler for DELETE HTTP operations
POST
Handler for POST HTTP operations
PUT
Handler for PUT HTTP operations
GET
List Endpoint Type Extension
GET
List Endpoint Type Spec
POST
POST calls are not allowed
POST
POST Method not allowed
PUT
PUT calls are not allowed
POST
Registers A new service To the component registry.
DELETE
Removes (i.e.: deregisters) the service matching the provided id.
PUT
Sets the given level To category To all services with endpoint
PUT
Sets the given severity level To category for the provided serviceTypeId
GET
Similar To /services/status, this API gets all serviceStatuses for services with registered status type endpoints.
POST
Submits A new EndPointFormData resource By endpointTypeId. The values In the form submitted will Be used To create A new EndPoint Of the provided enpointTypeId.
PUT
Submits An updated version Of An EndPoint through the EndPointFormData resource. The values In the form submitted will Be used To update An existing EndPoint with the provided endpointId As part Of the URL parameters.
POST
This Is A convenience method which creates A new solution user, registers It with the SSO server, and then registers the provided service As new solution user In A single call
PUT
Update Or create A service.
PUT
Update Endpoint
PUT
Update Endpoint Type Extension
PUT
Update Endpoint Type Spec
POST
Updates Or creates An endpoint associated with the provided service Id and endpointTypeId.