CreateCatalogResourceMapping
The id or name of the service to map the resource to.
Example:user-svc
One OfThe resource ID.
>= 16 characters<= 16 characters
Example:4UdXnoaDYYJsH_Ir
Resource mappings represent the link between a resource and a service.
Once a resource is mapped to a service, a rich view of the resource will be presented on the service page.
A resource may be mapped to multiple services, but it cannot be mapped to the same service twice.
If a resource mapped to a service is later archived, the resource mapping will be deleted.
Creates a mapping between a catalog resource and service.
The id or name of the service to map the resource to.
Example:user-svc
One OfThe resource ID.
>= 16 characters<= 16 characters
Example:4UdXnoaDYYJsH_Ir
A response containing a single catalog resource mapping.
Describes a mapping between a catalog resource and a service.
The resource mapping ID.
Example:d277faad-ed4e-4c56-a0fb-acce065dee34
Short-hand descriptor of a catalog resource.
Short-hand descriptor of a catalog service.
An ISO-8601 timestamp representation of entity creation date.
Example:2022-11-04T20:10:06.927Z
Returns a paginated collection of catalog resource mappings.
The maximum number of items to include per page. The last page of a collection may include fewer items.
Example:10
Determines which page of the entities to retrieve.
Example:1
Filters a collection of resource mappings.
The asc suffix is optional as the default sort order is ascending.
The desc suffix is used to specify a descending order.
Multiple sort attributes may be provided via a comma separated list.
JSONPath notation may be used to specify a sub-attribute (eg: ‘foo.bar desc’).
Example:created_at desc
A paginated list response for a collection of catalog resource mappings.
returns the pagination information
Describes a mapping between a catalog resource and a service.
Fetches a resource mapping by ID.
The id of the resource mapping.
Example:d277faad-ed4e-4c56-a0fb-acce065dee34
A response containing a single catalog resource mapping.
Describes a mapping between a catalog resource and a service.
The resource mapping ID.
Example:d277faad-ed4e-4c56-a0fb-acce065dee34
Short-hand descriptor of a catalog resource.
Short-hand descriptor of a catalog service.
An ISO-8601 timestamp representation of entity creation date.
Example:2022-11-04T20:10:06.927Z
Removes an existing mapping between a catalog resource and service.
The id of the resource mapping.
Example:d277faad-ed4e-4c56-a0fb-acce065dee34
Resource Mapping was deleted successfully.