You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Sonarr import lists, the following API endpoints allow the Sonarr instance to get the following resource values for the target instance on Buildarr's behalf:
Quality Profiles: POST http://localhost:8989/api/v3/importList/action/getProfiles
Language Profiles: POST http://localhost:8989/api/v3/importList/action/getLanguageProfiles
Tags: POST http://localhost:8989/api/v3/importList/action/getTags
The request body should contain the import list API object.
This will not only confirm that the Sonarr instance can communicate with the target instance, it will eliminate the need for Buildarr to communicate with the target instance, and the need for defining extra parameters to make that work.
The text was updated successfully, but these errors were encountered:
Callum027
changed the title
When defining Sonarr import lists, use the Sonarr instance API endpoints toget target resources
When defining Sonarr import lists, use the instance API endpoints to get target resources
Apr 16, 2023
Callum027
changed the title
When defining Sonarr import lists, use the instance API endpoints to get target resources
When defining import lists for another Sonarr instance, use the source instance API endpoints to get target resources
Apr 16, 2023
Callum027
changed the title
When defining import lists for another Sonarr instance, use the source instance API endpoints to get target resources
When defining import lists for another Sonarr instance, use the instance API endpoints to get target resources
Apr 16, 2023
For Sonarr import lists, the following API endpoints allow the Sonarr instance to get the following resource values for the target instance on Buildarr's behalf:
POST http://localhost:8989/api/v3/importList/action/getProfiles
POST http://localhost:8989/api/v3/importList/action/getLanguageProfiles
POST http://localhost:8989/api/v3/importList/action/getTags
The request body should contain the import list API object.
This will not only confirm that the Sonarr instance can communicate with the target instance, it will eliminate the need for Buildarr to communicate with the target instance, and the need for defining extra parameters to make that work.
The text was updated successfully, but these errors were encountered: