Anchor | ||||
---|---|---|---|---|
|
...
Table of Contents | ||
---|---|---|
|
...
GET
This GET service will return a list of resource types in the form of JSON objects based on a query parameter for the display name. Resource Types are only returned if they equal the specified parameter. If no query parameters are given this request will return the entire list of resource types.
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/rest/administration/resourcetypes? Append the following character sequences to the above URL to specify Query parameters.name={name} Examples:To return all of the resource types:http://host:port/flexdeploy/rest/administration/resourcetypes To search by name only:http://host:port/flexdeploy/rest/administration/resourcetypes?name={name} |
...
Parameter | Type | Required | Description |
---|---|---|---|
Namename | URL | No | This is a URL query parameter for the name which is used to search the resource types. |
...