Package org.odpi.openmetadata.accessservices.devops.rest
This package defines the beans used to build the REST request and response payloads.
REST APIs can pass parameters in their URLs (called path variables) as well has having a RequestBody bean
for additional, more complex, or optional parameters. Responses are returned in response beans.
The response beans encode the return type of the method as well as any exceptions and associated messages.
-
Class Summary Class Description AssetConnectionRequestBody AssetConnectionRequestBody carries the parameters for creating a new relationship between an asset and a connection.AssetListResponse AssetListResponse is a response object for passing back a a list of hosts or an exception if the request failed.AssetRequestBody AssetRequestBody describes the properties of the asset for creation and update.AssetResponse AssetResponse is a response object for passing back a single asset element or an exception if the request failed.ConnectionRequestBody ConnectionRequestBody carries the parameters for describing a connection.ConnectionResponse ConnectionResponse is a response object for passing back a single connection object.ConnectionsResponse ConnectionsResponse is a response object for passing back a list of connection objects.ConnectorTypeRequestBody ConnectorTypeRequestBody carries the parameters for describing a connector type.ConnectorTypeResponse ConnectorTypeResponse is a response object for passing back a single connector type object.ConnectorTypesResponse ConnectorTypesResponse is a response object for passing back a list of connector type objects.ContactMethodRequestBody ContactMethodRequestBody provides the request body payload for working on ContactMethod entities.DevOpsOMASAPIRequestBody DevOpsOMASAPIRequestBody provides a common header for DevOps OMAS request bodies for its REST API.DevOpsOMASAPIResponse DevOpsOMASAPIResponse provides a common header for DevOps OMAS managed rest to its REST API.EffectiveDatesRequestBody MetadataSourceRequestBody carries the parameters for marking an element as external with the effective time set up.EffectiveTimeMetadataSourceRequestBody EffectiveTimeRequestBody carries the date/time for a query.ElementStubResponse ElementStubResponse is a response object for passing back the header of a Referenceable element or an exception if the request failed.ElementStubsResponse ElementStubListResponse is the response structure used on the OMAS REST API calls that return a list of element identifiers as a response.EmbeddedConnectionRequestBody The EmbeddedConnectionRequestBody is used within a VirtualConnection to link to the embedded connections.EndpointRequestBody EndpointRequestBody carries the parameters for describing an endpoint.EndpointResponse EndpointResponse is a response object for passing back a single endpoint object.EndpointsResponse EndpointsResponse is a response object for passing back a list of endpoint objects.HostListResponse HostListResponse is a response object for passing back a a list of hosts or an exception if the request failed.HostRequestBody HostRequestBody describes the properties of the software server for creation and update.HostResponse HostResponse is a response object for passing back a single host element or an exception if the request failed.ITProfileListResponse ITProfileListResponse is the response structure used on the OMAS REST API calls that return a a list of profile elements.ITProfileRequestBody ITProfileRequestBody provides the request body payload for working on ActorProfile entities.ITProfileResponse ITProfileResponse is the response structure used on the OMAS REST API calls that return a ActorProfileElement object as a response.MetadataSourceRequestBody MetadataSourceRequestBody carries the parameters for marking an element as external.PlatformDeploymentListResponse PlatformDeploymentListResponse returns a list of SoftwareServerPlatformDeployment relationships from the server.PlatformDeploymentRequestBody PlatformDeploymentRequestBody provides the request body payload for working with the relationships between software server platforms and hosts.ProfileIdentityRequestBody ProfileIdentityRequestBody provides the request body payload for working with ProfileIdentity relationships.RelatedAssetsRequestBody RelatedAssetsRequestBody provides the request body payload for relationships between assets.ServerAssetUseListResponse ServerAssetUseListResponse returns a list of serverAssetUse relationships from the server.ServerAssetUseRequestBody ServerAssetUseRequestBody provides the request body payload for working with the relationships between software server capabilities and assets.ServerAssetUseResponse ServerAssetUseResponse is a response object for passing back a single relationship between a software server capability and an asset (or an exception if the request failed).SoftwareCapabilityListResponse SoftwareCapabilityListResponse is a response object for passing back a a list of software server capabilities or an exception if the request failed.SoftwareCapabilityRequestBody SoftwareCapabilityRequestBody describes the properties of the software server capability for creation and update.SoftwareCapabilityResponse SoftwareCapabilityResponse is a response object for passing back a single software server capability element or an exception if the request failed.SoftwareServerListResponse SoftwareServerListResponse is a response object for passing back a a list of software servers or an exception if the request failed.SoftwareServerPlatformListResponse SoftwareServerPlatformListResponse is a response object for passing back a a list of software server platforms or an exception if the request failed.SoftwareServerPlatformRequestBody SoftwareServerPlatformRequestBody describes the properties of the software server platform for creation and update.SoftwareServerPlatformResponse SoftwareServerPlatformResponse is a response object for passing back a single software server platform element or an exception if the request failed.SoftwareServerRequestBody SoftwareServerRequestBody describes the properties of the software server for creation and update.SoftwareServerResponse SoftwareServerResponse is a response object for passing back a single software server element or an exception if the request failed.SupportedCapabilityListResponse SupportedCapabilityListResponse returns a list of SoftwareServerSupportedCapability relationships from the server.SupportedCapabilityRequestBody SupportedCapabilityRequestBody provides the request body payload for working with the relationships between software servers and software server capabilities.TemplateRequestBody TemplateRequestBody carries the parameters for creating a new asset using a template.UserIdentityListResponse UserIdentityListResponse is the response structure used on the OMAS REST API calls that return a a list of user identity elements.UserIdentityRequestBody UserIdentityRequestBody provides the request body payload for working on UserIdentity entities and their link to profiles.UserIdentityResponse UserIdentityResponse is the response structure used on the OMAS REST API calls that return a UserIdentityElement object as a response.UseTypeRequestBody UseTypeRequestBody for passing the use type and effective time.