Provider Specification Change Notifications
Provider specification change notifications describe provider schema changes.
Provider Specification Change Notifications object
Attributes
object
Stringid
Stringprovider_id
Stringprovider_version_id
Stringfrom_specification
ObjectNullableto_specification
ObjectNullablefrom_provider_version
ObjectNullableto_provider_version
ObjectNullablecreated_at
Date{"object": "provider.specification_change_notification","from_specification": {"object": "provider.capabilities.specification#preview"},"to_specification": {"object": "provider.capabilities.specification#preview"},"from_provider_version": {"object": "provider.version#preview"},"to_provider_version": {"object": "provider.version#preview"}}
List provider specification change notifications
Returns a paginated list of provider specification change notifications for this instance.
Query Parameters
limit
NumberOptionalafter
StringOptionalbefore
StringOptionalcursor
StringOptionalorder
EnumOptionalid
UnionOptionaltarget
UnionOptionalprovider_id
UnionOptionalprovider_version_id
UnionOptionalprovider_specification_id
UnionOptionalcreated_at
ObjectOptionalFilter provider specification change notification time by date range
GEThttp://api.metorial.com/provider-specification-change-notifications
curl -X GET "https://api.metorial.com/provider-specification-change-notifications" \-H "Authorization: Bearer metorial_sk_..."
Get provider specification change notification
Retrieves a provider specification change notification by ID.
URL Parameters
notification_id
StringThe unique identifier for the notification
GEThttp://api.metorial.com/provider-specification-change-notifications/:notification_id
curl -X GET "https://api.metorial.com/provider-specification-change-notifications/not_Rm4Mnheq2bfEPhBhP7SY" \-H "Authorization: Bearer metorial_sk_..."