[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

InlineLogQueryResponseLinks

A simple implementation of HAL(Hypertext Application Language) formatted HATEOAS(Hypermedia as the Engine of Application State) links. The principle implies that the API should guide the client through the application by returning relevant information about the next potential steps, along with each response.


This class is a Map of HateoasLink

Properties

boolean
empty Optional

selfLink Optional

HateoasLink alllows the API to guide the client through the application by returning relevant information about the next potential steps, along with each response

JSON Example

{
	"empty": false,
	"selfLink": {
		"href": "string"
	}
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

Feedback

Was this page helpful?