Retrieve all operations from a schema.
Deprecated /zones/{zone_id}/api_gateway/user_schemas/{schema_id}/operations Retrieves all operations from the schema. Operations that already exist in API Shield Endpoint Management will be returned as full operations.
Parameters
path Path Parameters
| Name | Type |
|---|---|
schema_id
required
Identifier for the schema-ID | string |
zone_id
required
| type ApiShieldSchemasIdentifier = type ApiShieldIdentifier = string & string |
query Query Parameters
| Name | Type |
|---|---|
feature Add feature(s) to the results. The feature name that is given here corresponds to the resulting feature object. Have a look at the top-level object description for more details on the specific meaning. | ("thresholds" | "parameter_schemas" | "schema_info")[] |
host | string[] |
method | string[] |
endpoint | string |
page Page number of paginated results. | number |
per_page Maximum number of results per page. | number |
operation_status Filter results by whether operations exist in API Shield Endpoint Management or not. | "new" | "existing" |
Responses
Retrieve all operations from a schema response
Client Errors
Retrieve all operations from a schema response failure
errors:
messages:
result: null;
success: false;
}